tls-end-of-info

tls-end-of-info is a variable defined in `tls.el'.
Its value is

"\\(^ Verify return code: .+\n---\n\\|^- Simple Client Mode:\n\\(\n\\|^\\*\\*\\* Starting TLS handshake\n\\)*\\)"


Documentation:
Regexp matching end of TLS client informational messages.
Client data stream begins after the last character matched by
this. The default matches `openssl s_client' (version 0.9.8c)
and `gnutls-cli' (version 2.0.1) output.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 22.2 of Emacs.