[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Fri Sep 7 10:19:03 UTC 2018
The branch master has been updated
via 77890553760c6e675fee6d254cbdea2712eeb1e1 (commit)
from 57d7b988b498ed34e98d1957fbbded8342f2a952 (commit)
- Log -----------------------------------------------------------------
commit 77890553760c6e675fee6d254cbdea2712eeb1e1
Author: Matt Caswell <matt at openssl.org>
Date: Thu Sep 6 15:21:42 2018 +0100
Remove a reference to SSL_force_post_handshake_auth()
That function was removed in favour of SSL_set_post_handshake_auth().
Update the docs accordingly.
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7139)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/SSL_CTX_set_verify.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/SSL_CTX_set_verify.pod b/doc/man3/SSL_CTX_set_verify.pod
index c192f9a..21d9ae1 100644
--- a/doc/man3/SSL_CTX_set_verify.pod
+++ b/doc/man3/SSL_CTX_set_verify.pod
@@ -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().
More information about the openssl-commits
mailing list