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.c2666 CERT_CONTEXT *pCertContextServer = NULL; in schannel_pkp_pin_peer_pubkey() local
2687 &pCertContextServer); in schannel_pkp_pin_peer_pubkey()
2689 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in schannel_pkp_pin_peer_pubkey()
2697 if(!(((pCertContextServer->dwCertEncodingType & X509_ASN_ENCODING) != 0) && in schannel_pkp_pin_peer_pubkey()
2698 (pCertContextServer->cbCertEncoded > 0))) in schannel_pkp_pin_peer_pubkey()
2701 x509_der = (const char *)pCertContextServer->pbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2702 x509_der_len = pCertContextServer->cbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2722 if(pCertContextServer) in schannel_pkp_pin_peer_pubkey()
2723 CertFreeCertificateContext(pCertContextServer); in schannel_pkp_pin_peer_pubkey()

Completed in 13 milliseconds