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()
576 len = cert_get_name_string(data, pCertContextServer, in Curl_verify_host()
665 if(pCertContextServer) in Curl_verify_host()
666 CertFreeCertificateContext(pCertContextServer); in Curl_verify_host()
681 CERT_CONTEXT *pCertContextServer = NULL; in Curl_verify_certificate() local
694 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in Curl_verify_certificate()
793 pCertContextServer, in Curl_verify_certificate()
862 if(pCertContextServer) in Curl_verify_certificate()
[all …]
H A Dschannel.c2493 CERT_CONTEXT *pCertContextServer = NULL; in schannel_pkp_pin_peer_pubkey() local
2514 &pCertContextServer); in schannel_pkp_pin_peer_pubkey()
2516 if((sspi_status != SEC_E_OK) || !pCertContextServer) { in schannel_pkp_pin_peer_pubkey()
2524 if(!(((pCertContextServer->dwCertEncodingType & X509_ASN_ENCODING) != 0) && in schannel_pkp_pin_peer_pubkey()
2525 (pCertContextServer->cbCertEncoded > 0))) in schannel_pkp_pin_peer_pubkey()
2528 x509_der = (const char *)pCertContextServer->pbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2529 x509_der_len = pCertContextServer->cbCertEncoded; in schannel_pkp_pin_peer_pubkey()
2549 if(pCertContextServer) in schannel_pkp_pin_peer_pubkey()
2550 CertFreeCertificateContext(pCertContextServer); in schannel_pkp_pin_peer_pubkey()

Completed in 20 milliseconds