RSA_X931_generate_key

2007-11-13 Thread Brendan Simon
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

RE: RSA_X931_generate_key with shared libraries

2007-11-12 Thread David Schwartz
> 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

RSA_X931_generate_key with shared libraries

2007-11-11 Thread Brendan Simon
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