Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I agree it makes sense to remove this time bomb (especially with the upcoming reduced cert validity). I still think it's good to test this functionality and I think it's possible without too much difficulty.
EXPECT_TRUE(verify_result.is_issued_by_known_root);
I don't see any other tests in here checking that `is_issued_by_known_root` is set correctly. I do see that `net::ScopedTestKnownRoot` can be used to mark a test cert as a known root, and cert_verify_proc_builtin_unittest.cc uses this for some CT tests.
Here or in cert_verify_proc_builtin_unittest.cc can you add a test that specifically tests that `is_issued_by_known_root` is populated correctly?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |