Skip to content

Commit

Permalink
tests: update lets encrypt real world EE test cert
Browse files Browse the repository at this point in the history
* Updates the test cert for presently unknown reasons the previous EE
  cert is returning an error in the Android real world verification test
  suite that appears resolved by refreshing the EE cert.
* Updates the mock verification timestamp to be newer than the LE EE
  cert's NotBefore date.
  • Loading branch information
cpu authored and complexspaces committed Mar 12, 2024
1 parent b265bd9 commit 15d487a
Show file tree
Hide file tree
Showing 2 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,6 +58,6 @@ 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 {
// Wednesday, January 3, 2024 6:03:08 PM UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_704_304_988))
// Monday, March 11, 2024 8:30:25 PM UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_710_189_025))
}
Binary file not shown.

0 comments on commit 15d487a

Please sign in to comment.