Hello everybody,

This thread is a little different from the other I
started this week :-)

Here there are some new newbie questions I have.

In the command

/usr/local/OpenCA/lib/cmds/addCRR

when it creates the data to stored in the data field
of crr in the db there is these lines

$text .= "REVOKE_CERTIFICATE_KEY_DIGEST = " .
$parsed->{KEY_DIGEST} . "\n";

How does it obtains this KEY_DIGEST?
The getParsed sub says this:

sub getParsed {
        my $self = shift;

        return $self->setError (7431011,
                   $self->{gettext}
("OpenCA::X509->getParsed: The certificate was not
parsed."))
                if ( not $self->{parsedItem} );
        return $self->{parsedItem};
}


Quite interesting but Still I don't understand it.

Can anyone point how to get that 
REVOKE_CERTIFICATE_KEY_DIGEST

is this a field from the certificate or something?
thanks a lot,
Johnny


                
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to