Searched refs:x509StoreContext (Results 1 – 2 of 2) sorted by relevance
403 int CurlSession::verifyServerX509Certificate( X509_STORE_CTX *x509StoreContext ) in verifyServerX509Certificate() argument405 X509 *serverCertificate = X509_STORE_CTX_get0_cert( x509StoreContext ); in verifyServerX509Certificate()406 STACK_OF(X509) *chain = X509_STORE_CTX_get0_untrusted( x509StoreContext ); in verifyServerX509Certificate()
101 int verifyServerX509Certificate( X509_STORE_CTX *x509StoreContext );
Completed in 38 milliseconds