all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: need help with certificate bundles for ALL the platforms Emacs supports (was: GnuTLS invasion of Emacs	published))
Date: Thu, 09 Feb 2012 09:16:16 -0500	[thread overview]
Message-ID: <87ipjgw0r3.fsf_-_@lifelogs.com> (raw)
In-Reply-To: 87vcnnj1xm.fsf@lifelogs.com

On Fri, 03 Feb 2012 11:51:01 -0500 Ted Zlatanov <tzz@lifelogs.com> wrote: 

>>> There is one annoying detail with the cert bundle on W32.  It
>>> defaults to /etc/ssl/certs/ca-certificates.crt which is not valid on
>>> W32 and on many other platforms.

TZ> I mentioned this because it's the only important GnuTLS-related
TZ> configuration bit on all platforms.  It should be in the manual, I
TZ> think, but consider that I proposed a while back that Emacs should ship
TZ> with its own version of the Mozilla cert bundle, so that this works on
TZ> all platforms, but that was not OK with the maintainers.  

After discussing this with Stefan Monnier, I've decided to proceed as
follows:

New variable `gnutls-trustfiles' will be a list of trustfiles for your
platform, filtered by file existence.  It can take functions in the
list, and the functions can return a list of files or a single file.
When the list is empty, you'll get a message to look in the GNU ELPA for
fallbacks.

A new GNU ELPA package "cert-bundle-mozilla" will provide a fallback
from Mozilla's certificate bundle.  It will be versioned same as that
bundle and updated periodically.  When you install that package, it will
add a function to `gnutls-trustfiles' to load the package's cert bundle
file.

I need a list of possible cert bundle locations on all the platforms
Emacs supports, or methods to retrieve them.  Please send to me directly
or follow up here.  The assembled list will help me greatly.

I'll start with the easiest ones (please correct me if any are wrong,
based on http://mercurial.selenic.com/wiki/CACertificates):

Debian, Ubuntu, Gentoo and Arch Linux: /etc/ssl/certs/ca-certificates.crt (maintained by `update-ca-certificates').

Fedora and RHEL: /etc/pki/tls/certs/ca-bundle.crt

Suse: /etc/ssl/ca-bundle.pem

Mac OS X has the certificate list in the system keychain.  If we had
keychain access functions in Emacs, or a shell call to dump the
contents, I could export it.  Any help is welcome.

W32 doesn't seem to have a system cert bundle and getting it from any
specific browser is unreliable, but any suggestions are welcome.

Ted




  reply	other threads:[~2012-02-09 14:16 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-30  2:02 Emacs 24.0.93 Pretest Windows Binaries published Christoph Scholtes
2012-01-30  4:55 ` Drew Adams
2012-01-30 17:47   ` Eli Zaretskii
2012-01-30 18:17     ` [h-e-w] " Drew Adams
2012-01-30 18:57       ` Eli Zaretskii
2012-01-30 19:08         ` Drew Adams
2012-01-30 19:09           ` Eli Zaretskii
2012-01-30 18:49     ` Eli Zaretskii
2012-01-31 14:03   ` Christoph Scholtes
2012-01-31 14:15     ` Drew Adams
2012-02-02 19:22       ` Ted Zlatanov
2012-02-02 19:52         ` Drew Adams
2012-02-02 21:46           ` Ted Zlatanov
2012-02-02 22:05             ` Drew Adams
2012-02-03 13:26               ` Ted Zlatanov
2012-02-03  7:48             ` Eli Zaretskii
2012-02-03 13:23               ` GnuTLS invasion of Emacs (was: Emacs 24.0.93 Pretest Windows Binaries published) Ted Zlatanov
2012-02-03 16:29                 ` GnuTLS invasion of Emacs published) Eli Zaretskii
2012-02-03 16:51                   ` Ted Zlatanov
2012-02-09 14:16                     ` Ted Zlatanov [this message]
2012-02-09 18:53                       ` need help with certificate bundles for ALL the platforms Emacs supports (was: GnuTLS invasion of Emacs published)) Eli Zaretskii
2012-02-10 13:06                         ` need help with certificate bundles for ALL the platforms Emacs supports Ted Zlatanov
2012-02-10 15:51                           ` Eli Zaretskii
2012-02-10 16:37                             ` Ted Zlatanov
2012-02-11 17:22                               ` Andy Moreton
2012-02-11 17:45                                 ` Eli Zaretskii
2012-02-12  2:43                                   ` Ted Zlatanov
2012-02-12  4:05                                     ` Eli Zaretskii
2012-02-12 13:36                                       ` Ted Zlatanov
2012-02-13 10:29                                     ` Andy Moreton
2012-02-13 13:15                                       ` Ted Zlatanov
2012-02-10 17:11                       ` Ted Zlatanov
2012-02-10 18:57                         ` Stefan Monnier
2012-02-12 22:13                           ` Ted Zlatanov
2012-02-13  3:28                             ` Stefan Monnier
2012-02-13 13:24                               ` Ted Zlatanov
2012-02-13 15:12                                 ` Stefan Monnier
2012-02-13 16:30                                   ` Ted Zlatanov
2012-02-13 21:04                                     ` Stefan Monnier
2012-02-13 21:54                                       ` Ted Zlatanov
2012-02-13 21:55                                         ` Lars Ingebrigtsen
2012-02-13 22:20                                         ` Stefan Monnier
2012-02-14  0:05                                           ` Ted Zlatanov
2012-02-14  2:13                                             ` Stefan Monnier
2012-02-14  2:32                             ` Glenn Morris
2012-02-14 13:01                               ` Ted Zlatanov
2012-02-03 13:25               ` Emacs 24.0.93 Pretest Windows Binaries published Stefan Monnier
2012-02-03  0:48 ` [h-e-w] " Richard M. Heiberger
2012-02-03  8:12   ` Eli Zaretskii
2012-02-03 10:03     ` Stephen J. Turnbull
2012-02-03 10:31       ` Eli Zaretskii
2012-02-03 13:49         ` Stephen J. Turnbull
2012-02-03 15:44           ` Eli Zaretskii
2012-02-12  4:04             ` Lennart Borgman
2012-02-12  4:08               ` Lennart Borgman
2012-02-12 16:23                 ` Eli Zaretskii
2012-02-12 22:19                   ` Lennart Borgman
2012-02-13  3:29                     ` Stefan Monnier
2012-02-13  3:51                     ` Eli Zaretskii
2012-02-13 19:23                       ` Lennart Borgman
2012-02-14 22:43                 ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipjgw0r3.fsf_-_@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.