Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Java 11 algorithms for ciphers and key exchanges #9

Closed
jvz opened this issue Nov 22, 2020 · 1 comment
Closed

Support Java 11 algorithms for ciphers and key exchanges #9

jvz opened this issue Nov 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jvz
Copy link
Contributor

jvz commented Nov 22, 2020

Java 11 includes JEP 324 (support for X25519 and X448) and JEP 329 (support for ChaCha20 and Poly1305) which allow for SPI implementations on Java 11+ for #2 and #1 respectively.

@jvz jvz added the enhancement New feature or request label Nov 22, 2020
@jvz jvz added this to the 1.0 milestone Nov 22, 2020
@jvz jvz self-assigned this Nov 22, 2020
jvz added a commit that referenced this issue Nov 23, 2020
This forms a stable starting point for #1, #2, and #3 SPIs along with providers for #8, #9, and #10. These consist of an AEAD cipher SPI, a key exchange SPI, and a signature SPI, along with providers based on BouncyCastle, Java 11, and Java 15 respectively. A small number of smoke tests are included from the relevant RFCs.
@jvz
Copy link
Contributor Author

jvz commented Nov 24, 2020

Included in main.

@jvz jvz closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant