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 [mailto:owner-openssl-us...@op
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: owner-openssl-us...@open
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
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