mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Pass pServerCert->hCertStore
for hAdditionalStore
argument in CertGetCertificateChain
call
This commit is contained in:
parent
69d15c5ddd
commit
f5b4cda399
@ -1223,7 +1223,7 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
|
||||
NULL,
|
||||
_pPeerCertificate,
|
||||
NULL,
|
||||
NULL,
|
||||
pServerCert->hCertStore,
|
||||
&chainPara,
|
||||
0,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user