Apologies if this was already posted, but we've been having email problems. ------------------ I am trying to run down a problem I am having with openssl.
When I run: openssl ca -in test-req.pem > test-cert.pem and give a *wrong* password for my ca key, the program prints two debugging error messages and segfaults. I would prefer the program just say "Bad password" and exit. When giving a correct password, everything is fine. I'm compiling with gcc 3.3.1 on a Linux 2.4.25 kernel. openssl version is 0.9.7d. My build instructions are ./config --openssldir=/etc/ssl --prefix=/usr shared make make install I am also interested in turning off the debugging error messages. How do I do that? I tried passing no-err to config and that did not work. Thanks. -- Bruce Dubbs ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
