crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

Watch out for changes in static certificate chains #76

Closed zacikpa closed 4 years ago

zacikpa commented 4 years ago

Currently, make generate-cert on static certificate chains doesn't depend on the .crt files themselves. Therefore, chains in _certs wouldn't get updated when the chains in errors get updated.

This PR should solve the problem.