Skip to content

Commit dc8de0a

Browse files
cpucomplexspaces
authored andcommitted
verification_real_world: update 1password test data comments
* Fix the date the files were vendored * Fix the validity period * Fix the ref to the tool used to update them
1 parent 22725b9 commit dc8de0a

File tree

1 file changed

+3
-3
lines changed
  • rustls-platform-verifier/src/tests/verification_real_world

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ use rustls::{client::ServerCertVerifier, CertificateError, Error as TlsError};
4141
use std::convert::TryFrom;
4242

4343
// This is the certificate chain presented by one server for
44-
// my.1password.com when this test was updated 2022-09-22. It is
44+
// my.1password.com when this test was updated 2023-08-01. It is
4545
// valid for *.1password.com and 1password.com from
46-
// "Jul 24 00:00:00 2022 GMT" through "Aug 22 23:59:59 2023 GMT".
46+
// "Jun 24 00:00:00 2023 GMT" through "Jul 22 23:59:59 2024 GMT".
4747
//
4848
// Use this to template view the certificate using OpenSSL:
4949
// ```sh
5050
// openssl x509 -inform der -text -in 1password_com_valid_1.crt | less
5151
// ```
5252
//
53-
// You can update the cert file with `update_valid_1_cert.bash`
53+
// You can update the cert file with `update_valid_ee_certs.rs`
5454
const VALID_1PASSWORD_COM_CHAIN: &[&[u8]] = &[
5555
include_bytes!("1password_com_valid_1.crt"),
5656
include_bytes!("1password_com_valid_2.crt"),

0 commit comments

Comments
 (0)