https://issues.apache.org/bugzilla/show_bug.cgi?id=52344
Bug #: 52344
Summary: Add -sigalg and -digestalg support to the signjar task
Product: Ant
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The jarsigner command supports the -digestalg and -sigalg options to specify
the algorithms used for digesting (the lines in MANIFEST.MF and *.SF) and
signing (*.RSA). It would be nice if the signjar task can support it.
In fact, in JDK 7, the default algorithms have been bumped to SHA-256 and
SHA256withRSA respectively, and they are not supported on Android.
See http://stackoverflow.com/questions/8036422/android-signing-with-ant.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.