summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 18:37:54 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 18:37:54 -0300
commit3bc220542ee15d729cc280c1dd651322f2208533 (patch)
treef5b8ad5c400420df2ed8d39e699d91881d59ae27 /src/etc
parent94e3fc6457daeb9652919d1340b39561379b6779 (diff)
parentdbcc45d11302971758254bad024792edfd23de71 (diff)
downloadpfsense-3bc220542ee15d729cc280c1dd651322f2208533.zip
pfsense-3bc220542ee15d729cc280c1dd651322f2208533.tar.gz
Merge pull request #3073 from phil-davis/certs
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/certs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/certs.inc b/src/etc/inc/certs.inc
index a4a91a1..ad64cd6 100644
--- a/src/etc/inc/certs.inc
+++ b/src/etc/inc/certs.inc
@@ -57,7 +57,7 @@ define("OPEN_SSL_CONF_PATH", "/etc/ssl/openssl.cnf");
require_once("functions.inc");
global $openssl_digest_algs;
-$openssl_digest_algs = array("sha1", "sha224", "sha256", "sha384", "sha512");
+$openssl_digest_algs = array("sha1", "sha224", "sha256", "sha384", "sha512", "whirlpool");
global $openssl_crl_status;
$openssl_crl_status = array(
OpenPOWER on IntegriCloud