Skip to content

Commit f2676cd

Browse files
committed
Updated the expired letsencrypt.org certificates and verification timestamp
1 parent 6074764 commit f2676cd

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pub fn assert_cert_error_eq<E: StdError + PartialEq + 'static>(
5858
/// we know the test certificates are valid. This must be updated if the mock certificates
5959
/// are regenerated.
6060
pub(crate) fn verification_time() -> pki_types::UnixTime {
61-
// Monday, September 16th, 2024 19:21:42 UTC
62-
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_726_514_502))
61+
// Saturday, November 9th, 2024 19:52:49 UTC
62+
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_731_181_969))
6363
}
6464

6565
fn ensure_global_state() {
Binary file not shown.
Binary file not shown.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const LETSENCRYPT_ORG: &str = "letsencrypt.org";
7878
const VALID_LETSENCRYPT_ORG_CHAIN: &[&[u8]] = &[
7979
include_bytes!("letsencrypt_org_valid_1.crt"),
8080
include_bytes!("letsencrypt_org_valid_2.crt"),
81-
include_bytes!("letsencrypt_org_valid_3.crt"),
8281
];
8382

8483
macro_rules! real_world_test_cases {

0 commit comments

Comments
 (0)