]> git.eshelyaron.com Git - emacs.git/commitdiff
net/tls.el (tls-end-of-info): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Mon, 5 Nov 2007 10:26:16 +0000 (10:26 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 5 Nov 2007 10:26:16 +0000 (10:26 +0000)
lisp/ChangeLog
lisp/net/tls.el

index 4a3efe09551a12c34af83d8e4565889d626a5739..b55c3d410b220a1557269c40c23bf0772b1d60ff 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-05  Simon Josefsson  <simon@josefsson.org>
+
+       * net/tls.el (tls-end-of-info): Doc fix.
+
 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
 
        * international/utf-7.el (utf-7-imap): New coding system.
index 6beb8680c6e296fa2c7ccb0b117697caa88fcef3..b263081fe163d0770e8600a78bc94319a35cb47a 100644 (file)
@@ -65,9 +65,9 @@
    ;; `gnutls' regexp. See src/cli.c lines 721-.
    "^- Simple Client Mode:\n"
    "\\(\n\\|"                           ; ignore blank lines
-   ;; XXX: We have no way of knowing if the STARTTLS handshake sequence
-   ;; has completed successfully, because `gnutls' will only report
-   ;; failure.
+   ;; According to src/cli.c lines 640-650 and 705-715 the handshake
+   ;; will start after this message.  If the handshake fails, the
+   ;; programs will abort.
    "^\\*\\*\\* Starting TLS handshake\n\\)*"
    "\\)")
   "Regexp matching end of TLS client informational messages.