Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c522 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_host() local
541 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_host()
551 if(!get_alt_name_info(data, pCertContextServer, in Curl_verify_host()
577 len = cert_get_name_string(data, pCertContextServer, in Curl_verify_host()
666 if(pCertContextServer) in Curl_verify_host()
667 CertFreeCertificateContext(pCertContextServer); in Curl_verify_host()
682 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_certificate() local
695 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_certificate()
794 pCertContextServer, in Curl_verify_certificate()
863 if(pCertContextServer) in Curl_verify_certificate()
[all …]
H A Dschannel.c2500 CERT_CONTEXT *pCertContextServer = NULL; in schannel_pkp_pin_peer_pubkey() local
2521 &pCertContextServer); in schannel_pkp_pin_peer_pubkey()
2523 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in schannel_pkp_pin_peer_pubkey()
2531 if(!(((pCertContextServer->dwCertEncodingType & X509_ASN_ENCODING) != 0) && in schannel_pkp_pin_peer_pubkey()
2532 (pCertContextServer->cbCertEncoded > 0))) in schannel_pkp_pin_peer_pubkey()
2535 x509_der = (const char *)pCertContextServer->pbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2536 x509_der_len = pCertContextServer->cbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2556 if(pCertContextServer) in schannel_pkp_pin_peer_pubkey()
2557 CertFreeCertificateContext(pCertContextServer); in schannel_pkp_pin_peer_pubkey()

Completed in 12 milliseconds