- Timestamp:
- Oct 10, 2018 3:58:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r69111 r74749 41 41 #include <iprt/log.h> 42 42 #include <iprt/time.h> 43 #include <iprt/crypto/applecodesign.h> /* critical extension OIDs */ 43 44 #include <iprt/crypto/pkcs7.h> /* PCRTCRPKCS7SETOFCERTS */ 44 45 #include <iprt/crypto/store.h> … … 2457 2458 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCRX509_ID_CE_EXT_KEY_USAGE_OID) != 0 2458 2459 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCRX509_ID_CE_INHIBIT_ANY_POLICY_OID) != 0 2460 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_APPLICATION_OID) != 0 2461 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_INSTALLER_OID) != 0 2462 && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCR_APPLE_CS_DEVID_KEXT_OID) != 0 2459 2463 ) 2460 2464 return rtCrX509CpvFailed(pThis, VERR_CR_X509_CPV_UNKNOWN_CRITICAL_EXTENSION,
Note:
See TracChangeset
for help on using the changeset viewer.