changeset 57450:7e2887ad4c51

*** empty log message ***
author Simon Josefsson <jas@extundo.com>
date Tue, 12 Oct 2004 09:55:20 +0000
parents 202c408c174b
children ffd927e57237
files lisp/ChangeLog lisp/url/ChangeLog
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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.