VirtualBox

Changeset 91979 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 21, 2021 6:11:11 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147785
Message:

IPRT/RTCrX509CertPaths: Do not flag Subject Key Identifier as invalid when it occurs as a critical extension (spec says it must be non-critical). bugref:10130

File:
1 edited

Legend:

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

    r89018 r91979  
    25852585                && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_IPHONE_SW_DEV_OID) != 0
    25862586                && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_MAC_SW_DEV_OID) != 0
     2587                && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCRX509_ID_CE_SUBJECT_KEY_IDENTIFIER_OID) != 0     /* Occurred in an Intel cert. Violates RFC5280. */
    25872588               )
    25882589                return rtCrX509CpvFailed(pThis, VERR_CR_X509_CPV_UNKNOWN_CRITICAL_EXTENSION,
Note: See TracChangeset for help on using the changeset viewer.

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