Home
last modified time | relevance | path

Searched refs:SslStreamBuilder (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2280 SslStreamBuilder::new(self, stream).connect() in connect()
2299 SslStreamBuilder::new(self, stream).accept() in accept()
3843 pub struct SslStreamBuilder<S> { struct
3848 impl<S> SslStreamBuilder<S> implementation
3999 impl<S> SslStreamBuilder<S> { implementation
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md303 * Deprecated `SslStreamBuilder` in favor of methods on `Ssl` and `SslStream`.
343 * Deprecated `SslStreamBuilder::set_dtls_mtu_size` in favor of `SslRef::set_mtu`.
376 * Added `SslStreamBuilder::set_dtls_mtu_size`.