From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37159 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: decrypting S/MIME messages Date: Fri, 27 Jul 2001 20:26:25 +0400 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172623 12405 80.91.224.250 (21 Oct 2002 03:57:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:57:03 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 5385 invoked from network); 27 Jul 2001 16:26:26 -0000 Original-Received: from relay1.vsu.ru (HELO vsu.ru) (62.76.169.14) by gnus.org with SMTP; 27 Jul 2001 16:26:26 -0000 Original-Received: from [62.76.169.38] (HELO video) by vsu.ru (CommuniGate Pro SMTP 3.5b3) with ESMTP id 3641302 for ding@gnus.org; Fri, 27 Jul 2001 20:26:24 +0400 Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:37159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37159 Hi! when i receive an encrypted S/MIME message, gnus diaplays something like From: someone@somewhere Subject: something To: Vladimir Volovich Date: Fri, 27 Jul 2001 20:01:57 +0400 [1. S/MIME Encrypted Message --- application/x-pkcs7-mime; smime.p7m]... and when i press on the button, gnus proposes to save the base64-encoded encrypted message body into a file! (instead of proposing to decrypt the message). If i raw-preview the message (C-u g), copy all the contents into some buffer, and call M-x smime-decrypt-buffer, i see the decrypted message body just fine, but of course non-formatted. or, if i save the raw message in a file, and run openssl smime -decrypt -recip /home/noc/vvv/.certs/vvv-cert.pem < message.txt i also see the correctly decryptes message. The question is: how should i view encrypted s/mime messages? why there are no calls to smime-decrypt-buffer done by gnus automatically? Is it just not-yet-implemented, but all framework is there already? Best, v.