schedin opened a new pull request, #11: URL: https://github.com/apache/maven-jarsigner/pull/11
Implementation of https://issues.apache.org/jira/browse/MSHARED-1344. Will add the possibility to use `-tsapolicyid` and `-tsadigestalg`. Note that `-tsadigestalg` is not available in Java 8, but exist in Java 11. I also increased the next build number to 3.1.0 since this is a new feature. When testing, the `-tsadigestalg` looked like it worked fine. But I could not find any any combination of TSA server/TSAPolicyId that worked. Here is an snippet example of the command line that is produced (with a non-working TSA server/TSAPolicyId combo): ``` -tsa http://timestamp.digicert.com -tsapolicyid 1.3.6.1.4.1.6449.1.3.5.2 -tsadigestalg SHA-512 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org