alexandru matei schrieb:
> 
> In verifySignature the statement
>    $serLink    = $tmpCert->{SERIAL};
> does not return anything; I think that
>   $decSerLink = "( " . hex( $tmpCert->getSerial() ) . " )";
> should be just
>   $decSerLink =  ( $tmpCert->getSerial() );

Fixed.

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-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to