Hi,

I have install OpenCA-SNAP-20020129 with OpenCA::DB 2.0.4.

There are some bugs in Revocation Certificates. After filling 'RevokationRequest' 
(with e.g. existed serial number 07) I see on next page always serial number 01.

In 'confirm_revreq' is called
@search = $db->searchItems( DATATYPE=>"CERTIFICATE", SERIAL=>"$serial")
 in DB.pm is really $keys->{SERIAL}==07 (my test), but no database searching, because
                $count = 0;
                foreach( $self->getSearchAttributes( $dataType )) {
                        $count++ if( exists $keys->{$_} );
                }
return $count==0 and searchItems go out.

I'm sorry, I don't know what to do with it, do you?

---------
How is it with Pending Requests on raserver? (The page with string "juche" :-)) I see 
only '---' - resp. no Serial, Submit Name, Submitted On. It's my fault or isn't this 
page finish yet?
---------

Thank you.
--mh

-- 
-----------------------
     Miroslav Hrad
    +420 606 703435
     [EMAIL PROTECTED]



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

Reply via email to