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
I'm working on getting a Java 17 FIPS test environment working with WolfSSL as the JSSE and JCA.
One of the build steps is to get a FIPS JDK compiled with the JSSE and JCA modules.
If I put the JNI and JSSE jars in the /fips and run
I'm working on getting a Java 17 FIPS test environment working with WolfSSL as the JSSE and JCA.
One of the build steps is to get a FIPS JDK compiled with the JSSE and JCA modules.
If I put the JNI and JSSE jars in the /fips and run
I get errors that indicate that the module-info class is missing. I can patch the jar-files with:
But when I do this and retry with the previous command, I get a conflict in the exported packages.
What I think needs to be done is:
The text was updated successfully, but these errors were encountered: