[26850] in Athena Bugs
linux 9.4.26: openssl
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Thu May 11 19:30:33 2006
Message-Id: <200605112330.k4BNUIm2005509@all-in-one.mit.edu>
To: bugs@mit.edu
Date: Thu, 11 May 2006 19:30:18 -0400
From: Ken Raeburn <raeburn@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: all-in-one.mit.edu
Type and version: i686 9.4.26 (with mkserv)
Display type: Matrox Graphics, Inc. G400/G450 (rev 85)
Shell: /bin/athena/tcsh
Window manager: unknown
What were you trying to do?
Get usage messages out of openssl.
What's wrong:
The Athena version dumps core.
% openssl ca
Using configuration from /usr/athena/ssl/openssl.cnf
Error opening CA private key ./demoCA/private/cakey.pem
5318:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group=CA_default name=unique_subject
5318:error:02001002:system library:fopen:No such file or directory:bss_file.c:276:fopen('./demoCA/private/cakey.pem','r')
5318:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:278:
unable to load CA private key
Segmentation fault (core dumped)
%
What should have happened:
No core dump.
If I run /usr/bin/openssl instead, it gives some of the same
messages (no NCONF_get_string line), but no core dump.
Please describe any relevant documentation references:
openssl(1)