Hello, I need to transform a PKCS7* to a char* or similar, and I've done this: unsigned char **msg_aux; msg_aux=(unsigned char **) malloc (8194); /*enough size...*/ i=i2d_PKCS7(p7,msg_aux); I've got a segmentation fault. Could anybody help me? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: problems with i2d_PKCS7 Ignacio Gil
- Re: problems with i2d_PKCS7 Patrik Carlsson
- Re: problems with i2d_PKCS7 Patrik Carlsson
- Re: problems with i2d_PKCS7 Dr Stephen Henson
- Re: problems with i2d_PKCS7 Patrik Carlsson
- Re: problems with i2d_PKCS7 Dr Stephen Henson
- Re: problems with i2d_PKCS7 Patrik Carlsson
- Re: problems with i2d_PKCS7 Ignacio Gil
- Re: problems with i2d_PKCS7 Dr Stephen Henson