Changeset 91979 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 21, 2021 6:11:11 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r89018 r91979 2585 2585 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_IPHONE_SW_DEV_OID) != 0 2586 2586 && 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. */ 2587 2588 ) 2588 2589 return rtCrX509CpvFailed(pThis, VERR_CR_X509_CPV_UNKNOWN_CRITICAL_EXTENSION,
Note:
See TracChangeset
for help on using the changeset viewer.