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 BouncyCastle provider for ciphers, signatures, and key exchanges #8

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

Comments

@jvz
Copy link
Contributor

jvz commented Nov 22, 2020

In order to support Java 8 environments, particularly ones that already add BouncyCastle as a dependency, SPI implementations for #1, #2, and #3 should be provided based on BouncyCastle.

@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