We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c3a18 commit a661273Copy full SHA for a661273
rustls-platform-verifier/src/tests/mod.rs
@@ -52,7 +52,7 @@ pub fn assert_cert_error_eq<E: StdError + PartialEq + 'static>(
52
}
53
54
55
-/// Return a fixed [SystemTime] for certificate validation purposes.
+/// Return a fixed [`pki_types::UnixTime`] for certificate validation purposes.
56
///
57
/// We fix the "now" value used for certificate validation to a fixed point in time at which
58
/// we know the test certificates are valid. This must be updated if the mock certificates
0 commit comments