Windows: update SHA2 timestamp server

The RFC 3161 Service SHA128: https://timestamp.geotrust.com/tsa
is being decommissioned at the end of March 2017.  A new SHA256 service:
http://sha256timestamp.ws.symantec.com/sha256/timestamp
takes its place.

Change-Id: Iaf3de7ce7ccdd5c2589e80a7e4accccb307228d3
This commit is contained in:
Jeffrey Altman
2017-02-22 14:21:33 -05:00
parent 5360a6dee6
commit 3a0d9f07a8

View File

@@ -513,7 +513,7 @@ SIGNTOOL=signtool.exe
SIGNTOOL_T=http://timestamp.verisign.com/scripts/timstamp.dll SIGNTOOL_T=http://timestamp.verisign.com/scripts/timstamp.dll
!endif !endif
!ifndef SIGNTOOL_T_SHA256 !ifndef SIGNTOOL_T_SHA256
SIGNTOOL_T_SHA256=http://timestamp.geotrust.com/tsa SIGNTOOL_T_SHA256=http://sha256timestamp.ws.symantec.com/sha256/timestamp
!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 $@ )