RFR: 8242068: Signed JAR support for RSASSA-PSS and EdDSA [v6]
Weijun Wang
weijun at openjdk.java.net
Tue Oct 13 13:34:27 UTC 2020
> Major points in CSR at https://bugs.openjdk.java.net/browse/JDK-8245274:
>
> - new sigalg "RSASSA-PSS", "EdDSA", "Ed25519" and "Ed448" can be used in jarsigner
>
> - The ".RSA" and ".EC" block extension types (PKCS #7 SignedData inside a signed JAR) are reused for new signature
> algorithms
>
> - A new JarSigner property "directsign"
>
> - Updating the jarsigner tool doc
>
> Major code changes:
>
> - Always use the signature algorithm directly as SignerInfo::signatureAlgorithm. We used to use the encryption algorithm
> there like RSA, DSA, and EC. Now it's always SHA1withRSA or RSASSA-PSS.
>
> - Move signature related utilities methods from AlgorithmId.java to SignatureUtil.java
>
> - Add new SignatureUtil methods fromKey() and fromSignature() to simplify creating Signature and getting its AlgorithmId
>
> - Use the new methods in PKCS10, X509CertImpl, and X509CRLImpl signing
>
> - Add a new (and intuitive, IMHO) PKCS7::generateNewSignedData capable of all old and new signature algorithms
>
> - Mark all -altsign related code deprecated and they can be removed once ContentSigner is removed
Weijun Wang has refreshed the contents of this pull request, and previous commits have been removed. The incremental
views will show differences compared to the previous content of the PR. The pull request contains one new commit since
the last revision:
support rfc6211 CMSAlgorithmProtection
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/322/files
- new: https://git.openjdk.java.net/jdk/pull/322/files/81513907..ffaae532
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=322&range=05
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=322&range=04-05
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/322.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/322/head:pull/322
PR: https://git.openjdk.java.net/jdk/pull/322
More information about the security-dev
mailing list