Windows: update default timestamping service

The Verisign and Symantec timestamping services have been shutdown.
Switch to the Digicert service which replaced the Symantec services
as of 31 Oct 2019.

  http://timestamp.digicert.com

Change-Id: I365e6c3698b8fc99b18e8d1e5a54ce3519f3c5eb
This commit is contained in:
Jeffrey Altman
2019-11-02 21:14:00 -04:00
parent 0cc708ba36
commit efb27f15ac
2 changed files with 4 additions and 4 deletions

View File

@@ -510,10 +510,10 @@ SIGNTOOL=signtool.exe
!ifdef SIGNTOOL_C !ifdef SIGNTOOL_C
!ifndef SIGNTOOL_T !ifndef SIGNTOOL_T
SIGNTOOL_T=http://timestamp.verisign.com/scripts/timstamp.dll SIGNTOOL_T=http://timestamp.digicert.com
!endif !endif
!ifndef SIGNTOOL_T_SHA256 !ifndef SIGNTOOL_T_SHA256
SIGNTOOL_T_SHA256=http://sha256timestamp.ws.symantec.com/sha256/timestamp SIGNTOOL_T_SHA256=http://timestamp.digicert.com
!endif !endif
_CODESIGN=( $(SIGNTOOL) sign /fd sha1 $(SIGNTOOL_O) /t $(SIGNTOOL_T) $(SIGNTOOL_C) /v $@ ) _CODESIGN=( $(SIGNTOOL) sign /fd sha1 $(SIGNTOOL_O) /t $(SIGNTOOL_T) $(SIGNTOOL_C) /v $@ )

View File

@@ -94,10 +94,10 @@ work, but have not been tested.
set SIGNTOOL_O=/du http://example.com/myheimdal set SIGNTOOL_O=/du http://example.com/myheimdal
- `SIGNTOOL_T`: SHA1 Timestamp URL for `signtool`. If not specified, - `SIGNTOOL_T`: SHA1 Timestamp URL for `signtool`. If not specified,
defaults to `http://timestamp.verisign.com/scripts/timstamp.dll`. defaults to `http://timestamp.digicert.com`.
- `SIGNTOOL_T_SHA256`: SHA256 Timestamp URL for `signtool`. If not - `SIGNTOOL_T_SHA256`: SHA256 Timestamp URL for `signtool`. If not
specified, defaults to `http://timestamp.geotrust.com/tsa`. specified, defaults to `http://timestamp.digicert.com`.
- `CODESIGN`: SHA1 Code signer command. This environment variable, if - `CODESIGN`: SHA1 Code signer command. This environment variable, if
defined, overrides the `SIGNTOOL_*` variables. It should be defined, overrides the `SIGNTOOL_*` variables. It should be