Hi.

        In OpenCA 0.8.1 I have changed the lines in the three required
files crypto-utils.lib.

This lines
<       $sigCert = new OpenCA::X509 ( SHELL => $cryptoShell,
<                                  DATA => $sig->getSigner()->{CERTIFICATE});
<
<
<       @searchList = $db->searchItems( DATATYPE => 'CERTIFICATE',
<                               SERIAL => $sigCert->getParsed()->{SERIAL});

were changed by

>        @searchList = $db->searchItems ( DATATYPE => 'CERTIFICATE',
>                                KEY => $sig->getSigner()->{SERIAL} );


but the problem continue


On Thu, 21 Mar 2002, Michael Bell wrote:

> > John Sullivan schrieb:
> > 
> >      I'm celebrating tonight as we met our deadline for proof of
> > concept to use OpenCA in production.  We have successfully cross
> > certified with our old CA and are creating IPSec tunnels with OpenCA
> > generated certs.  However, we still have a few issues.  When we sign
> > the certificate requests at the RA (we are using 0.8.1 by the way),
> > all goes well but it then returns an Error: 0.  When we go to generate
> > the certs at the CA, it does show a signature error.  What is the
> > problem? What does an Error: 0 mean? Thanks - John
> 
> There was a problem with the crypto-utils.libs in cgi-*/lib/. The
> following code is wrong: 
> 
> <       $sigCert = new OpenCA::X509 ( SHELL => $cryptoShell,
> <                                          DATA =>
> $sig->getSigner()->{CERTIFICATE});
> <
> <
> <       @searchList = $db->searchItems( DATATYPE => 'CERTIFICATE',
> <                               SERIAL =>
> $sigCert->getParsed()->{SERIAL} );
> 
> It must be:
> 
> >       my @searchList = $db->searchItems ( DATATYPE => 'CERTIFICATE',
> >                               KEY => $sig->getSigner()->{SERIAL} );
> 
> The three files are all different in 0.8.x.
> 
> Perhaps this is the solution for your problem. If not please write
> again.
> 
> Michael 
> -- 
> -------------------------------------------------------------------
> Michael Bell                   Email (private): [EMAIL PROTECTED]
> Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
> Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
> Unter den Linden 6             Fax:  +49 (0)30-2093 2959
> 10099 Berlin
> Germany                                       http://www.openca.org
> 
> _______________________________________________
> Openca-Users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/openca-users
> 


_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to