View Issue Details

IDProjectCategoryView StatusLast Update
000653510000-012: DiscoverySpecpublic2021-03-09 16:49
ReporterMatthias Damm Assigned ToJim Luth  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Summary0006535: No way to clear rejected list or delete certificates from rejected list
Description

Currently there is no way to clear the rejected list or to delete certificates from the rejected list.

One option would be to extend the definition of TrustListType::RemoveCertificate.
There is a parameter isTrustedCertificate.
The definition for False removes from the IssuerList.
We can extend this to say if the certificate is not in the issuer list, the rejected list is checked.

Another option would be to add another method DeleteRejectedCertificate or ClearRejectedList on the CertificateGroup.

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Jim Luth

2021-03-09 16:49

administrator   ~0014012

There is no need for an API for a Client to delete some or all of the certs in a rejected list. UA Applications are allowed to prune their own rejected list whenever they want, using whatever algorithm they want.

Issue History

Date Modified Username Field Change
2021-03-02 10:52 Matthias Damm New Issue
2021-03-02 10:52 Matthias Damm Description Updated
2021-03-09 16:49 Jim Luth Assigned To => Jim Luth
2021-03-09 16:49 Jim Luth Status new => closed
2021-03-09 16:49 Jim Luth Resolution open => no change required
2021-03-09 16:49 Jim Luth Note Added: 0014012