From ec559c2a6cca3fd4cedae5c47f2dfa38e5e24865 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Sat, 18 May 2024 23:34:19 +0800 Subject: [PATCH] [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) --- doc/man3/SSL_CTX_set_verify.pod | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2