]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document the effect of SSL_VERIFY_FAIL_IF_NO_PEER_CERT on post-handshake auth
authorTomas Mraz <tomas@openssl.foundation>
Tue, 7 Jul 2026 10:32:13 +0000 (12:32 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 10 Jul 2026 15:45:28 +0000 (17:45 +0200)
Reviewed-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Fri Jul 10 15:45:39 2026
(Merged from https://github.com/openssl/openssl/pull/31876)

doc/man3/SSL_CTX_set_verify.pod

index 58774796cd921f34280a401ed5fe09ff55de8dc1..1a9ef7d83e32341d26b02b6b94bcc2858ed58e99 100644 (file)
@@ -74,7 +74,9 @@ SSL_CTX_set_client_cert_cb() if no certificate is provided at initialization.
 
 SSL_verify_client_post_handshake() causes a CertificateRequest message to be
 sent by a server on the given B<ssl> connection. The SSL_VERIFY_PEER flag must
-be set; the SSL_VERIFY_POST_HANDSHAKE flag is optional.
+be set; the SSL_VERIFY_POST_HANDSHAKE flag is optional. The
+SSL_VERIFY_FAIL_IF_NO_PEER_CERT flag is also applicable and has the same
+effect as with the client authentication during the handshake.
 
 =head1 NOTES