Hi. I've encountered a bug in the PKCS7_encrypt() function that causes a segmentation fault. I'm using openssl 0.9.7d on a Redhat 9 machine. Everything else appears to work fine.
It's fairly simple to reproduce - just try to do any S/MIME encryption, e.g. openssl smime -in random.txt -out /dev/null -encrypt anycert.pem => Segmentation fault (core dumped) Unfortunately the resulting core file has a corrupted stack, so there's not much point sending you a stack trace. Below is the result of 'make report' Regards, mkwan ------------------------------------------ OpenSSL self-test report: OpenSSL version: 0.9.7d Last change: Fix null-pointer assignment in do_change_cipher_spec() ... Options: no-krb5 OS (uname): Linux monolith 2.4.25 #10 Fri Mar 12 19:52:25 EST 2004 i686 i686 i386 GNU/Linux OS (config): i686-whatever-linux2 Target (default): linux-elf Target: dist Compiler: Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Test passed. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
