Re: bug in PKCS7_free ?
Dr. Stephen Henson wrote: Any reason you can't use PKCS7_encrypt() instead? Unfortunately, I got the same result using PKCS7_encrypt(). -- Alexandre Belloni __ OpenSSL Project
bug in PKCS7_free ?
Hi, I'm trying to build a PKCS7 envelopped data (encrypted) but when I'm done withe the PKCS7 structure and I try to free it (calling PKCS7_free) I keep getting an "access violation accessing 0xfeeefef6". I'm using openssl 0.9.8 under windows XP (win32). Code i