From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel Subject: Re: ELPA security Date: Mon, 24 Jun 2013 12:44:47 +0900 Message-ID: References: <8738zf70ep.fsf@riseup.net> <871uejlbm1.fsf@lifelogs.com> <87k3rrr31g.fsf@Rainer.invalid> <874nium8h0.fsf@lifelogs.com> <87zk0ljaub.fsf@lifelogs.com> <87wqvng299.fsf@lifelogs.com> <87ip77y2s9.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372045498 25730 80.91.229.3 (24 Jun 2013 03:44:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 03:44:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 24 05:45:01 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uqxi7-0007jS-Cp for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 05:44:59 +0200 Original-Received: from localhost ([::1]:44337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqxi7-0005tX-2k for ged-emacs-devel@m.gmane.org; Sun, 23 Jun 2013 23:44:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqxi3-0005tN-0E for emacs-devel@gnu.org; Sun, 23 Jun 2013 23:44:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uqxhz-0001bm-PG for emacs-devel@gnu.org; Sun, 23 Jun 2013 23:44:54 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqxhz-0001bd-ML for emacs-devel@gnu.org; Sun, 23 Jun 2013 23:44:51 -0400 Original-Received: from [2001:e41:db5e:fb14::1] (port=41266 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Uqxhz-00077i-7v for emacs-devel@gnu.org; Sun, 23 Jun 2013 23:44:51 -0400 In-Reply-To: (Ted Zlatanov's message of "Sun, 23 Jun 2013 07:58:31 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160923 Archived-At: Ted Zlatanov writes: > TZ> Using EPG functions, however, I could not figure out how to verify with > TZ> an external public GPG key. I don't see that option with any of the > TZ> context functions. Perhaps someone knows? Without that option, the > TZ> user has to explicitly load the maintainer's public GPG key, which is > TZ> very impractical around package.el. I guess you probably mean something like debian-keyring by "external public GPG key", right? If so, you can use an alternative ~/.gnupg directory (e.g. ~/.emacs.d/elpa/gnupg/) set through epg-gpg-home-directory, and import the keyring with epg-import-keys-from-file on M-x package-list-packages, etc. I'm not following the discussion nor the code, sorry if I'm missing the point. Regards, -- Daiki Ueno