VirtualBox

Changeset 107320 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 13, 2024 5:05:59 PM (5 weeks ago)
Author:
vboxsync
Message:

Additions: Fix for previous change (SHA2 signature only). Too much copy/paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r107319 r107320  
    8989  # No SHA1 cert at all, no weird Plan B style signing, just the SHA2 cert.
    9090  $(evalcall2 def_VBoxAdditionsInstCertFiles,vbox-sha256.cer,$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \
    91         extract-exe-signer-cert, 1)
     91        extract-exe-signer-cert, 0)
    9292  VBOX_GA_CERT_ROOT_SHA2 := vbox-sha256-root.cer
    9393  $(evalcall2 def_VBoxAdditionsInstCertFiles,$(VBOX_GA_CERT_ROOT_SHA2),$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \
    94         extract-signer-root --self-signed-roots-from-system, 1)
     94        extract-signer-root --self-signed-roots-from-system, 0)
    9595  ifdef VBOX_TSA_SHA2_URL_ARGS
    9696   VBOX_GA_CERT_ROOT_SHA2_TS := vbox-sha256-timestamp-root.cer
    9797   $(evalcall2 def_VBoxAdditionsInstCertFiles,$(VBOX_GA_CERT_ROOT_SHA2_TS),$(VBOX_PATH_ADDITIONS)/VBoxGuest.sys, \
    98         extract-timestamp-root --self-signed-roots-from-system, 1)
     98        extract-timestamp-root --self-signed-roots-from-system, 0)
    9999  endif
    100100 else if !defined(VBOX_CERTIFICATE_SHA2_SUBJECT_NAME) && !$(intersects win all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
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