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/24 09:45:05 UTC

[tomcat] 02/02: Ensure Windows signing uses sha256 hash

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

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

commit c691827c31e1e5155e2607750df9d8296d010426
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sun Jan 24 09:42:06 2021 +0000

    Ensure Windows signing uses sha256 hash
---
 build.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.xml b/build.xml
index 19ff206..74df762 100644
--- a/build.xml
+++ b/build.xml
@@ -2566,6 +2566,8 @@ skip.installer property in build.properties" />
       <arg value="sign"/>
       <arg value="/sha1"/>
       <arg value="${codesigning.certificate.thumbprint}"/>
+      <arg value="/fd"/>
+      <arg value="sha256"/>
       <arg value="/tr"/>
       <arg value="http://timestamp.digicert.com"/>
       <arg value="${tomcat.dist}/Uninstall.exe"/>
@@ -2596,6 +2598,8 @@ skip.installer property in build.properties" />
       <arg value="sign"/>
       <arg value="/sha1"/>
       <arg value="${codesigning.certificate.thumbprint}"/>
+      <arg value="/fd"/>
+      <arg value="sha256"/>
       <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