Hello,
I wrote this code :
X509* CA = X509_new();
X509* cert = X509_dup ( CA );
Each time i got a segmentation fault when i use cert (cert == NULL is
true, but CA != NULL). For me, X509_dup duplicate the given X509
certificate, so i don't think that cert == NULL is a good behavior. .
I'm using openssl
0.9.8g with kubuntu 8.04 64bit edition.
Am i right ?
______________________________________________________________________
OpenSSL Project
http://www.openssl.org
Development Mailing List openssl-dev@
openssl.org
Automated List Manager majordomo@
openssl.org