Remove a reference to SSL_force_post_handshake_auth()
authorMatt Caswell <matt@openssl.org>
Thu, 6 Sep 2018 14:21:42 +0000 (15:21 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Sep 2018 10:17:55 +0000 (11:17 +0100)
That function was removed in favour of SSL_set_post_handshake_auth().
Update the docs accordingly.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7139)

doc/man3/SSL_CTX_set_verify.pod

index c192f9af6fa2bd88fa8a08c312b1e0e45ff7dc42..21d9ae1018dc235cbf8dd4cce65b80e90a96a18d 100644 (file)
@@ -186,7 +186,7 @@ Its return value is identical to B<preverify_ok>, so that any verification
 failure will lead to a termination of the TLS/SSL handshake with an
 alert message, if SSL_VERIFY_PEER is set.
 
-After calling SSL_force_post_handshake_auth(), the client will need to add a
+After calling SSL_set_post_handshake_auth(), the client will need to add a
 certificate or certificate callback to its configuration before it can
 successfully authenticate. This must be called before SSL_connect().