From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47442 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.gnus.general Subject: Re: automatic smime signing/verifying ? Date: Sun, 27 Oct 2002 02:26:57 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035725334 28674 80.91.224.249 (27 Oct 2002 13:28:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Oct 2002 13:28:54 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185nTI-0007SC-00 for ; Sun, 27 Oct 2002 14:28:52 +0100 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 185nTL-0002r9-00; Sun, 27 Oct 2002 07:28:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 27 Oct 2002 07:29:39 -0600 (CST) 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 HAA05540 for ; Sun, 27 Oct 2002 07:29:24 -0600 (CST) Original-Received: (qmail 23978 invoked by alias); 27 Oct 2002 13:28:26 -0000 Original-Received: (qmail 23970 invoked from network); 27 Oct 2002 13:28:24 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 27 Oct 2002 13:28:24 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 185nRZ-0007QI-00 for ; Sun, 27 Oct 2002 14:27:05 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 185nRY-0007Q2-00 for ; Sun, 27 Oct 2002 14:27:04 +0100 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 10 Original-NNTP-Posting-Host: p3ee27db3.dip.t-dialin.net Original-X-Trace: main.gmane.org 1035725224 28490 62.226.125.179 (27 Oct 2002 13:27:04 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sun, 27 Oct 2002 13:27:04 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:r/qPRlVre/OJ0xlR4umwqj9KcHU= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47442 Nicolas Kowalski : > I am currently using the smime library for signing/verifying emails. > When writing mail, I use C-c C-m s s (mml-secure-message-sign-smime), > and when reading, I hit 'W S' to verify smime signatures. where do you keep the certificates for this method? smime uses an openssl command, is this correct? clemens