SSL_get_verify_result

Get the result of peer certficate verification

extern (C)
c_long
SSL_get_verify_result
(
Const!(SSL)* ssl
)

Parameters

ssl Const!(SSL)*

the SSL object which obtained the peer certificate

Return Value

Type: c_long

X509_V_OK if the verification succeeded or no peer certificate was presented, ot an error code if the verification failed.

Meta