]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-c_rehash.sh
- up to 1.0.2m; fixes CVE-2017-3736
[packages/openssl.git] / openssl-c_rehash.sh
index 75a774945cf75a4a35f96cc548199e8c1270a68f..0ea22637ee6dbce845a9e2caf62540aaaf5d0761 100644 (file)
@@ -140,7 +140,7 @@ hash_dir()
         fi
     done
 
-    ls -1 *.pem 2>/dev/null | while read FILE
+    ls -1 *.pem *.cer *.crt *.crl 2>/dev/null | while read FILE
     do
        check_file ${FILE}
         local FILE_TYPE=${?}
This page took 0.056069 seconds and 4 git commands to generate.