Struct embedded_tls::blocking::TlsConfig
source · pub struct TlsConfig<'a, CipherSuite>where
CipherSuite: TlsCipherSuite,{ /* private fields */ }
Implementations§
source§impl<'a, CipherSuite> TlsConfig<'a, CipherSuite>where
CipherSuite: TlsCipherSuite,
impl<'a, CipherSuite> TlsConfig<'a, CipherSuite>where
CipherSuite: TlsCipherSuite,
pub fn new() -> Self
sourcepub fn enable_rsa_signatures(self) -> Self
pub fn enable_rsa_signatures(self) -> Self
Enable RSA ciphers even if they might not be supported.