From: Simon Josefsson Date: Fri, 28 May 2004 05:38:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e94e254452fcf8d7e9d5164839b0f1efd07e897;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index b451fd07efd..32b614a062f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1045,6 +1045,12 @@ counter to the specified source line (the one where point is). Minor Improvements +*** The STARTTLS elisp wrapper (starttls.el) can now use GNUTLS +instead of the OpenSSL based "starttls" tool. For backwards +compatibility, it will prefer "starttls", but you can toggle +`starttls-use-gnutls' to switch to GNUTLS (or simply remove the +"starttls" tool). + *** Do not allow debugger output history variable to grow without bounds. +++ diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bcb47d7d04..a600fd5870c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2004-05-26 Simon Josefsson + + * starttls.el: Merge with my GNUTLS based starttls.el. + (starttls-gnutls-program, starttls-use-gnutls) + (starttls-extra-arguments, starttls-process-connection-type) + (starttls-connect, starttls-failure, starttls-success): New + variables. + (starttls-program, starttls-extra-args): Doc fix. + (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New + functions. + (starttls-negotiate, starttls-open-stream): Check + `starttls-use-gnutls' and pass on to corresponding *-gnutls + function if it is set. + 2004-05-27 Luc Teirlinck * autorevert.el (auto-revert-handler): Disable auto-reverting of