mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 12:35:22 +08:00
[Docs] Default value for verification flags is 'SSL_VERIFY_NONE'
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24435)
This commit is contained in:
parent
4e8c4b77ef
commit
a73e07dbb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user