VirtualBox

Ignore:
Timestamp:
Oct 30, 2023 9:33:02 AM (15 months ago)
Author:
vboxsync
Message:

IPRT/x509-certpaths.cpp: Fixed copy&paste bug in rtCrX509CertPathsGetIssuers where it would try retrieve intermediate certs from the hTrustedStore instead of hUntrustedSTore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp

    r98103 r101646  
    765765     */
    766766    if (pThis->hUntrustedStore != NIL_RTCRSTORE)
    767         rtCrX509CertPathsGetIssuersFromStore(pThis, pNode, pIssuer, pThis->hTrustedStore,
     767        rtCrX509CertPathsGetIssuersFromStore(pThis, pNode, pIssuer, pThis->hUntrustedStore,
    768768                                             RTCRX509CERTPATHNODE_SRC_UNTRUSTED_STORE);
    769769
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette