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:
		| @@ -510,10 +510,10 @@ SIGNTOOL=signtool.exe | ||||
| !ifdef SIGNTOOL_C | ||||
|  | ||||
| !ifndef SIGNTOOL_T | ||||
| SIGNTOOL_T=http://timestamp.verisign.com/scripts/timstamp.dll | ||||
| SIGNTOOL_T=http://timestamp.digicert.com | ||||
| !endif | ||||
| !ifndef SIGNTOOL_T_SHA256 | ||||
| SIGNTOOL_T_SHA256=http://sha256timestamp.ws.symantec.com/sha256/timestamp | ||||
| SIGNTOOL_T_SHA256=http://timestamp.digicert.com | ||||
| !endif | ||||
|  | ||||
| _CODESIGN=( $(SIGNTOOL) sign /fd sha1 $(SIGNTOOL_O) /t $(SIGNTOOL_T) $(SIGNTOOL_C) /v $@ ) | ||||
|   | ||||
| @@ -94,10 +94,10 @@ work, but have not been tested. | ||||
|         set SIGNTOOL_O=/du http://example.com/myheimdal | ||||
|  | ||||
|   - `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 | ||||
|     specified, defaults to `http://timestamp.geotrust.com/tsa`. | ||||
|     specified, defaults to `http://timestamp.digicert.com`. | ||||
|  | ||||
|   - `CODESIGN`: SHA1 Code signer command.  This environment variable, if | ||||
|     defined, overrides the `SIGNTOOL_*` variables.  It should be | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeffrey Altman
					Jeffrey Altman