CZ-NIC / django-fido

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

Validate metadata certificate chain #70

Closed tpazderka closed 4 years ago

tpazderka commented 4 years ago

Blocked by #69

Add optional validation of certificate chain for the metadata service.

We will need openssl library as certificate validation in cryptography is still work in progress. This should be an optional dependency.

Some hints: http://www.yothenberg.com/validate-x509-certificate-in-python/