Changeset 96766 in vbox for trunk/src/VBox/Additions/WINNT/tools
- Timestamp:
- Sep 16, 2022 12:00:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk
r96692 r96766 44 44 45 45 # 46 # Install all the certificates we use here.47 #48 INSTALLS += AdditionsInstCertFiles49 AdditionsInstCertFiles_TEMPLATE = VBoxGuestR3Exe50 AdditionsInstCertFiles_SOURCES =51 AdditionsInstCertFiles_CLEAN =52 ifdef VBOX_SIGNING_MODE53 define def_VBoxAdditionsInstCertFiles54 AdditionsInstCertFiles_SOURCES += $$(AdditionsInstCertFiles_0_OUTDIR)/$(1)=>$155 AdditionsInstCertFiles_CLEAN += $$(AdditionsInstCertFiles_0_OUTDIR)/$(1)56 $$$$(AdditionsInstCertFiles_0_OUTDIR)/$(1): $$(2) | $$$$(dir $$$$@) $(VBOX_RTSIGNTOOL)57 $(QUIET)$(RM) -f -- "$$@"58 $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --signature-index $3 --exe "$$<" --output "$$@" --der59 endef60 61 if !defined(VBOX_CERTIFICATE_SHA2_SUBJECT_NAME) && !$(intersects win all 1,$(VBOX_WITH_CORP_CODE_SIGNING))62 $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox.cer,$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys,0)63 else64 $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox-sha1.cer,$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys,0)65 $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox-sha256.cer,$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys,1)66 if $(intersects win_planb,$(VBOX_WITH_CORP_CODE_SIGNING))67 $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox-sha256-r3.cer,$(VBOX_PATH_ADDITIONS)/VBoxCertUtil.exe,1)68 endif69 endif70 ifdef VBOX_WITH_VBOX_LEGACY_TS_CA71 AdditionsInstCertFiles_SOURCES += $(VBOX_LEGACY_TS_CA_FILE)=>vbox-legacy-timestamp-ca.cer72 endif73 ifdef VBOX_WITH_GA_ROOT_CERTS_INCLUDED74 ifdef VBOX_WITH_GA_ROOT_VERISIGN_G575 AdditionsInstCertFiles_SOURCES += \76 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-VeriSignPca3G5-18dad19e267de8bb4a2158cdcc6b3b4a.crt=>root-versign-pca3-g5.cer77 endif78 ifdef VBOX_WITH_GA_ROOT_DIGICERT_ASSURED_ID79 AdditionsInstCertFiles_SOURCES += \80 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-DigiCertAssuredIDRootCA-0ce7e0e517d846fe8fe560fc1bf03039.crt=>root-digicert-assured-id.cer81 endif82 ifdef VBOX_WITH_GA_ROOT_DIGICERT_HIGH_ASSURANCE_EV83 AdditionsInstCertFiles_SOURCES += \84 $(VBOX_PATH_SRC_CERTIFICATES)/CaRoot-DigiCertHighAssuranceEVRootCA-02ac5c266a0b409b8f0b79f2ae462577.crt=>root-digicert-high-assurance-ev.cer85 endif86 endif87 endif88 89 #90 46 # Install the registry file for bypassing the Windows 11 installer checks. 91 47 #
Note:
See TracChangeset
for help on using the changeset viewer.