Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_get_verify_result — get result of peer certificate verificationDESCRIPTION
SSL_get_verify_result() returns the result of the verification of the X509 certificate presented by the peer, if any.RETURN VALUES
The following return values can currently occur:- X509_V_OK
- The verification succeeded or no peer certificate was presented.
- Any other value
- Documented in openssl(1).