all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.