emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use tls.el instead of ssl.el for HTTPS?


From: T. V. Raman
Subject: Use tls.el instead of ssl.el for HTTPS?
Date: Fri, 20 Oct 2006 10:13:53 -0700

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 <address@hidden> 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 address@hidden
    Magnus> http://lists.gnu.org/mailman/listinfo/emacs-devel

-- 
Best Regards,
--raman

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]