Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45374a15
Commit
45374a15
authored
Nov 05, 2007
by
Simon Josefsson
Browse files
net/tls.el (tls-end-of-info): Doc fix.
parent
f0815137
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/tls.el
lisp/net/tls.el
+3
-3
No files found.
lisp/ChangeLog
View file @
45374a15
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.
...
...
lisp/net/tls.el
View file @
45374a15
...
...
@@ -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 sequenc
e
;;
has completed successfully, because `gnutls' will only report
;;
failure
.
;;
According to src/cli.c lines 640-650 and 705-715 the handshak
e
;;
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment