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 compilation with Java 17 and Java 11 #9

Open pushkarnk opened 1 month ago

pushkarnk commented 1 month ago

This provider may find its way into FIPS solutions based on Java 11/17. We need to make sure it builds with these versions.

The Key Encapsulation bit which uses an API introduced in Java 21 will need rework.