mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7139)
This commit is contained in:
parent
57d7b988b4
commit
7789055376
@ -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().
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user