crocs-muni / usable-cert-validation

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

Make doesn't care about failing tests in a second build #47

Closed zacikpa closed 4 years ago

zacikpa commented 4 years ago

When a certificate chain fails to validate with the correct error message, the make fails.

However, if we try to build second time, then the chain had already been generated, no tests are run, and Make finishes correctly (even though it shouldn't).

What would be the correct way to solve this?