Home
last modified time | relevance | path

Searched refs:SslAcceptor (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs224 pub struct SslAcceptor(SslContext); structure names
226 impl SslAcceptor { impls
331 /// Consumes the `SslAcceptor`, returning the inner raw `SslContext`.
342 /// A builder for `SslAcceptor`s.
346 /// Consumes the builder, returning a `SslAcceptor`.
347 pub fn build(self) -> SslAcceptor { in build()
348 SslAcceptor(self.0.build()) in build()
H A Dmod.rs3 //! `SslConnector` and `SslAcceptor` should be used in most cases - they handle
29 //! use openssl::ssl::{SslMethod, SslAcceptor, SslStream, SslFiletype};
35 //! let mut acceptor = SslAcceptor::mozilla_intermediate(SslMethod::tls()).unwrap();
106 ConnectConfiguration, SslAcceptor, SslAcceptorBuilder, SslConnector, SslConnectorBuilder,
2290 /// `SslAcceptor` rather than `Ssl` directly, as it manages that configuration. in fmt()
3595 /// `SslAcceptor` rather than `Ssl` directly, as it manages that configuration. in fmt()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs31 Error, HandshakeError, MidHandshakeSslStream, ShutdownResult, ShutdownState, Ssl, SslAcceptor,
858 test_mozilla_server(SslAcceptor::mozilla_intermediate); in connector_client_server_mozilla_intermediate()
863 test_mozilla_server(SslAcceptor::mozilla_modern); in connector_client_server_mozilla_modern()
868 test_mozilla_server(SslAcceptor::mozilla_intermediate_v5); in connector_client_server_mozilla_intermediate_v5()
874 test_mozilla_server(SslAcceptor::mozilla_modern_v5); in connector_client_server_mozilla_modern_v5()

Completed in 9 milliseconds