Feature #8670
Aktualizováno uživatelem Jan Pašek před téměř 4 roky(ů)
Revocation logic shall currently do not enable deleted certificates to be displayed as revoked. To do that a new database table that stores all revocations must be implemented. Necessary changes must be discussed in the team. However, it seems that a new table must be added and the following methods of CertificateRepository must be enhanced: * set_certificate_revoked * clear_certificate_revocation * get_all_revoked_by There shall be no side-effect to the rest of the system. Reviewer: Jan Pašek