Skip to content

Commit f357528

Browse files
committed
Regenerate mock certificate data
1 parent 93f729c commit f357528

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+
// Thu, 29 January 2026 04:14:44 UTC
66+
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_769_660_084))
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)