Hi,
how can be possible that a program compiled with the previous version of
the library, the 0.9.4 work very well and compiled with the last one the
9.5 generate a segmentation fault? The instruction  that cause the
segmentation fault is a simple PKCS7_dataDecode

p7bio=PKCS7_dataDecode(p7,pkey,NULL,x509);

if i comment this instuction all goes well.

the only modify i've done  to the program is change the
SSLeay_add_all_algorithms();
with the
OpenSSL_add_all_algoruthm();

Is this a bug or simply i'm doing something wrong?

bye, Corrado.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to