Home
last modified time | relevance | path

Searched refs:pCertContextServer (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vtls/
H A Dschannel_verify.c477 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_host() local
488 &pCertContextServer); in Curl_verify_host()
490 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_host()
589 if(pCertContextServer) in Curl_verify_host()
590 CertFreeCertificateContext(pCertContextServer); in Curl_verify_host()
606 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_certificate() local
617 &pCertContextServer); in Curl_verify_certificate()
619 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_certificate()
718 pCertContextServer, in Curl_verify_certificate()
787 if(pCertContextServer) in Curl_verify_certificate()
[all …]
H A Dschannel.c2690 CERT_CONTEXT *pCertContextServer = NULL; in schannel_pkp_pin_peer_pubkey() local
2711 &pCertContextServer); in schannel_pkp_pin_peer_pubkey()
2713 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in schannel_pkp_pin_peer_pubkey()
2721 if(!(((pCertContextServer->dwCertEncodingType & X509_ASN_ENCODING) != 0) && in schannel_pkp_pin_peer_pubkey()
2722 (pCertContextServer->cbCertEncoded > 0))) in schannel_pkp_pin_peer_pubkey()
2725 x509_der = (const char *)pCertContextServer->pbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2726 x509_der_len = pCertContextServer->cbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2746 if(pCertContextServer) in schannel_pkp_pin_peer_pubkey()
2747 CertFreeCertificateContext(pCertContextServer); in schannel_pkp_pin_peer_pubkey()

Completed in 13 milliseconds