CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
27 stars 11 forks source link

Handle double defined certificates #107

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

In metadata verification, it is possible to define root certificates to verify the device data against it. Some devices include this root in their presented trust chain.

We should ignore error on adding the same certificate twice.