FIPS capable openssl shared library

2008-07-21 Thread Ben Hoover
Is it possible to build FIPS capable openssl as a shared library with FIPS 1.1.2? It specifically mentions in the fips object module userguide that the -shared option is not allowed. However, it does not say that when building openssl itself with FIPS support that the -shared option is not allow

Extracting Public Key from a File

2008-04-25 Thread Ben Hoover
Hello, Is there a way to extract a public key from a PEM encoded file and turn it into an EVP_PKEY struct? Also is there a way to directly extract the RSA data directly from the file containing the public key and put it into an RSA struct? Thank you, Ben ___