Here goes a small patch that fixed the problem for me.

--- src/common/lib/cmds/viewCRL    (revisione 604)
+++ src/common/lib/cmds/viewCRL    (copia locale)
@@ -79,7 +79,7 @@
         if( $rev->{SERIAL} ) {
             $item_list->{BODY}->[$pos]->[0] = '<a href="'.
                                              
'?cmd=viewCert;dataType=REVOKED_CERTIFICATE;key='.
-                                              $rev->{SERIAL}.'">'.
+                                              hex($rev->{SERIAL}).'">'.
                                               ( $rev->{SERIAL} or
gettext("n/a")) .'</a>';
         } else {
             $item_list->{BODY}->[$pos]->[0] = ($rev->{SERIAL} or
gettext("n/a"));

-- 
*Lapo Luchini*

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to