summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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