Mercurial > emacs
changeset 55784:9b781d8b19b4
*** empty log message ***
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Fri, 28 May 2004 05:38:36 +0000 |
parents | cbd20e241bd5 |
children | 310e8ba0a51e |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri May 28 05:27:52 2004 +0000 +++ b/etc/NEWS Fri May 28 05:38:36 2004 +0000 @@ -1045,6 +1045,12 @@ 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. +++
--- a/lisp/ChangeLog Fri May 28 05:27:52 2004 +0000 +++ b/lisp/ChangeLog Fri May 28 05:38:36 2004 +0000 @@ -1,3 +1,17 @@ +2004-05-26 Simon Josefsson <jas@extundo.com> + + * 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 <teirllm@auburn.edu> * autorevert.el (auto-revert-handler): Disable auto-reverting of