Changeset 88587 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Apr 19, 2021 8:43:19 PM (4 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r88331 r88587 95 95 AppleRoot0=AppleRoot-2bd06947947609fef46b8d2e40a6f7474d7f085e.taf \ 96 96 AppleRoot1=AppleRoot-G2-c499136c1803c27bc0a3a00d7f72807a1c77268d.taf 97 # Hack Alert! Because the DigiCert cross signing certificate we use expired 2020-04-15, we add it as a trusted NT kernel 98 # signing root instead, so we can bypass the expiry check in IPRT. NtRootMicrosoft8 is the one found in the 99 # 6.1.20 extpack, NtRootMicrosoft9 is the one bird uses at home. 100 VBOX_SUP_WIN_CERTS += NtRootDigiCert8=NtRoot-CrossSign-DigiCertAssuredIDRootCA-589567a6c1944d68f11ff3d86576092b.taf 101 VBOX_SUP_WIN_CERTS += NtRootDigiCert9=NtRoot-CrossSign-DigiCertHighAssuranceEVRootCA-f4a38dbe86386c554d25f1ce2557a4fe.taf 102 97 103 VBOX_SUP_WIN_CERT_NAMES := $(foreach cert,$(VBOX_SUP_WIN_CERTS),$(firstword $(subst =,$(SPACE) ,$(cert)))) 98 104 VBOX_PATH_SUPR3_CERTIFICATES := $(PATH_SUB_CURRENT)/Certificates
Note:
See TracChangeset
for help on using the changeset viewer.