proxygen
|
#include <fizz/server/CookieCipher.h>
#include <fizz/protocol/HandshakeContext.h>
#include <fizz/record/Extensions.h>
#include <fizz/server/Negotiator.h>
Go to the source code of this file.
Namespaces | |
fizz | |
fizz::server | |
Functions | |
Buf | fizz::server::getStatelessHelloRetryRequest (ProtocolVersion version, CipherSuite cipher, folly::Optional< NamedGroup > group, Buf cookie) |
static folly::Optional< NamedGroup > | fizz::server::getHrrGroup (const std::vector< NamedGroup > &supportedGroups, const ClientHello &chlo) |
CookieState | fizz::server::getCookieState (const Factory &factory, const std::vector< ProtocolVersion > &supportedVersions, const std::vector< std::vector< CipherSuite >> &supportedCiphers, const std::vector< NamedGroup > &supportedGroups, const ClientHello &chlo, Buf appToken) |