crocs-muni / usable-cert-validation

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

Move a failing certificate chain into a new debugging directory #75

Closed zacikpa closed 4 years ago

zacikpa commented 4 years ago

Solves #47.

This change ensures that when some test of chain validation fails, a debugging directory called _debug is created and the whole failing chain from _certs is moved there. When the build is run again unchanged, the process repeats, deleting the contents of _debug first.

It's not the cleanest solution, but it works. All requests for changes are welcome.