VirtualBox

Changeset 64932 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Dec 16, 2016 11:22:44 PM (8 years ago)
Author:
vboxsync
Message:

installer/win/VBoxStub: Add all the certificates we use, not just the SHA-1 one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/Makefile.kmk

    r64931 r64932  
    5252
    5353  VBoxStub_SOURCES  += VBoxStubCertUtil.cpp
     54  VBoxStub_CLEAN    += $(VBoxStub_0_OUTDIR)/VBoxStubPublicCert.h
    5455  VBoxStub.cpp_DEPS += $(VBoxStub_0_OUTDIR)/VBoxStubPublicCert.h
    5556  VBoxStub.cpp_INCS += $(VBoxStub_0_OUTDIR)
     
    6970  if defined(VBOX_WITH_CORP_CODE_SIGNING) && "$(VBOX_WITH_CORP_CODE_SIGNING)" != "all" && "$(VBOX_SIGNING_MODE)" == "release"
    7071        $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --signature-index 1 --exe "$(VBOX_RTSIGNTOOL)" --output "[email protected]" --der
    71         $(VBOX_BIN2C) -ascii --append bVBoxStubTrustedCert2 "[email protected]" $@
     72        $(VBOX_BIN2C) -ascii --append VBoxStubTrustedCert2 "[email protected]" $@
    7273        $(APPEND) "[email protected]" "    { g_abVBoxStubTrustedCert2, sizeof(g_abVBoxStubTrustedCert2) }, "
    7374  endif
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