Skip to content

Commit 7a330e7

Browse files
committed
Update mock test suite due to expiry
1 parent 1714ab1 commit 7a330e7

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-
// Wed, 13 August 2025 18:30:53 UTC
66-
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_755_109_853))
65+
// Wed, 13 August 2025 19:31:53 UTC
66+
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_755_113_506))
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)