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

* Use tls.el instead of ssl.el for HTTPS?
  2006-10-15  9:23 Use tls.el instead of ssl.el for HTTPS? Magnus Henoch
@ 2006-10-20 17:13 ` T. V. Raman
  0 siblings, 0 replies; 2+ messages in thread
From: T. V. Raman @ 2006-10-20 17:13 UTC (permalink / raw)
  Cc: emacs-devel

I believe this is legacy and dates back to the time before tls.el
even existed. I think we should have w3 use tls.el consistently.

>>>>> "Magnus" == Magnus Henoch <mange@freemail.hu> writes:
    Magnus> The HTTPS code in url-http.el currently looks like
    Magnus> this: (let ((url-gateway-method (condition-case ()
    Magnus> (require 'ssl) (error 'tls)))) ...  )
    Magnus> 
    Magnus> That is, it uses ssl.el if it is available, and
    Magnus> otherwise uses tls.el (which is the only one included
    Magnus> with Emacs).  Is there any reason to not always use
    Magnus> tls.el?
    Magnus> 
    Magnus> Magnus
    Magnus> 
    Magnus> 
    Magnus> 
    Magnus> _______________________________________________
    Magnus> Emacs-devel mailing list Emacs-devel@gnu.org
    Magnus> http://lists.gnu.org/mailman/listinfo/emacs-devel

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs

^ 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.