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:
@@ -513,7 +513,7 @@ SIGNTOOL=signtool.exe
|
||||
SIGNTOOL_T=http://timestamp.verisign.com/scripts/timstamp.dll
|
||||
!endif
|
||||
!ifndef SIGNTOOL_T_SHA256
|
||||
SIGNTOOL_T_SHA256=http://timestamp.geotrust.com/tsa
|
||||
SIGNTOOL_T_SHA256=http://sha256timestamp.ws.symantec.com/sha256/timestamp
|
||||
!endif
|
||||
|
||||
_CODESIGN=( $(SIGNTOOL) sign /fd sha1 $(SIGNTOOL_O) /t $(SIGNTOOL_T) $(SIGNTOOL_C) /v $@ )
|
||||
|
Reference in New Issue
Block a user