You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/26 16:34:25 UTC

[tomcat] branch master updated: Update code signing to use SHA-512

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new fa3a9dc  Update code signing to use SHA-512
fa3a9dc is described below

commit fa3a9dc142eb83f1129e5018a6cce53c282b05b2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 26 16:33:51 2021 +0000

    Update code signing to use SHA-512
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index be0f1da..6c9bc10 100644
--- a/build.xml
+++ b/build.xml
@@ -2576,7 +2576,7 @@ skip.installer property in build.properties" />
       <arg value="/sha1"/>
       <arg value="${codesigning.certificate.thumbprint}"/>
       <arg value="/fd"/>
-      <arg value="sha256"/>
+      <arg value="sha512"/>
       <arg value="/tr"/>
       <arg value="http://timestamp.digicert.com"/>
       <arg value="${tomcat.dist}/Uninstall.exe"/>
@@ -2608,7 +2608,7 @@ skip.installer property in build.properties" />
       <arg value="/sha1"/>
       <arg value="${codesigning.certificate.thumbprint}"/>
       <arg value="/fd"/>
-      <arg value="sha256"/>
+      <arg value="sha512"/>
       <arg value="/tr"/>
       <arg value="http://timestamp.digicert.com"/>
       <arg value="${tomcat.release}/v${version}/bin/${final.name}.exe"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org