You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: