I want to use the RSA_X931_generate_key() function as part of a dynamic
library, but it seems to only be available when using fips mode and
presumably the fipscanister. The codes is surrounded by "#ifdef
OPENSSL_FIPS".
I'm happy to use the fipscansister, but it seems that bot
> I'm happy to use the fipscansister, but it seems that both
> openssl-fips-1.1.1 and openssl-0.9.7m both fail building if configured
> using "./config fips shared".
Why are you trying to build the FIPS canister with anything other than
"./config fips"?
> Without the "shared" option only static
I want to use the RSA_X931_generate_key() function as part of a dynamic
library, but it seems to only be available when using fips mode and
presumably the fipscanister. The codes is surrounded by "#ifdef
OPENSSL_FIPS".
I'm happy to use the fipscansister, but it seems that both
ope