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

Create a signature SPI for Ed25519 and Ed448 #3

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

Create a signature SPI for Ed25519 and Ed448 #3

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

Comments

@jvz
Copy link
Contributor

jvz commented Nov 21, 2020

This signature SPI should expose low level functionality and use the standard functionality from RFC 8032. This should have at least two core implementations: one based on BouncyCastle, and the other based on Java 15.

@jvz jvz added the enhancement New feature or request label Nov 21, 2020
@jvz jvz added this to the 1.0 milestone Nov 21, 2020
@jvz jvz self-assigned this Nov 21, 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 Jan 1, 2021

Generally implemented now in main.

@jvz jvz closed this as completed Jan 1, 2021
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