Add support for SSL_CTX_set_post_handshake_auth()
authorMatt Caswell <matt@openssl.org>
Mon, 13 Aug 2018 14:53:42 +0000 (15:53 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 20 Aug 2018 14:14:01 +0000 (15:14 +0100)
commite97be718044fd9a296f05f13e3ad91427b212b7c
tree33f7bfea18a11527ad535f97a7b41ca0bb8ddd31
parent32097b33bdff520d149ad6c8a11bd344e4ef764b
Add support for SSL_CTX_set_post_handshake_auth()

We already have SSL_set_post_handshake_auth(). This just adds the SSL_CTX
equivalent.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6938)
doc/man3/SSL_CTX_set_verify.pod
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
test/sslapitest.c
util/libssl.num