RFR: JDK-8166596: TLS support for the EdDSA signature algorithm [v3]
Jamil Nimeh
jnimeh at openjdk.java.net
Thu Nov 19 17:48:34 UTC 2020
> Hello all,
> This change brings in support for certificates with EdDSA keys (both Ed25519 and Ed448) allowing those signature algorithms to be used both on the certificates themselves and used during the handshaking process for messages like CertificateVerify, ServerKeyExchange and so forth.
Jamil Nimeh has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
- Update test to account for JDK-8202343 fix
- Merge
- Merge
- Applied code review comments to tests
- Fix cut/paste error with ECDH-RSA key exchange
- Merge
- Initial EdDSA/TLS solution
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1197/files
- new: https://git.openjdk.java.net/jdk/pull/1197/files/59aced35..dee70944
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1197&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1197&range=01-02
Stats: 6780 lines in 253 files changed: 3650 ins; 1976 del; 1154 mod
Patch: https://git.openjdk.java.net/jdk/pull/1197.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1197/head:pull/1197
PR: https://git.openjdk.java.net/jdk/pull/1197
More information about the security-dev
mailing list