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