Module tls12
rustls
0.22.4
Module tls12
Structs
Traits
In rustls::crypto
Modules
cipher
hash
hmac
ring
tls12
tls13
Structs
CipherSuiteCommon
CryptoProvider
GetRandomFailed
SharedSecret
WebPkiSupportedAlgorithms
Enums
KeyExchangeAlgorithm
Traits
ActiveKeyExchange
KeyProvider
SecureRandom
SupportedKxGroup
Functions
verify_tls12_signature
verify_tls13_signature
?
Settings
Module
rustls
::
crypto
::
tls12
Copy item path
source
·
[
−
]
Expand description
Cryptography specific to TLS1.2.
Structs
§
PrfUsingHmac
Implements
Prf
using a
hmac::Hmac
.
Traits
§
Prf
An instantiation of the TLS1.2 PRF with a specific, implicit hash function.