# HG changeset patch # User Simon Josefsson # Date 1194258376 0 # Node ID ca8fdbbd44ede93365d30a543636261268c7c78c # Parent 21d778bdb72bce002342d7230d3ff04b36778a69 net/tls.el (tls-end-of-info): Doc fix. diff -r 21d778bdb72b -r ca8fdbbd44ed lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 05 09:06:25 2007 +0000 +++ b/lisp/ChangeLog Mon Nov 05 10:26:16 2007 +0000 @@ -1,3 +1,7 @@ +2007-11-05 Simon Josefsson + + * net/tls.el (tls-end-of-info): Doc fix. + 2007-11-05 Kenichi Handa * international/utf-7.el (utf-7-imap): New coding system. diff -r 21d778bdb72b -r ca8fdbbd44ed lisp/net/tls.el --- a/lisp/net/tls.el Mon Nov 05 09:06:25 2007 +0000 +++ b/lisp/net/tls.el Mon Nov 05 10:26:16 2007 +0000 @@ -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.