Module tls12
rustls
0.23.23
Module tls12
Module Items
Structs
Traits
In rustls::
crypto
Modules
cipher
hash
hmac
hpke
ring
tls12
tls13
Structs
CipherSuiteCommon
CompletedKeyExchange
CryptoProvider
GetRandomFailed
SharedSecret
WebPkiSupportedAlgorithms
Enums
KeyExchangeAlgorithm
Traits
ActiveKeyExchange
KeyProvider
SecureRandom
SupportedKxGroup
Functions
verify_tls12_signature
verify_tls13_signature
verify_tls13_signature_with_raw_key
rustls
::
crypto
Module
tls12
Copy item path
Settings
Help
Summary
Source
Expand description
Cryptography specific to TLS1.2.
Structs
§
PrfUsing
Hmac
Implements
Prf
using a
hmac::Hmac
.
Traits
§
Prf
An instantiation of the TLS1.2 PRF with a specific, implicit hash function.