From: yamaoka Date: Thu, 27 May 2004 07:37:27 +0000 (+0000) Subject: Synch to No Gnus 200405270734. X-Git-Tag: t-gnus-6_17_4-quimby-~888 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=91bd39256c6289677d3548eda77af8bab8502ae0;p=elisp%2Fgnus.git- Synch to No Gnus 200405270734. --- diff --git a/lisp/starttls.el b/lisp/starttls.el index 16f34c6..3d47aef 100644 --- a/lisp/starttls.el +++ b/lisp/starttls.el @@ -37,9 +37,11 @@ ;; and the second one is Simon Josefsson's starttls.el which uses ;; "gnutls-cli" from GNUTLS. ;; -;; If "gnutls-cli" is available, it is prefered by the code over -;; "starttls". Use `starttls-use-gnutls' to toggle between -;; implementations if you have both tools installed. +;; If "starttls" is available, it is prefered by the code over +;; "gnutls-cli", for backwards compatibility. Use +;; `starttls-use-gnutls' to toggle between implementations if you have +;; both tools installed. It is recommended to use GNUTLS, though, as +;; it performs more verification of the certificates. ;; The GNUTLS support require GNUTLS 0.9.90 (released 2003-10-08) or ;; later, from , or "starttls"