[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] GnuTLS support on Woe32
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: [PATCH] GnuTLS support on Woe32 |
Date: |
Mon, 07 Mar 2011 17:34:56 +0100 |
User-agent: |
Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) |
address@hidden (Claudio Bley) writes:
> +(eval-and-compile
> + (when (fboundp 'gnutls-boot) (require 'gnutls)))
> +
> (defun starttls-negotiate-gnutls (process)
I think starttls.el should probably be left as is -- that is, use it
only for doing the STARTTLS connections based on the external programs.
That way it can be decided on a higher level whether to use the built-in
version or not. Which is particularly important since there are still
rather serious bugs in the built-in gnutls support.
Have a look at proto-stream.el (currently residing in the Gnus
directory, but should be moved to the net directory at some point),
which provides comprehensive support for TLS/STARTTLS based on
starttls.el and/or gnutls.c (including opportunistic upgrades based on
the capabilities of the server).
I've been meaning to change pop3.el and smtpmail.el to use
open-protocol-stream to get these nice features working automatically
there, too, but I haven't gotten around to it yet.
--
(domestic pets only, the antidote for overdose, milk.)
address@hidden * Lars Magne Ingebrigtsen
- Re: [PATCH] GnuTLS support on Woe32, (continued)
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/23
- Re: [PATCH] GnuTLS support on Woe32, Stefan Monnier, 2011/03/23
- GNU coding standard highlighting rules (was: [PATCH] GnuTLS support on Woe32), Ted Zlatanov, 2011/03/24
- Re: GNU coding standard highlighting rules, Stefan Monnier, 2011/03/27
- Re: GNU coding standard highlighting rules, Ted Zlatanov, 2011/03/28
- Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/03/23
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/03/07
- Re: [PATCH] GnuTLS support on Woe32, Robert Pluim, 2011/03/07
Re: [PATCH] GnuTLS support on Woe32,
Lars Magne Ingebrigtsen <=
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/07
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/09
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/09
- POP3 UIDL - pop3-leave-mail-on-server (was: [PATCH] GnuTLS support on Woe32), Reiner Steib, 2011/03/10
- Re: POP3 UIDL - pop3-leave-mail-on-server, Lars Magne Ingebrigtsen, 2011/03/15
- Re: POP3 UIDL - pop3-leave-mail-on-server, chad, 2011/03/15
Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/03/07