unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: Testing the gnutls support
Date: Mon, 28 Mar 2011 13:52:26 -0500	[thread overview]
Message-ID: <87ipv3krh1.fsf@lifelogs.com> (raw)
In-Reply-To: 8762xalkgg.fsf@lifelogs.com

On Sat, 09 Oct 2010 23:50:55 -0500 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> 1) we should be verifying the host name matches the certificate--but
TZ> should this be done in gnutls.el or gnutls.c?

This is done in gnutls.c (using a host name passed through
`gnutls-negotiate' from gnutls.el) now.  The verification can be turned
off.

TZ> 2) we should set up a verification callback (but this is not available
TZ> in mainstream Debian/Ubuntu yet, since it's new in 2.10).  In the
TZ> callback we should let the user accept an invalid certificate.  I'd like
TZ> to defer this until 2.10 is in the Debian mainstream.

TZ> 3) We should give users a way to accept certificates.  Right now they
TZ> can pass a list of trust file names themselves but I think this should
TZ> be a more general facility.

I am not sure this is useful as part of the GnuTLS connection mechanism
because pausing external network-level C functions to interact with the
user can cause some serious bugs.  It seemed like a good approach but
after working with the GnuTLS code I'm pretty sure it will cause
problems long-term.

It's probably cleaner to save every invalid certificate in a list and
give the user a UI to choose which certificates they wish to accept,
perhaps linking to the last validation failure and whatever else will
help the user identify which certificates he wants to accept (maybe a
hash ID of the certificate in the messages buffer).

Any opinions?

Ted




  parent reply	other threads:[~2011-03-28 18:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07 21:42 Testing the gnutls support Lars Magne Ingebrigtsen
2010-10-08 13:45 ` Ted Zlatanov
2010-10-09 13:18   ` Lars Magne Ingebrigtsen
2010-10-09 13:37     ` Eli Zaretskii
2010-10-09 13:56       ` Lars Magne Ingebrigtsen
2010-10-10  4:50         ` Ted Zlatanov
2010-10-10 15:26           ` Lars Magne Ingebrigtsen
2010-10-11 14:02             ` Ted Zlatanov
2010-10-11 16:25               ` Lars Magne Ingebrigtsen
2010-10-11 17:25                 ` Ted Zlatanov
2010-10-14 21:37                   ` Lars Magne Ingebrigtsen
2011-03-28 18:52           ` Ted Zlatanov [this message]
2011-03-28 19:08             ` Ted Zlatanov
2011-03-29 20:29             ` Lars Magne Ingebrigtsen
2011-04-01 14:35               ` Ted Zlatanov
2011-04-01 15:39                 ` Lars Magne Ingebrigtsen
2011-04-01 20:11                   ` Ted Zlatanov
2011-04-02 20:26                     ` Lars Magne Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87ipv3krh1.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).