mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
Pass pServerCert->hCertStore for hAdditionalStore argument in CertGetCertificateChain call
This commit is contained in:
committed by
Matej Kenda
parent
463f06651a
commit
ac270824ad
@@ -1377,7 +1377,7 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
|
||||
NULL,
|
||||
_pPeerCertificate,
|
||||
NULL,
|
||||
NULL,
|
||||
pServerCert->hCertStore,
|
||||
&chainPara,
|
||||
0,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user