proxygen
|
#include <TLSTicketKeySeeds.h>
Public Member Functions | |
bool | operator== (const TLSTicketKeySeeds &rhs) const |
bool | isValidRotation (const TLSTicketKeySeeds &next) const |
bool | isEmpty () const |
bool | isNotEmpty () const |
Static Public Member Functions | |
static bool | areSeedsSubset (const std::vector< std::string > &lhs, const std::vector< std::string > &rhs) |
Public Attributes | |
std::vector< std::string > | oldSeeds |
std::vector< std::string > | currentSeeds |
std::vector< std::string > | newSeeds |
Definition at line 24 of file TLSTicketKeySeeds.h.
|
inlinestatic |
Definition at line 57 of file TLSTicketKeySeeds.h.
References a.
Referenced by isValidRotation().
|
inline |
Definition at line 48 of file TLSTicketKeySeeds.h.
Referenced by isValidRotation().
|
inline |
Definition at line 52 of file TLSTicketKeySeeds.h.
Referenced by isValidRotation().
|
inline |
Definition at line 35 of file TLSTicketKeySeeds.h.
References areSeedsSubset(), currentSeeds, isEmpty(), isNotEmpty(), newSeeds, and oldSeeds.
|
inline |
Definition at line 29 of file TLSTicketKeySeeds.h.
References currentSeeds, newSeeds, and oldSeeds.
std::vector<std::string> wangle::TLSTicketKeySeeds::currentSeeds |
Definition at line 26 of file TLSTicketKeySeeds.h.
Referenced by wangle::Acceptor::createFizzTicketCipher(), expectValidData(), wangle::Acceptor::init(), isValidRotation(), operator==(), wangle::TLSCredProcessor::processTLSTickets(), wangle::SSLContextManager::resetSSLContextConfigs(), wangle::ServerSocketConfig::ServerSocketConfig(), wangle::Acceptor::setTLSTicketSecrets(), wangle::ServerSSLContext::setupTicketManager(), TEST(), and proxygen::HTTPServer::updateTicketSeeds().
std::vector<std::string> wangle::TLSTicketKeySeeds::newSeeds |
Definition at line 27 of file TLSTicketKeySeeds.h.
Referenced by wangle::Acceptor::createFizzTicketCipher(), expectValidData(), wangle::Acceptor::init(), isValidRotation(), operator==(), wangle::TLSCredProcessor::processTLSTickets(), wangle::SSLContextManager::resetSSLContextConfigs(), wangle::Acceptor::setTLSTicketSecrets(), wangle::ServerSSLContext::setupTicketManager(), and proxygen::HTTPServer::updateTicketSeeds().
std::vector<std::string> wangle::TLSTicketKeySeeds::oldSeeds |
Definition at line 25 of file TLSTicketKeySeeds.h.
Referenced by wangle::Acceptor::createFizzTicketCipher(), expectValidData(), wangle::Acceptor::init(), isValidRotation(), operator==(), wangle::TLSCredProcessor::processTLSTickets(), wangle::SSLContextManager::resetSSLContextConfigs(), wangle::Acceptor::setTLSTicketSecrets(), wangle::ServerSSLContext::setupTicketManager(), and proxygen::HTTPServer::updateTicketSeeds().