From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44267 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: [SOLVED: openssl issue] Re: smime setup [was: Re: nnimap + mailcrypt] Date: Fri, 12 Apr 2002 14:45:35 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1018615687 20989 127.0.0.1 (12 Apr 2002 12:48:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Apr 2002 12:48:07 +0000 (UTC) Cc: ding Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16w0TH-0005SQ-00 for ; Fri, 12 Apr 2002 14:48:07 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16w0Sb-0002JA-00; Fri, 12 Apr 2002 07:47:25 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Apr 2002 07:47:36 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA25796 for ; Fri, 12 Apr 2002 07:47:22 -0500 (CDT) Original-Received: (qmail 17795 invoked by alias); 12 Apr 2002 12:46:56 -0000 Original-Received: (qmail 17790 invoked from network); 12 Apr 2002 12:46:55 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 12 Apr 2002 12:46:55 -0000 Original-Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g3CCjam14053; Fri, 12 Apr 2002 14:45:36 +0200 (MEST) Original-Received: from astazou.imag.fr.imag.fr (astazou [129.88.43.102]) by ormelune.imag.fr (8.10.2+Sun/jtpda-5.3.3) with ESMTP id g3CCint24444 ; Fri, 12 Apr 2002 14:44:50 +0200 (MET DST) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) X-Face: #v^9{p"~.e3TDs~r\ (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 12 Apr 2002 12:51:16 +0200") Original-Lines: 40 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44267 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Nicolas Kowalski writes: > >> '(smime-CA-file "\"~/perso/certs/cacert.pem\"") > > I'm not sure that the extra quotes are a good idea. What happens > when you remove them? > > Also, maybe it helps to replace ~ with the name of your home dir. I followed your instruction. Behaviour was not changed. Just to be sure, I recompiled a recent version (0.9.6c) of OpenSSL, added it to my config as : (require 'smime) (setq smime-openssl-program "/usr/local/ssl/bin/openssl") ...and it worked ! My previous openssl comes from Debian (potato) : astazou:~> openssl version OpenSSL 0.9.4 09 Aug 1999 which was not tested : smime.el: ... ;; It uses OpenSSL (tested with version 0.9.5a and 0.9.6) for signing, ;; encryption and decryption. ... Thanks to all.