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 wrote: > I see some function names for previous OpenSSL FIPS versions in FIPS 2.0. > For example, d2i_X509(), X509_STORE_CTX_new(), X509_STORE_ne

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 wrote: