canonical / openssl-fips-java

A Java security provider based on FIPS-compliant openssl
GNU General Public License v3.0
0 stars 0 forks source link

Support use with openjdk-11 #13

Closed pushkarnk closed 2 weeks ago

pushkarnk commented 2 weeks ago

The openssl-fips-java provider must be usable with OpenJDK LTS releases starting Java 11 and with the latest development release, at the least. At the moment, the package is tightly dependent on Java 21, for the KEM API.

pushkarnk commented 2 weeks ago

Realized I already have #9 for this.