# HG changeset patch # User Simon Josefsson # Date 1097574920 0 # Node ID 7e2887ad4c5113d96a10bbc0a9bd788995aff40a # Parent 202c408c174bd503b3c8710bc19e2820b15307ef *** empty log message *** diff -r 202c408c174b -r 7e2887ad4c51 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 12 09:55:08 2004 +0000 +++ b/lisp/ChangeLog Tue Oct 12 09:55:20 2004 +0000 @@ -1,3 +1,9 @@ +2004-10-12 Simon Josefsson + + * net/tls.el (tls-certtool-program): New variable. + (tls-certificate-information): New function, based on + ssl-certificate-information. + 2004-10-12 Kenichi Handa * international/mule.el (coding-system-equal): Moved from diff -r 202c408c174b -r 7e2887ad4c51 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Tue Oct 12 09:55:08 2004 +0000 +++ b/lisp/url/ChangeLog Tue Oct 12 09:55:20 2004 +0000 @@ -1,3 +1,19 @@ +2004-10-12 Simon Josefsson + + * url-vars.el (url-gateway-method): Add new method `tls'. + + * url-news.el (url-snews): Use nntp-open-tls-stream if + url-gateway-method is tls. + + * url-ldap.el (url-ldap-certificate-formatter): Use + tls-certificate-information if ssl.el is not available. + + * url-https.el (url-https-create-secure-wrapper): Use tls if ssl + is not available. + + * url-gw.el (url-open-stream): Support tls url-gateway-method. + (url-open-stream): Likewise. + 2004-10-10 Lars Hansen * url-auth.el: Fix copyright notice.