Searched refs:SSL_get_verify_result (Results 1 – 6 of 6) sorted by relevance
629 ok = (SSL_get_verify_result(ssl) == X509_V_OK || in SSLPostConnectionCheck()640 << SSL_get_verify_result(ssl); in SSLPostConnectionCheck()
736 ok = (SSL_get_verify_result(ssl) == X509_V_OK || in SSLPostConnectionCheck()
1786 long SSL_get_verify_result(const SSL *ssl);
2968 long SSL_get_verify_result(const SSL *ssl) in SSL_get_verify_result() function
2227 verify_error=SSL_get_verify_result(con); in init_ssl_connection()