From: Ruslan Baratov Date: Sat, 18 May 2024 15:34:19 +0000 (+0800) Subject: [Docs] Default value for verification flags is 'SSL_VERIFY_NONE' X-Git-Tag: openssl-3.0.14~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec559c2a6cca3fd4cedae5c47f2dfa38e5e24865;p=thirdparty%2Fopenssl.git [Docs] Default value for verification flags is 'SSL_VERIFY_NONE' Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24435) (cherry picked from commit a73e07dbb7df4795c4ec537f19516b541fb8dd3c) --- diff --git a/doc/man3/SSL_CTX_set_verify.pod b/doc/man3/SSL_CTX_set_verify.pod index 9d4abac30eb..fcbf2767985 100644 --- a/doc/man3/SSL_CTX_set_verify.pod +++ b/doc/man3/SSL_CTX_set_verify.pod @@ -144,6 +144,9 @@ B ignored (see BUGS) If the B is SSL_VERIFY_NONE none of the other flags may be set. +If verification flags are not modified explicitly by C +or C, 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