-
Bug
-
Resolution: Fixed
-
P3
-
6
-
None
-
beta
-
sparc
-
solaris_9
Using the SHA-512 digest algorithm to digest the entries in a jar
file results in a jar file that cannot be validated with the jarsigner
tool. There is a line wrapping problem in the digested jar file that results
in the base64 encoded digests (which are longer with the SHA-512 alg) being
chopped and wrapped into the following line. The jarsigner tool gives
the following error when verifying the signed jar file:
jarsigner: java.io.IOException: invalid header field
###@###.### 2005-1-20 13:24:53 GMT
file results in a jar file that cannot be validated with the jarsigner
tool. There is a line wrapping problem in the digested jar file that results
in the base64 encoded digests (which are longer with the SHA-512 alg) being
chopped and wrapped into the following line. The jarsigner tool gives
the following error when verifying the signed jar file:
jarsigner: java.io.IOException: invalid header field
###@###.### 2005-1-20 13:24:53 GMT
- relates to
-
JDK-5094028 jarsigner should have options to allow user to specify non-default digest and signature algorithms
-
- Resolved
-