Skip to content

Commit d346243

Browse files
cstkingkeydjc
authored andcommitted
Regenerate mock certificate data
1 parent c82fbed commit d346243

18 files changed

+2
-2
lines changed

rustls-platform-verifier/src/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ pub fn assert_cert_error_eq<E: StdError + PartialEq + 'static>(
6262
/// we know the test certificates are valid. This must be updated if the mock certificates
6363
/// are regenerated.
6464
pub(crate) fn verification_time() -> pki_types::UnixTime {
65-
// Sat, 3 January 2026 14:20:06 UTC
66-
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_767_450_006))
65+
// Sat, 31 January 2026 11:28:26 UTC
66+
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_769_858_906))
6767
}
6868

6969
fn test_provider() -> Arc<CryptoProvider> {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)