summaryrefslogtreecommitdiffstats
path: root/etc/inc/certs.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-20 15:40:52 -0400
committerjim-p <jimp@pfsense.org>2010-10-20 15:41:26 -0400
commit28ff7ace4b77ae89deddb9bd3a7f3a7e969dc826 (patch)
tree71485de69683cb2b136565bb1eb242dd2b7e20a9 /etc/inc/certs.inc
parent5293bfecd822c8491305eed20458165d55e44f0e (diff)
downloadpfsense-28ff7ace4b77ae89deddb9bd3a7f3a7e969dc826.zip
pfsense-28ff7ace4b77ae89deddb9bd3a7f3a7e969dc826.tar.gz
Add more CRL functionality. Needs to wait on a new build for further testing.
Diffstat (limited to 'etc/inc/certs.inc')
-rw-r--r--etc/inc/certs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/certs.inc b/etc/inc/certs.inc
index ef55a3e..4d00908 100644
--- a/etc/inc/certs.inc
+++ b/etc/inc/certs.inc
@@ -517,7 +517,7 @@ function is_cert_revoked($cert, $crlref = "") {
return false;
if (!empty($crlref)) {
- $crl = crl_lookup($crlref);
+ $crl = lookup_crl($crlref);
if (!is_array($crl['cert']))
return false;
foreach ($crl['cert'] as $rcert) {
OpenPOWER on IntegriCloud