Hello,

filename extension for a certificate/CRL may be ".crt", "cer", "crl" in
addition to "pem".
I patched to tools/c_rehash.

--- openssl/tools/c_rehash.in   Wed Jan 29 06:42:36 2003
+++ c_rehash    Tue May  2 19:20:33 2006
@@ -59,7 +59,7 @@
                }
        }
        closedir DIR;
-       FILE: foreach $fname (grep {/\.pem$/} @flist) {
+       FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
                # Check to see if certificates and/or CRLs present.
                my ($cert, $crl) = check_file($fname);
                if(!$cert && !$crl) {

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to