On Tue, 5 Feb 2002, Michael Bell wrote:
> more complete cut&paste:
> ----------------------------------------------------------------
> $count = 0;
>
> ## If $count is 0 at the end, then it is a searchList
> foreach( $self->getSearchAttributes( $dataType )) {
>   $count++ if( exists $keys->{$_} );
> }
>
> if( $count == 0 ) {
>   push (@retList, $self->listItems(DATATYPE=>$dataType));
> } else {
>   ....
> ----------------------------------------------------------------
> If something fails then it is listItems.
>.....
> Michael
>

I'm sorry I think that no SERIAL number is going into function listItems.
Then listItems returns correctly list (array) of all certificates to function 
searchItems. Finally in 'confirm_revreq' the first certificate is taken and so 
SERIAL=01 (and everything from the Distinguished Name etc. is from the first 
certificate too).

--mh


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

Reply via email to