![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| SSL_get_verify_result(3)
NAMESSL_get_verify_result - get result of peer certificate verification
SYNOPSIS#include <openssl/ssl.h> long SSL_get_verify_result(const SSL *ssl);
DESCRIPTION
NOTES
The verification result is part of the established session and is restored when a session is reused.
BUGS
If no peer certificate was presented, the returned result code is
X509_V_OK. This is because no verification error occurred, it does however
not indicate success.
RETURN VALUESThe following return values can currently occur:
SEE ALSOssl(3), SSL_set_verify_result(3), SSL_get_peer_certificate(3), verify(1) | |||||||||||||||||||