How to create certificate store using DER and PKCS12 certificates

2011-11-10 Thread Rajib Karmakar
Hi, I am using OpenSSL version 1.0.0e and want to create a certificate store using DER and PKCS12 formatted certificates. I have to read and convert DER and PKCS12 certificates into X509 object and add them into X509_STORE. But if PEM, DER and PKCS12 certificates are stored in same path I have

Re: How to create certificate store using DER and PKCS12 certificates

2011-11-10 Thread Peter Sylvester
On 11/10/2011 12:47 PM, Rajib Karmakar wrote: Hi, I am using OpenSSL version 1.0.0e and want to create a certificate store using DER and PKCS12 formatted certificates. I have to read and convert DER and PKCS12 certificates into X509 object and add them into X509_STORE. But if PEM, DER and

RE: Error when compiling static openSSL (libcrypto.a) into shared library

2011-11-10 Thread Frank E. Gruman
I have since also reproduced this error when compiliing with openssl-1.0.0e (LATEST). Is there no one out there having challenges with this sort of compile? Alternatives for getting this working on a 64-bit system? Regards, Frank From:

RE: Error when compiling static openSSL (libcrypto.a) into shared library

2011-11-10 Thread Floodeenjr, Thomas
Are you sure that all of your stuff is building with -fPIC? I was having a similar problem, but once I made sure everything compiled with -fPIC, my errors went away. -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: owner-openssl-us...@openssl.org