- Timestamp:
- Jul 2, 2014 10:29:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r51819 r51824 1196 1196 pErrInfo, "SpcAndNtKernelSupplemental"); 1197 1197 1198 #if 0 /* For the time being, always trust the build certificate. It bypasses the timestamp issues of CRT and SDL. */ 1198 1199 /* If the build certificate is a test singing certificate, it must be a 1199 1200 trusted root or we'll fail to validate anything. */ 1200 1201 if ( RT_SUCCESS(rc) 1201 1202 && RTCrX509Name_Compare(&g_BuildX509Cert.TbsCertificate.Subject, &g_BuildX509Cert.TbsCertificate.Issuer) == 0) 1203 #else 1204 if (RT_SUCCESS(rc)) 1205 #endif 1202 1206 rc = RTCrStoreCertAddEncoded(g_hSpcAndNtKernelRootStore, RTCRCERTCTX_F_ENC_X509_DER, 1203 1207 g_abSUPBuildCert, g_cbSUPBuildCert, pErrInfo);
Note:
See TracChangeset
for help on using the changeset viewer.