Re: X.509 certificates in OpenSSL FIPS 2.0

2013-01-17 Thread Rahul Godbole
I see some function names for previous OpenSSL FIPS versions in FIPS 2.0. For example, d2i_X509(), X509_STORE_CTX_new(), X509_STORE_new(), . How do I use them so that my existing code still works with OpenSSL FIPS 2.0? Thanks, Rahul On Thu, Jan 17, 2013 at 12:47 PM, Rahul Godbole

Re: X.509 certificates in OpenSSL FIPS 2.0

2013-01-17 Thread Rahul Godbole
These functions are in util/libeay.num.There is also a util/ssleay.num. What are these files here for? On Thu, Jan 17, 2013 at 5:45 PM, Rahul Godbole rahulmg1...@gmail.comwrote: I see some function names for previous OpenSSL FIPS versions in FIPS 2.0. For example, d2i_X509(),

X.509 certificates in OpenSSL FIPS 2.0

2013-01-16 Thread Rahul Godbole
Hi We are using X.509 certificates in our product and are newly moving to OpenSSL FIPS 2.0 from previous versions. I see issues in calling the previous X.509 APIs in this version. The directory crypto/x509 not there in OpenSSSL 2.0. Can someone please tell me how I could use x509 certificates