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

Explore migrating to the new openjdk FFI #7

Open pushkarnk opened 4 months ago

pushkarnk commented 4 months ago

This provider is targeted for Java 21+. This lets us explore the use of the new foreign function interface and migrate away from JNI.