VirtualBox

Changeset 77767 in vbox


Ignore:
Timestamp:
Mar 18, 2019 6:36:54 PM (6 years ago)
Author:
vboxsync
Message:

Config.kmk: fix copy/paste bug for corp code signing on Windows (2nd signing needs to indicate dual signing and the right hash type), and an extra space which gets in the way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r77766 r77767  
    35163516    VBOX_SIGN_FILE_FN     = $(call VBOX_CCS_SIGN_CMD,driver$(if-expr "$3" == "/ph",_pagehash,),$1,$(dir $1),-digest_algo SHA1) \
    35173517        $(if-expr "$5" == "",\
    3518          $(if-expr "$6" == "",$(if-expr "$4" == "2",$$(NLTAB),$(NLTAB)),$6)$(call VBOX_CCS_SIGN_CMD, \
    3519           driver$(if-expr "$3" == "/ph",_pagehash,),$1,$(dir $1),-digest_algo SHA1))
     3518         $(if-expr "$6" == "",$(if-expr "$4" == "2",$$(NLTAB),$(NLTAB)),$6)$(call VBOX_CCS_SIGN_CMD,\
     3519          driver$(if-expr "$3" == "/ph",_pagehash,),$1,$(dir $1),-dual_sign -digest_algo SHA2))
    35203520   else ifdef VBOX_CERTIFICATE_SHA2_SUBJECT_NAME
    35213521    VBOX_SIGN_FILE_FN     = $(VBOX_SIGNTOOL) \
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