From 91bd39256c6289677d3548eda77af8bab8502ae0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 27 May 2004 07:37:27 +0000 Subject: [PATCH] Synch to No Gnus 200405270734. --- lisp/starttls.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" -- 1.7.10.4