Pass pServerCert->hCertStore for hAdditionalStore argument in CertGetCertificateChain call

This commit is contained in:
Karthik Bhat A
2023-01-02 18:02:59 +05:30
committed by Matej Kenda
parent 463f06651a
commit ac270824ad

View File

@@ -1377,7 +1377,7 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
NULL,
_pPeerCertificate,
NULL,
NULL,
pServerCert->hCertStore,
&chainPara,
0,
NULL,