Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -62,8 +62,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 {
// Sat, 3 January 2026 14:20:06 UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_767_450_006))
// Tue, 10 February 2026 12:25 UTC
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_770_726_344))
}

fn test_provider() -> Arc<CryptoProvider> {
Expand Down
Binary file not shown.
Binary file not shown.
Loading