VirtualBox

Changeset 51824 in vbox for trunk/src


Ignore:
Timestamp:
Jul 2, 2014 10:29:42 PM (11 years ago)
Author:
vboxsync
Message:

timestamp hack v2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp

    r51819 r51824  
    11961196                                          pErrInfo, "SpcAndNtKernelSupplemental");
    11971197
     1198#if 0 /* For the time being, always trust the build certificate. It bypasses the timestamp issues of CRT and SDL. */
    11981199        /* If the build certificate is a test singing certificate, it must be a
    11991200           trusted root or we'll fail to validate anything. */
    12001201        if (   RT_SUCCESS(rc)
    12011202            && RTCrX509Name_Compare(&g_BuildX509Cert.TbsCertificate.Subject, &g_BuildX509Cert.TbsCertificate.Issuer) == 0)
     1203#else
     1204        if (RT_SUCCESS(rc))
     1205#endif
    12021206            rc = RTCrStoreCertAddEncoded(g_hSpcAndNtKernelRootStore, RTCRCERTCTX_F_ENC_X509_DER,
    12031207                                         g_abSUPBuildCert, g_cbSUPBuildCert, pErrInfo);
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