Home
last modified time | relevance | path

Searched refs:TLS1_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs1203 .set_min_proto_version(Some(SslVersion::TLS1_2)) in no_version_overlap()
1206 assert_eq!(client.ctx().min_proto_version(), Some(SslVersion::TLS1_2)); in no_version_overlap()
1456 assert_eq!(ssl.client_hello_legacy_version(), Some(SslVersion::TLS1_2)); in client_hello()
1539 ssl.set_min_proto_version(Some(SslVersion::TLS1_2)).unwrap(); in set_ssl_certificate_key_related_api()
/third_party/toybox/www/
D0bsd-mckusick.txt37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs640 pub const TLS1_2: SslVersion = SslVersion(ffi::TLS1_2_VERSION); constant