summaryrefslogtreecommitdiff
path: root/trust/input/extensions.pem
Commit message (Collapse)AuthorAgeFilesLines
* trust: Filter out duplicate extensionsDaiki Ueno2018-01-311-0/+13
The trust policy module keeps all the objects in the database, while PKIX doesn't allow multiple extensions identified by the same OID can be attached to a certificate. Add a check to C_FindObjects to exclude any duplicates and only return the first matching object. It would be better if the module rejects such duplicates when loading, but it would make startup slower. https://bugzilla.redhat.com/show_bug.cgi?id=1141241