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

Alex



_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to