From 037ea2ced91232a797f0414ed60099d873d543a6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Sep 2015 05:34:32 +0000 Subject: Enable CRL expiration display --- src/ldapcontroller.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ldapcontroller.cpp') diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 9575f0b..dfc4286 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -584,10 +584,6 @@ void LDAPController::updateCertDisplay() { } // Certificate Revocation List -// FIXME -// KSSLCertificate does not appear to understand the CRL format -// Debug and reactivate this code -#if 0 TQByteArray certificateContents; if (ldap_mgr->getTDECertificate("publicRootCertificateRevocationList", &certificateContents, NULL) == 0) { certExpiry = LDAPManager::getCertificateExpiration(certificateContents); @@ -609,9 +605,6 @@ void LDAPController::updateCertDisplay() { m_base->crlExpiryString->setText("File not found"); m_base->crlExpiryString->setPaletteForegroundColor(CERT_STATUS_COLOR_NOTFOUND); } -#else - m_base->crlExpiryString->setText("Unknown"); -#endif delete ldap_mgr; } -- cgit v1.2.3