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.3.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a92c576a39259560bb59bd49ac33b30477e1de;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 ac6a42c1912..fd93499b1c9 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