]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorSimon Josefsson <jas@extundo.com>
Tue, 12 Oct 2004 09:55:20 +0000 (09:55 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 12 Oct 2004 09:55:20 +0000 (09:55 +0000)
lisp/ChangeLog
lisp/url/ChangeLog

index 4738fb4812fb3740de55dd1b6b13d454612953d7..0fe85f0d22164cdcdfdf6cf72c5e9e6ada3ba2c8 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-12  Simon Josefsson  <jas@extundo.com>
+
+       * net/tls.el (tls-certtool-program): New variable.
+       (tls-certificate-information): New function, based on
+       ssl-certificate-information.
+
 2004-10-12  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el (coding-system-equal): Moved from
index c441dc37d7a5005d59b80df4fbcfd44c2082187f..91a6c869a21a7a118af343ef9e3adae62a72d862 100644 (file)
@@ -1,3 +1,19 @@
+2004-10-12  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <larsh@math.ku.dk>
 
        * url-auth.el: Fix copyright notice.