CZ-NIC / django-fido

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

Add certificate chain validation #75

Closed tpazderka closed 4 years ago

tpazderka commented 4 years ago

Added chain validation.

CRL validation added as well, but tests skipped. It might be more suited for integration testing than unittesting.

Close #70

tpazderka commented 4 years ago

Updated according to comments.

stinovlas commented 4 years ago

Apart from the resolution of @ziima comments, LGTM.

tpazderka commented 4 years ago

Explicit opt-out of certificate validation added.