On Tue, Jan 14, 2003 at 08:26:15PM +0000, Paul Reilly wrote:
> OpenSSL 0.9.7
> Trying to sign a server key with CA.sh or CA.pl
> 
> ./CA.sh -newca
> openssl req -new -nodes -keyout newreq.pem -out newreq.pem
> ./CA.sh -sign
> 
> however the CA.sh (or .pl) script core dumps on signing the sig
> at the commit stage:
> ....
> Sign the certificate? [y/n]:y
> 1 out of 1 certificate requests certified, commit? [y/n]y
> Write out database with 1 new entries
> Data Base Updated
> ./CA.sh: line 130: 23700 Segmentation fault      (core dumped) $CA -policy 
>policy_anything -out newcert.pem -infiles newreq.pem
> Certificate:
>     Data:
>               .....
> 
> I've just tried this again with a fresh install of openssl 0.9.7
> It's on a redhat 8.0 system. Could it be due to a conflict between
> the RH installed openssl libs and my local copy? RH 8.0 has
> openssl 0.9.6b but my $path is bypassing it.

A bug in ca.c was fixed recently (see request #430). Please download
a recent snapshot. If this does not fix your problem, please file
a new bug report to [EMAIL PROTECTED] with more details (especially
a call stack analysis from the core file created would be helpful).

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to