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

The OpenSSL config file must be configurable #11

Open pushkarnk opened 1 week ago

pushkarnk commented 1 week ago

Currently, we load the openssl configuration from the default configuration file located at $OPENSSL_DIR/openssl.cnf as defined here. Applications might want to load a custom configuration file and this should be supported.

pushkarnk commented 1 week ago

See https://github.com/canonical/openssl-fips-java/blob/29812db74be5f3b18f10b7ac386ba0bcc5430fa4/src/native/init.c#L43