commit | 83eee75c263bc725b53a0d1de957292d2fbd367e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Oct 09 16:54:38 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Oct 09 16:54:38 2018 +0200 |
tree | 145ff9f046ab7c5e817d280de528b1fe48fda329 | |
parent | 2b69d385e669bf97d872fd116c7f1da5aee7cdfd [diff] [blame] |
Log TLS handshake result Makes it easier to debug TLS issues, and to see the effect of altering the priority string.
diff --git a/common/rfb/CSecurityTLS.cxx b/common/rfb/CSecurityTLS.cxx index e1a31f7..000331c 100644 --- a/common/rfb/CSecurityTLS.cxx +++ b/common/rfb/CSecurityTLS.cxx
@@ -196,6 +196,9 @@ throw AuthFailureException("TLS Handshake failed"); } + vlog.debug("TLS handshake completed with %s", + gnutls_session_get_desc(session)); + checkSession(); cc->setStreams(tlsis, tlsos);