CSR :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8247837 :
|
|
JDK-8255132 :
|
We need to support RSASSA-PSS (https://tools.ietf.org/html/rfc4056) and EdDSA (https://www.rfc-editor.org/rfc/rfc8419.html) for jar signing. This would include: 0. Decide the proper block type name: "RSASSA-PSS" is a little long, "EdDSA" contains a lowercase letter. 1. Support new block types in SignatureFileVerifier.java 2. Translate between sigAlg and encAlg/digestAlg in AlgorithmId.java 3. Support for SHAKE256 name and OID in AlgorithmId.java 4. Updates to jarsigner tooldoc and JAR file spec 5. Tests
|