Skip to content

Commit

Permalink
tests: update vendored real world letsencrypt chain
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Feb 11, 2025
1 parent cc57087 commit 8c610dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls-platform-verifier/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ pub fn assert_cert_error_eq<E: StdError + PartialEq + 'static>(
/// we know the test certificates are valid. This must be updated if the mock certificates
/// are regenerated.
pub(crate) fn verification_time() -> pki_types::UnixTime {
// Saturday, November 9th, 2024 19:52:49 UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_731_181_969))
// Thur, 06 Feb 2025 13:54:00 UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_738_850_040))
}

fn ensure_global_state() {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 8c610dd

Please sign in to comment.