From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83000 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: best approach to S/MIME? Date: Mon, 18 Mar 2013 18:34:57 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363599390 29423 80.91.229.3 (18 Mar 2013 09:36:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Mar 2013 09:36:30 +0000 (UTC) Cc: ding@gnus.org To: Greg Troxel Original-X-From: ding-owner+M31266@lists.math.uh.edu Mon Mar 18 10:36:55 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UHWUv-0006zr-PJ for ding-account@gmane.org; Mon, 18 Mar 2013 10:36:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UHWTR-0002YZ-CU; Mon, 18 Mar 2013 04:35:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UHWTN-0002Y4-Kn for ding@lists.math.uh.edu; Mon, 18 Mar 2013 04:35:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UHWTD-00050S-AE for ding@lists.math.uh.edu; Mon, 18 Mar 2013 04:35:17 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UHWTB-0006zj-DD for ding@gnus.org; Mon, 18 Mar 2013 10:35:05 +0100 Original-Received: from [2001:e41:db5e:fb14::1] (port=45759 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UHWT8-000804-UJ; Mon, 18 Mar 2013 05:35:03 -0400 In-Reply-To: (Greg Troxel's message of "Fri, 15 Mar 2013 16:22:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -10.4 (----------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83000 Archived-At: Greg Troxel writes: > and set: (setq mml-smime-use 'epg) > > which seems to be the default these days if epg exists. > > (I am using gnus from git master, via load-path, and emacs 23.4.1.) > > But I still get "No CA configured" when displaying a message (which is > really a base-64 encoded s/mime signed message). > > This is in smime-verify-region which is the openssl variant. This looks strange indeed. Could you try "M-x debug-on-entry smime-verify-region" to check the code path? Regards, -- Daiki Ueno