Go to the source code of this file.
|
enum | fizz::HashFunction { fizz::HashFunction::Sha256,
fizz::HashFunction::Sha384
} |
|
enum | fizz::PskType {
fizz::PskType::NotSupported,
fizz::PskType::NotAttempted,
fizz::PskType::Rejected,
fizz::PskType::External,
fizz::PskType::Resumption
} |
|
enum | fizz::EncryptionLevel { fizz::EncryptionLevel::Plaintext,
fizz::EncryptionLevel::Handshake,
fizz::EncryptionLevel::EarlyData,
fizz::EncryptionLevel::AppTraffic
} |
|
enum | fizz::KeyExchangeType { fizz::KeyExchangeType::None,
fizz::KeyExchangeType::OneRtt,
fizz::KeyExchangeType::HelloRetryRequest
} |
|
enum | fizz::EarlyDataType { fizz::EarlyDataType::NotAttempted,
fizz::EarlyDataType::Attempted,
fizz::EarlyDataType::Rejected,
fizz::EarlyDataType::Accepted
} |
|