google / certificate-transparency

Auditing for TLS certificates.
https://certificate.transparency.dev
Apache License 2.0
869 stars 283 forks source link

Remove bits of temporal validity test relating to wall clock time. #1451

Closed AlCutter closed 6 years ago

AlCutter commented 6 years ago

Because: a) the passage of time should not cause a test to start exploding at some arbitrary point in time. b) the _now() function just delegates to the _at() functions which are tested explicitly here anyway.