Hello,
I'm having problems using the ca-fix.c program (that is,
Dr. S. Henson's CA fix program), I have done all the steps to create my own
CA's private/public keys, however when I try to fix the certificate with
the ca-fix program, like this:
ca-fix -caset -nscertype 7 \
-in /usr/local/ssl/CA/cacert.pem.old \
-inkey /usr/local/ssl/CA/private/cakey.pem \
-out /usr/local/ssl/CA/cacert.pem
I get the following error:
segmentation fault (core dumped) /tmp/patches-apache+ssl/ca-fix -caset -nscertype 7
-in -inkey -out
I recompile the ca-fix program with -g, and here's what gdb says,
.....
122 pkey = PEM_read_bio_PrivateKey(inkey ? inkey : in, NULL, NULL);
(gdb)
Program received signal SIGSEGV, Segmentation fault.
0x400c0f26 in fileno (fp=0x0) at fileno.c:38
fileno.c:38: No such file or directory.
and I can't find a solution to the problem, maybe it has something to do
with the C library I have installed, my system is:
Linux 2.0.32 #1 Mon Feb 2 22:35:03 i586 unknown
(RedHat 5.0)
SSLeay-0.8.1
Apache_1.2-5
Any help will be highly appreciated,
Best regards,
Francisco
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+