From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: need help with certificate bundles for ALL the platforms Emacs supports Date: Sat, 11 Feb 2012 21:43:27 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ipjclqk0.fsf@lifelogs.com> References: <4F25FA2F.2010401@gmail.com> <4F27F4A1.6030907@gmail.com> <6E4BE1E758D04283A7C3A660ED379966@us.oracle.com> <87liolnipl.fsf@lifelogs.com> <50081AA79F2F4860A3B9DCEDFC1ABEC8@us.oracle.com> <877h04nc2e.fsf@lifelogs.com> <83ehucfjc8.fsf@gnu.org> <87r4ycjbjz.fsf_-_@lifelogs.com> <83mx8zev8s.fsf@gnu.org> <87vcnnj1xm.fsf@lifelogs.com> <87ipjgw0r3.fsf_-_@lifelogs.com> <83liobaleu.fsf@gnu.org> <87lioau9bc.fsf@lifelogs.com> <83hayy1yb2.fsf@gnu.org> <87bop6skyp.fsf@lifelogs.com> <828vk9b7z3.fsf@gmail.com> <83sjihz2kq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329014623 16317 80.91.229.3 (12 Feb 2012 02:43:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2012 02:43:43 +0000 (UTC) Cc: Andy Moreton , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 03:43:42 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwPPh-0004nM-7k for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2012 03:43:41 +0100 Original-Received: from localhost ([::1]:42956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwPPg-0007i6-Et for ged-emacs-devel@m.gmane.org; Sat, 11 Feb 2012 21:43:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwPPb-0007hz-2d for emacs-devel@gnu.org; Sat, 11 Feb 2012 21:43:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwPPZ-0000ja-0U for emacs-devel@gnu.org; Sat, 11 Feb 2012 21:43:35 -0500 Original-Received: from z.lifelogs.com ([173.255.230.239]:53691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwPPV-0000jF-Mo; Sat, 11 Feb 2012 21:43:29 -0500 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id 32EE36E908; Sun, 12 Feb 2012 02:43:28 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: <83sjihz2kq.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 11 Feb 2012 19:45:25 +0200") User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 173.255.230.239 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:148487 Archived-At: On Sat, 11 Feb 2012 19:45:25 +0200 Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Sat, 11 Feb 2012 17:22:40 +0000 >> >> It appears that Windows stores the certificates in the registry - see >> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates". EZ> Thanks. FWIW, there's also EZ> HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates EZ> for the user's certificates. But what I see there, in both locations, EZ> are binary blobs, not anything like what Ted showed. There are many certificate formats GnuTLS can speak; the .pem files I showed are most common where legibility matters. Can Emacs extract everything under this registry path automatically? I didn't see a way in the C code. If I can slurp them into a file, I may be able to use that. Thanks Ted