VirtualBox

Changeset 103679 in vbox


Ignore:
Timestamp:
Mar 5, 2024 11:01:22 AM (7 months ago)
Author:
vboxsync
Message:

/Config.kmk: CCS can't do dual signing any more, simplify the command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r103595 r103679  
    43154315  ifndef VBOX_SIGN_FILE_FN
    43164316   if $(intersects win all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
    4317     VBOX_SIGN_FILE_FN     = $(call VBOX_CCS_SIGN_CMD,driver$(if-expr "$3" == "/ph",_pagehash,),$1,,-digest_algo $(if-expr "$5" == "",SHA1,SHA2)) \
    4318         $(if-expr "$5" == "", \
    4319                 $(if-expr "$6" == "",$(if-expr "$4" == "2",$$(NLTAB),$(NLTAB)),$6) \
    4320         $(call VBOX_CCS_SIGN_CMD,driver$(if-expr "$3" == "/ph",_pagehash,),$1,,-dual_sign -digest_algo SHA2))
     4317    # CCS has lost the ability to do dual signing a while ago, can do SHA256 only
     4318    VBOX_SIGN_FILE_FN     = $(call VBOX_CCS_SIGN_CMD,driver$(if-expr "$3" == "/ph",_pagehash,),$1,,-digest_algo SHA2)
    43214319   else ifdef VBOX_CERTIFICATE_SHA2_SUBJECT_NAME
    43224320    ifdef VBOX_CERTIFICATE_SUBJECT_NAME
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