commit | 32097b33bdff520d149ad6c8a11bd344e4ef764b | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Aug 13 15:23:27 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Mon Aug 20 15:14:01 2018 +0100 |
tree | c46929e459ee7c2688765c56afbf329f38a6edda | |
parent | 756510c102885005c2fc31eb01e3a6b95f8ed985 [diff] |
Change Post Handshake auth so that it is opt-in Having post handshake auth automatically switched on breaks some applications written for TLSv1.2. This changes things so that an explicit function call is required for a client to indicate support for post-handshake auth. Fixes #6933. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6938)