]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
[Docs] Default value for verification flags is 'SSL_VERIFY_NONE'
authorRuslan Baratov <x@ruslo.dev>
Sat, 18 May 2024 15:34:19 +0000 (23:34 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 22 May 2024 13:12:24 +0000 (15:12 +0200)
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24435)

doc/man3/SSL_CTX_set_verify.pod

index ac6a42c191266b5205d622d684fb9994dc5d4849..fd93499b1c90ee2f82ffd5300221d8404a551598 100644 (file)
@@ -144,6 +144,9 @@ B<Client mode:> ignored (see BUGS)
 
 If the B<mode> is SSL_VERIFY_NONE none of the other flags may be set.
 
+If verification flags are not modified explicitly by C<SSL_CTX_set_verify()>
+or C<SSL_set_verify()>, the default value will be SSL_VERIFY_NONE.
+
 The actual verification procedure is performed either using the built-in
 verification procedure or using another application provided verification
 function set with