Home
last modified time | relevance | path

Searched refs:set_cipher_list (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs77 ctx.set_cipher_list( in builder()
240 ctx.set_cipher_list( in mozilla_intermediate_v5()
286 ctx.set_cipher_list( in mozilla_intermediate()
314 ctx.set_cipher_list( in mozilla_modern()
Dmod.rs1063 pub fn set_cipher_list(&mut self, cipher_list: &str) -> Result<(), ErrorStack> { in set_cipher_list() method
3352 pub fn set_cipher_list(&mut self, cipher_list: &str) -> Result<(), ErrorStack> { in set_cipher_list() method
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs937 client.ctx().set_cipher_list("EDH").unwrap(); in tmp_dh_callback()
961 client.ctx().set_cipher_list("ECDH").unwrap(); in tmp_ecdh_callback()
987 client.ctx().set_cipher_list("EDH").unwrap(); in tmp_dh_callback_ssl()
1013 client.ctx().set_cipher_list("ECDH").unwrap(); in tmp_ecdh_callback_ssl()
1395 server.ctx().set_cipher_list(CIPHER).unwrap(); in psk_ciphers()
1409 client.ctx().set_cipher_list(CIPHER).unwrap(); in psk_ciphers()
1541 ssl.set_cipher_list("HIGH:!aNULL:!MD5").unwrap(); in set_ssl_certificate_key_related_api()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md124 …SslREf::set_max_proto_version`, `SslRef::set_ciphersuites`, `SslRef::set_cipher_list`, `SslRef::se…