[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Use tls.el instead of ssl.el for HTTPS?
From: |
Magnus Henoch |
Subject: |
Use tls.el instead of ssl.el for HTTPS? |
Date: |
Sun, 15 Oct 2006 11:23:53 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) |
The HTTPS code in url-http.el currently looks like this:
(let ((url-gateway-method (condition-case ()
(require 'ssl)
(error 'tls))))
...
)
That is, it uses ssl.el if it is available, and otherwise uses tls.el
(which is the only one included with Emacs). Is there any reason to
not always use tls.el?
Magnus
- Use tls.el instead of ssl.el for HTTPS?,
Magnus Henoch <=