summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-11 15:15:16 -0400
committerjim-p <jimp@pfsense.org>2013-07-11 15:18:17 -0400
commit469e33330d65b92f8c34ce2c4609c2e9b65b5af3 (patch)
treead69d8ccd241971307c851ce99edf89e839e9996
parentd45fdd2a0199d1a777925922235a3168928cbdf0 (diff)
downloadpfsense-469e33330d65b92f8c34ce2c4609c2e9b65b5af3.zip
pfsense-469e33330d65b92f8c34ce2c4609c2e9b65b5af3.tar.gz
Remove irrelevant comment.
-rw-r--r--etc/inc/certs.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/inc/certs.inc b/etc/inc/certs.inc
index 61be3d1..8640827 100644
--- a/etc/inc/certs.inc
+++ b/etc/inc/certs.inc
@@ -561,21 +561,6 @@ function cert_in_use($certref) {
is_captiveportal_cert($certref));
}
-/*
-CRL code is a *WORK IN PROGRESS* do not try to use these functions yet.
-
-OpenSSL CRL status code constants.
-OCSP_REVOKED_STATUS_NOSTATUS
-OCSP_REVOKED_STATUS_UNSPECIFIED
-OCSP_REVOKED_STATUS_KEYCOMPROMISE
-OCSP_REVOKED_STATUS_CACOMPROMISE
-OCSP_REVOKED_STATUS_AFFILIATIONCHANGED
-OCSP_REVOKED_STATUS_SUPERSEDED
-OCSP_REVOKED_STATUS_CESSATIONOFOPERATION
-OCSP_REVOKED_STATUS_CERTIFICATEHOLD
-OCSP_REVOKED_STATUS_REMOVEFROMCRL
-*/
-
$openssl_crl_status = array(
OCSP_REVOKED_STATUS_NOSTATUS => "No Status (default)",
OCSP_REVOKED_STATUS_UNSPECIFIED => "Unspecified",
OpenPOWER on IntegriCloud