|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|