VirtualBox

Changeset 74749 in vbox for trunk


Ignore:
Timestamp:
Oct 10, 2018 3:58:07 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ldr: More Mach-O signing hacking. bugref:9232

File:
1 edited

Legend:

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

    r69111 r74749  
    4141#include <iprt/log.h>
    4242#include <iprt/time.h>
     43#include <iprt/crypto/applecodesign.h> /* critical extension OIDs */
    4344#include <iprt/crypto/pkcs7.h> /* PCRTCRPKCS7SETOFCERTS */
    4445#include <iprt/crypto/store.h>
     
    24572458                && RTAsn1ObjId_CompareWithString(&pCur->ExtnId, RTCRX509_ID_CE_EXT_KEY_USAGE_OID) != 0
    24582459                && 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
    24592463               )
    24602464                return rtCrX509CpvFailed(pThis, VERR_CR_X509_CPV_UNKNOWN_CRITICAL_EXTENSION,
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