From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44241 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: smime setup [was: Re: nnimap + mailcrypt] Date: Thu, 11 Apr 2002 15:55:32 +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=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1018533448 8212 127.0.0.1 (11 Apr 2002 13:57:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2002 13:57:28 +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 16vf4q-00028K-00 for ; Thu, 11 Apr 2002 15:57:28 +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 16vf3K-0002PS-00; Thu, 11 Apr 2002 08:55:54 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Apr 2002 08:56:04 -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 IAA19634 for ; Thu, 11 Apr 2002 08:55:52 -0500 (CDT) Original-Received: (qmail 23766 invoked by alias); 11 Apr 2002 13:55:37 -0000 Original-Received: (qmail 23761 invoked from network); 11 Apr 2002 13:55:37 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 11 Apr 2002 13:55:37 -0000 Original-Received: from pave.imag.fr (pave.imag.fr [129.88.43.12]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g3BDtWm15421; Thu, 11 Apr 2002 15:55:32 +0200 (MEST) Original-Received: from astazou.imag.fr.imag.fr (kowalski@astazou [129.88.43.102]) by pave.imag.fr (8.11.6/8.11.6/ImagV2) with ESMTP id g3BDtW716660; Thu, 11 Apr 2002 15:55:32 +0200 (MEST) Original-To: Simon Josefsson X-Face: #v^9{p"~.e3TDs~r\ writes: > On Thu, 11 Apr 2002, Nicolas Kowalski wrote: > >> Ah ! I think I found what the problem is : the messages I am unable to >> decrypt come from M$ Outlook : > > Gnus does not support Outlook-PGP yet. C-d on the message may be a > workaround. Ok. > The reason is that the Outlook PGP plugins do not support either of the > two IETF standards on how PGP in mail should look like. Outlook supports > S/MIME correctly and natively though (and so do Gnus), so perhaps you will > have better luck with it. S/MIME seem to interop a magnitude or so better > than PGP today... a few years ago, the reverse was true. I have no luck :-(. See below. I followed the instructions from smime.el. Excerpt from my .emacs: (smime-CA-file "\"~/perso/certs/cacert.pem\"") (canlock-password "4de89211c1a1f5ac8dca322797c2cb38f36f2018") (smime-keys (quote (("Nicolas.Kowalski@imag.fr" "\"~/perso/certs/niko.pem\= "" nil)))) And when I try to send a smime signed message, I have (sorry for the long lines) : Signaling: (wrong-number-of-arguments # 7) completing-read("Sign using which signature? (default Nicolas.Kowalski@im= ag.fr) " (("Nicolas.Kowalski@imag.fr" "\"~/perso/certs/niko.pem\"" nil)) ni= l nil nil nil "Nicolas.Kowalski@imag.fr") smime-sign-buffer(nil) mml-smime-sign((part (sign . "smime") (tag-location . 549) (contents . "\= n\nnklnklgf\ngfkflknglf\n"))) mml-smime-sign-buffer((part (sign . "smime") (tag-location . 549) (conten= ts . "\n\nnklnklgf\ngfkflknglf\n"))) mml-generate-mime-1((part (sign . "smime") (tag-location . 549) (contents= . "\n\nnklnklgf\ngfkflknglf\n"))) mml-generate-mime() message-encode-message-body() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit)