unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Use tls.el instead of ssl.el for HTTPS?
@ 2006-10-15  9:23 Magnus Henoch
  2006-10-20 17:13 ` T. V. Raman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Henoch @ 2006-10-15  9:23 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-20 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15  9:23 Use tls.el instead of ssl.el for HTTPS? Magnus Henoch
2006-10-20 17:13 ` T. V. Raman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).