proxygen
|
Classes | |
class | ActionMoveVisitor |
class | AeadCookieCipherTest |
class | AeadTicketCipherTest |
class | AsyncFizzServerTest |
class | CertManagerTest |
class | FizzServerTest |
class | FizzTestServer |
class | GetCookieStateTest |
class | MockAppTokenValidator |
class | MockAsyncFizzServerT |
class | MockCertManager |
class | MockCookieCipher |
class | MockHandshakeCallbackT |
class | MockReplayCache |
class | MockServerExtensions |
class | MockServerStateMachine |
class | MockServerStateMachineInstance |
class | MockTicketCipher |
class | MockTicketCodec |
class | MockTicketCodecInstance |
class | ServerProtocolTest |
class | TestFizzServer |
Typedefs | |
using | TestAeadTicketCipher = AeadTicketCipher< OpenSSLEVPCipher< AESGCM128 >, MockTicketCodec, HkdfImpl< Sha256 >> |
using | MockHandshakeCallback = MockHandshakeCallbackT< ServerStateMachine > |
using | MockAsyncFizzServer = MockAsyncFizzServerT< ServerStateMachine > |
Functions | |
TEST_F (AeadCookieCipherTest, TestGetRetry) | |
TEST_F (AeadCookieCipherTest, TestGetRetryGroup) | |
TEST_F (AeadCookieCipherTest, TestGetToken) | |
TEST_F (AeadCookieCipherTest, TestGetJunk) | |
TEST_F (AeadCookieCipherTest, TestGetPartial) | |
TEST_F (AeadCookieCipherTest, TestDecrypt) | |
TEST_F (AeadCookieCipherTest, TestDecryptGroup) | |
TEST_F (AeadCookieCipherTest, TestDecryptMultipleSecrets) | |
TEST_F (AeadCookieCipherTest, TestDecryptFailed) | |
TEST_F (AeadTicketCipherTest, TestEncryptNoTicketSecrets) | |
TEST_F (AeadTicketCipherTest, TestEncrypt) | |
TEST_F (AeadTicketCipherTest, TestDecryptNoTicketSecrets) | |
TEST_F (AeadTicketCipherTest, TestDecryptFirst) | |
TEST_F (AeadTicketCipherTest, TestDecryptSecond) | |
TEST_F (AeadTicketCipherTest, TestDecryptWithContext) | |
TEST_F (AeadTicketCipherTest, TestDecryptWithoutContext) | |
TEST_F (AeadTicketCipherTest, TestDecryptWithWrongContext) | |
TEST_F (AeadTicketCipherTest, TestDecryptWithUnneededContext) | |
TEST_F (AeadTicketCipherTest, TestDecryptSeqNum) | |
TEST_F (AeadTicketCipherTest, TestDecryptFailed) | |
TEST_F (AeadTicketCipherTest, TestDecryptTooShort) | |
TEST_F (AeadTicketCipherTest, TestUnsetTicketSecrets) | |
TEST_F (AeadTicketCipherTest, TestSetTicketSecretsTooShort) | |
template<typename... Args> | |
AsyncActions | actions (Args &&...act) |
MATCHER_P (BufMatches, expected,"") | |
TEST_F (AsyncFizzServerTest, TestAccept) | |
TEST_F (AsyncFizzServerTest, TestReadSingle) | |
TEST_F (AsyncFizzServerTest, TestReadMulti) | |
TEST_F (AsyncFizzServerTest, TestWrite) | |
TEST_F (AsyncFizzServerTest, TestWriteMulti) | |
TEST_F (AsyncFizzServerTest, TestWriteErrorState) | |
TEST_F (AsyncFizzServerTest, TestHandshake) | |
TEST_F (AsyncFizzServerTest, TestExporterAPISimple) | |
TEST_F (AsyncFizzServerTest, TestExporterAPIIncompleteHandshake) | |
TEST_F (AsyncFizzServerTest, TestHandshakeError) | |
TEST_F (AsyncFizzServerTest, TestDeliverAppData) | |
TEST_F (AsyncFizzServerTest, TestWriteToSocket) | |
TEST_F (AsyncFizzServerTest, TestMutateState) | |
TEST_F (AsyncFizzServerTest, TestAttemptVersionFallback) | |
TEST_F (AsyncFizzServerTest, TestDeleteAsyncEvent) | |
TEST_F (AsyncFizzServerTest, TestCloseHandshake) | |
TEST_F (AsyncFizzServerTest, TestCloseNowInFlightAction) | |
TEST_F (AsyncFizzServerTest, TestCloseInFlightAction) | |
TEST_F (AsyncFizzServerTest, TestIsDetachable) | |
TEST_F (AsyncFizzServerTest, TestConnecting) | |
TEST_F (AsyncFizzServerTest, TestGoodSocket) | |
TEST_F (AsyncFizzServerTest, TestGoodState) | |
TEST_F (AsyncFizzServerTest, TestEarlySuccess) | |
TEST_F (AsyncFizzServerTest, TestErrorStopsActions) | |
TEST_F (AsyncFizzServerTest, TestGetCertsNone) | |
TEST_F (AsyncFizzServerTest, TestGetCerts) | |
TEST_F (CertManagerTest, TestNoMatchDefault) | |
TEST_F (CertManagerTest, TestNoSniDefault) | |
TEST_F (CertManagerTest, TestWildcardDefault) | |
TEST_F (CertManagerTest, TestUppercaseDefault) | |
TEST_F (CertManagerTest, TestNoDefault) | |
TEST_F (CertManagerTest, TestSigSchemesServerPref) | |
TEST_F (CertManagerTest, TestClientSigScheme) | |
TEST_F (CertManagerTest, TestClientSigSchemeWildcardMatch) | |
TEST_F (CertManagerTest, TestClientSigSchemeFallback) | |
TEST_F (CertManagerTest, TestAlts) | |
TEST_F (CertManagerTest, TestWildcard) | |
TEST_F (CertManagerTest, TestExactMatch) | |
TEST_F (CertManagerTest, TestNoWildcard) | |
TEST_F (CertManagerTest, TestGetByIdentity) | |
TEST (GetStatelessHrrTest, NoGroup) | |
TEST (GetStatelessHrrTest, Group) | |
TEST_F (GetCookieStateTest, TestBasic) | |
TEST_F (GetCookieStateTest, TestNoVersion) | |
TEST_F (GetCookieStateTest, TestVersionMismatch) | |
TEST_F (GetCookieStateTest, TestCipherNegotiate) | |
TEST_F (GetCookieStateTest, TestCipherNegotiateTie) | |
TEST_F (GetCookieStateTest, TestCipherMismatch) | |
TEST_F (GetCookieStateTest, TestGroupNotSent) | |
TEST_F (GetCookieStateTest, TestNoGroups) | |
TEST_F (GetCookieStateTest, TestNoKeyShare) | |
TEST_F (GetCookieStateTest, TestGroupMismatch) | |
TEST (DualCipherTest, Encryption) | |
TEST (DualCipherTest, DecryptSuccess) | |
TEST (DualCipherTest, DecryptSuccessWithFallback) | |
TEST_F (FizzServerTest, TestAccept) | |
static std::unique_ptr< IOBuf > | getV2ClientHello () |
TEST_F (FizzServerTest, TestSSLV2) | |
TEST_F (FizzServerTest, TestSSLV2NoVersionFallback) | |
TEST_F (FizzServerTest, TestNotSSLV2) | |
TEST_F (FizzServerTest, TestSSLV2AfterData) | |
TEST (NegotiatorTest, TestSingle) | |
TEST (NegotiatorTest, TestSingleMismatch) | |
TEST (NegotiatorTest, TestServerPref) | |
TEST (NegotiatorTest, TestServerPrefTie) | |
TEST (NegotiateTest, TestSingleOrdering) | |
TEST (NegotiateTest, TestSingleOrderingLast) | |
TEST (NegotiateTest, TestSingleOrderingNoMatch) | |
TEST (NegotiateTest, TestServerEmptyTier) | |
TEST_F (ServerProtocolTest, TestInvalidTransitionNoAlert) | |
TEST_F (ServerProtocolTest, TestInvalidTransitionAlert) | |
TEST_F (ServerProtocolTest, TestInvalidTransitionError) | |
TEST_F (ServerProtocolTest, TestAlertReceived) | |
TEST_F (ServerProtocolTest, TestAccept) | |
TEST_F (ServerProtocolTest, TestAppClose) | |
TEST_F (ServerProtocolTest, TestAppCloseNoWrite) | |
TEST_F (ServerProtocolTest, TestClientHelloFullHandshakeFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloCompressedCertFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloCertRequestFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloPskFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloPskDheFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloHelloRetryRequestFlow) | |
TEST_F (ServerProtocolTest, TestRetryClientHelloFullHandshakeFlow) | |
TEST_F (ServerProtocolTest, TestRetryClientHelloPskDheFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloPskDheEarlyFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloPskEarlyFlow) | |
TEST_F (ServerProtocolTest, TestClientHelloNullExtensions) | |
TEST_F (ServerProtocolTest, TestClientHelloLegacySessionId) | |
TEST_F (ServerProtocolTest, TestClientHelloLegacyHrr) | |
TEST_F (ServerProtocolTest, TestClientHelloFullHandshake) | |
TEST_F (ServerProtocolTest, TestClientHelloPsk) | |
TEST_F (ServerProtocolTest, TestClientHelloPskDhe) | |
TEST_F (ServerProtocolTest, TestClientHelloPskModeMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloNoSni) | |
TEST_F (ServerProtocolTest, TestClientHelloFullHandshakeRejectedPsk) | |
TEST_F (ServerProtocolTest, TestClientHelloPskNoModes) | |
TEST_F (ServerProtocolTest, TestClientHelloPskNotSupported) | |
TEST_F (ServerProtocolTest, TestClientHelloPskBadBinder) | |
TEST_F (ServerProtocolTest, TestClientHelloFallback) | |
TEST_F (ServerProtocolTest, TestClientHelloNoSupportedVersions) | |
TEST_F (ServerProtocolTest, TestClientHelloSupportedVersionsMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloCipherMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloNoSupportedGroups) | |
TEST_F (ServerProtocolTest, TestClientHelloNamedGroupsMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloNoClientKeyShare) | |
TEST_F (ServerProtocolTest, TestClientHelloNoSigScemes) | |
TEST_F (ServerProtocolTest, TestClientHelloDataAfter) | |
TEST_F (ServerProtocolTest, TestClientHelloNoAlpn) | |
TEST_F (ServerProtocolTest, TestClientHelloAlpnMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloServerPref) | |
TEST_F (ServerProtocolTest, TestClientHelloAcceptEarlyData) | |
TEST_F (ServerProtocolTest, TestClientHelloEarlyDataNotAttemptedWithAppTokenValidator) | |
TEST_F (ServerProtocolTest, TestClientHelloAcceptEarlyDataWithValidAppToken) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyData) | |
TEST_F (ServerProtocolTest, TestClientHelloHrrRejectEarlyData) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieRejectEarlyData) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataPskRejected) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataReplayCache) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataNoAlpn) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataDiffAlpn) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataAfterHrr) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataClockBehind) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataClockAhead) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataTicketAgeOverflow) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataNegativeExpectedAge) | |
TEST_F (ServerProtocolTest, TestClientHelloRejectEarlyDataInvalidAppToken) | |
TEST_F (ServerProtocolTest, TestClientHelloHandshakeLogging) | |
TEST_F (ServerProtocolTest, TestClientHelloHandshakeLoggingError) | |
TEST_F (ServerProtocolTest, TestClientHelloNoCompressionMethods) | |
TEST_F (ServerProtocolTest, TestClientHelloDuplicateExtensions) | |
TEST_F (ServerProtocolTest, TestClientHelloDuplicateGroups) | |
TEST_F (ServerProtocolTest, TestRetryClientHelloStillNoKeyShare) | |
TEST_F (ServerProtocolTest, TestRetryClientHelloCookie) | |
TEST_F (ServerProtocolTest, TestRetryClientHelloDifferentVersion) | |
TEST_F (ServerProtocolTest, TestClientHelloRenegotiatePskCipher) | |
TEST_F (ServerProtocolTest, TestClientHelloRenegotiatePskCipherIncompatible) | |
TEST_F (ServerProtocolTest, TestClientHelloCookie) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieFail) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieNoCipher) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieVersionMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieCipherMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieGroupMismatch) | |
TEST_F (ServerProtocolTest, TestClientHelloCookieNoGroup) | |
TEST_F (ServerProtocolTest, TestNoCertCompressionAlgorithmMatch) | |
TEST_F (ServerProtocolTest, TestCertCompressionRequestedNotSupported) | |
TEST_F (ServerProtocolTest, TestEarlyAppData) | |
TEST_F (ServerProtocolTest, TestEarlyAppWrite) | |
TEST_F (ServerProtocolTest, TestEndOfEarlyData) | |
TEST_F (ServerProtocolTest, TestEndOfEarlyDataExtraData) | |
TEST_F (ServerProtocolTest, TestFullHandshakeFinished) | |
TEST_F (ServerProtocolTest, TestFinishedNoTicket) | |
TEST_F (ServerProtocolTest, TestFinishedTicketEarly) | |
TEST_F (ServerProtocolTest, TestFinishedPskNotSupported) | |
TEST_F (ServerProtocolTest, TestFinishedNoAutomaticNewSessionTicket) | |
TEST_F (ServerProtocolTest, TestFinishedMismatch) | |
TEST_F (ServerProtocolTest, TestFinishedExtraData) | |
TEST_F (ServerProtocolTest, TestExpectingFinishedAppWrite) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicket) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicketWithTicketEarly) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicketWithAppToken) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicketWithAppTokenAfterAutomaticSend) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicketNoTicket) | |
TEST_F (ServerProtocolTest, TestWriteNewSessionTicketPskNotSupported) | |
TEST_F (ServerProtocolTest, TestAppData) | |
TEST_F (ServerProtocolTest, TestAppWrite) | |
TEST_F (ServerProtocolTest, TestKeyUpdateNotRequested) | |
TEST_F (ServerProtocolTest, TestKeyUpdateExtraData) | |
TEST_F (ServerProtocolTest, TestKeyUpdateRequest) | |
TEST_F (ServerProtocolTest, TestCertificate) | |
TEST_F (ServerProtocolTest, TestCertificateNonemptyContext) | |
TEST_F (ServerProtocolTest, TestCertificateEmptyForbidden) | |
TEST_F (ServerProtocolTest, TestCertificateEmptyPermitted) | |
TEST_F (ServerProtocolTest, TestCertificateVerifyNoVerifier) | |
TEST_F (ServerProtocolTest, TestCertificateVerifyWithVerifier) | |
TEST_F (ServerProtocolTest, TestCertificateVerifyAlgoMismatch) | |
TEST_F (ServerProtocolTest, TestCertificateVerifySignatureFailure) | |
TEST_F (ServerProtocolTest, TestCertificateVerifyVerifierFailure) | |
TEST_F (ServerProtocolTest, TestOptionalCertificateVerifySignatureFailure) | |
TEST_F (ServerProtocolTest, TestOptionalCertificateVerifyVerifierFailure) | |
TEST_F (ServerProtocolTest, TestCertificateVerifyVerifierGenericFailure) | |
TEST_F (ServerProtocolTest, TestEarlyWriteError) | |
static std::string | generateRandomString (size_t minimum, size_t maximum) |
static folly::ByteRange | toRange (const std::string &str) |
TEST (SlidingBloomReplayCacheTest, TestSimpleGetSet) | |
TEST (SlidingBloomReplayCacheTest, TestSimpleTestAndSet) | |
TEST (SlidingBloomReplayCacheTest, TestCacheErrorRate) | |
TEST (SlidingBloomReplayCacheTest, TestTimeBucketing) | |
static ResumptionState | getTestResumptionState (std::shared_ptr< SelfCert > cert, std::shared_ptr< PeerCert > peerCert) |
TEST (TicketCodecTest, TestEncode) | |
TEST (TicketCodecTest, TestEncodeWithAppToken) | |
TEST (TicketCodecTest, TestEncodeNoAlpn) | |
TEST (TicketCodecTest, TestEncodeClientAuthX509) | |
TEST (TicketCodecTest, TestEncodeClientAuthIdentityOnly) | |
TEST (TicketCodecTest, TestEncodeNoX509) | |
TEST (TicketCodecTest, TestDecodeDifferentStorage) | |
TEST (TicketCodecTest, TestDecode) | |
TEST (TicketCodecTest, TestDecodeNoAlpn) | |
TEST (TicketCodecTest, TestDecodeTooShort) | |
TEST (TicketCodecTest, TestDecodeWithAppToken) | |
TEST (TicketCodecTest, TestDecodeWithEmptyAppToken) | |
TEST (TicketCodecTest, TestDecodeWithoutAppToken) | |
Variables | |
static const std::vector< SignatureScheme > | kRsa {SignatureScheme::rsa_pss_sha256} |
using fizz::server::test::TestAeadTicketCipher = typedef AeadTicketCipher< OpenSSLEVPCipher<AESGCM128>, MockTicketCodec, HkdfImpl<Sha256>> |
Definition at line 77 of file AeadTicketCipherTest.cpp.
AsyncActions fizz::server::test::actions | ( | Args &&... | act | ) |
Definition at line 28 of file AsyncFizzServerTest.cpp.
References fizz::server::detail::actions().
Referenced by fizz::server::test::AsyncFizzServerTest::accept(), fizz::server::test::AsyncFizzServerTest::fullHandshakeSuccess(), and TEST_F().
|
static |
Definition at line 24 of file SlidingBloomReplayCacheTest.cpp.
References folly::Random::rand64(), and string.
Referenced by TEST().
|
static |
Definition at line 38 of file TicketCodecTest.cpp.
References fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::cipher, fizz::server::ResumptionState::clientCert, folly::IOBuf::copyBuffer(), fizz::server::ResumptionState::resumptionSecret, fizz::server::ResumptionState::serverCert, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::ResumptionState::version.
Referenced by TEST().
|
static |
Definition at line 77 of file FizzServerTest.cpp.
References folly::IOBuf::copyBuffer(), and folly::unhexlify().
Referenced by TEST_F().
fizz::server::test::MATCHER_P | ( | BufMatches | , |
expected | , | ||
"" | |||
) |
Definition at line 129 of file AsyncFizzServerTest.cpp.
References folly::eq.
fizz::server::test::TEST | ( | DualCipherTest | , |
Encryption | |||
) |
Definition at line 19 of file DualTicketCipherTest.cpp.
References testing::_, cipher, EXPECT_CALL, and folly::gen::move.
fizz::server::test::TEST | ( | NegotiatorTest | , |
TestSingle | |||
) |
Definition at line 20 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | NegotiatorTest | , |
TestSingleMismatch | |||
) |
Definition at line 27 of file NegotiatorTest.cpp.
References EXPECT_FALSE, and fizz::server::negotiate().
fizz::server::test::TEST | ( | GetStatelessHrrTest | , |
NoGroup | |||
) |
Definition at line 31 of file CookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::server::getStatelessHelloRetryRequest(), folly::hexlify(), folly::none, statelessHrr, fizz::tls_1_3, and fizz::TLS_AES_128_GCM_SHA256.
fizz::server::test::TEST | ( | DualCipherTest | , |
DecryptSuccess | |||
) |
Definition at line 34 of file DualTicketCipherTest.cpp.
References testing::_, cipher, EXPECT_CALL, testing::InvokeWithoutArgs(), folly::gen::move, fizz::Resumption, and folly::IOBuf::wrapBuffer().
fizz::server::test::TEST | ( | NegotiatorTest | , |
TestServerPref | |||
) |
Definition at line 34 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | GetStatelessHrrTest | , |
Group | |||
) |
Definition at line 40 of file CookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::server::getStatelessHelloRetryRequest(), folly::hexlify(), statelessHrrGroup, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST | ( | NegotiatorTest | , |
TestServerPrefTie | |||
) |
Definition at line 41 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | SlidingBloomReplayCacheTest | , |
TestSimpleGetSet | |||
) |
Definition at line 42 of file SlidingBloomReplayCacheTest.cpp.
References EXPECT_FALSE, EXPECT_TRUE, generateRandomString(), i, fizz::server::SlidingBloomReplayCache::set(), fizz::server::SlidingBloomReplayCache::test(), and toRange().
fizz::server::test::TEST | ( | NegotiateTest | , |
TestSingleOrdering | |||
) |
Definition at line 48 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | DualCipherTest | , |
DecryptSuccessWithFallback | |||
) |
Definition at line 52 of file DualTicketCipherTest.cpp.
References testing::_, cipher, EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), folly::gen::move, fizz::Rejected, fizz::Resumption, and folly::IOBuf::wrapBuffer().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncode | |||
) |
Definition at line 54 of file TicketCodecTest.cpp.
References encode(), EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, getTestResumptionState(), folly::hexlify(), folly::gen::move, testing::Return(), ticket, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | NegotiateTest | , |
TestSingleOrderingLast | |||
) |
Definition at line 55 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | SlidingBloomReplayCacheTest | , |
TestSimpleTestAndSet | |||
) |
Definition at line 56 of file SlidingBloomReplayCacheTest.cpp.
References EXPECT_LT, EXPECT_TRUE, generateRandomString(), i, fizz::server::SlidingBloomReplayCache::test(), fizz::server::SlidingBloomReplayCache::testAndSet(), and toRange().
fizz::server::test::TEST | ( | NegotiateTest | , |
TestSingleOrderingNoMatch | |||
) |
Definition at line 62 of file NegotiatorTest.cpp.
References EXPECT_FALSE, and fizz::server::negotiate().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncodeWithAppToken | |||
) |
Definition at line 64 of file TicketCodecTest.cpp.
References folly::IOBuf::copyBuffer(), encode(), EXPECT_CALL, EXPECT_TRUE, getTestResumptionState(), folly::hexlify(), folly::gen::move, testing::Return(), ticketWithAppToken, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | NegotiateTest | , |
TestServerEmptyTier | |||
) |
Definition at line 69 of file NegotiatorTest.cpp.
References EXPECT_EQ, and fizz::server::negotiate().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncodeNoAlpn | |||
) |
Definition at line 74 of file TicketCodecTest.cpp.
References encode(), EXPECT_CALL, EXPECT_TRUE, getTestResumptionState(), folly::hexlify(), folly::gen::move, folly::none, testing::Return(), ticketNoAlpn, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | SlidingBloomReplayCacheTest | , |
TestCacheErrorRate | |||
) |
Definition at line 76 of file SlidingBloomReplayCacheTest.cpp.
References EXPECT_LT, generateRandomString(), i, needle, seen, fizz::server::SlidingBloomReplayCache::set(), string, fizz::server::SlidingBloomReplayCache::test(), and toRange().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncodeClientAuthX509 | |||
) |
Definition at line 84 of file TicketCodecTest.cpp.
References encode(), EXPECT_CALL, EXPECT_TRUE, fizz::test::getCert(), getTestResumptionState(), folly::hexlify(), testing::Invoke(), fizz::test::kRSACertificate, folly::gen::move, testing::Return(), ticketClientAuthX509, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncodeClientAuthIdentityOnly | |||
) |
Definition at line 97 of file TicketCodecTest.cpp.
References encode(), EXPECT_CALL, EXPECT_TRUE, getTestResumptionState(), folly::hexlify(), folly::gen::move, testing::Return(), ticketClientAuthIdentityOnly, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | SlidingBloomReplayCacheTest | , |
TestTimeBucketing | |||
) |
Definition at line 103 of file SlidingBloomReplayCacheTest.cpp.
References EXPECT_FALSE, EXPECT_TRUE, generateRandomString(), i, folly::EventBase::loop(), folly::ScheduledExecutor::now(), folly::EventBase::scheduleAt(), fizz::server::SlidingBloomReplayCache::set(), folly::EventBase::terminateLoopSoon(), fizz::server::SlidingBloomReplayCache::test(), and toRange().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestEncodeNoX509 | |||
) |
Definition at line 109 of file TicketCodecTest.cpp.
References fizz::decode(), encode(), EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, getTestResumptionState(), testing::Invoke(), folly::gen::move, and testing::Return().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeDifferentStorage | |||
) |
Definition at line 124 of file TicketCodecTest.cpp.
References fizz::decode(), encode(), EXPECT_CALL, EXPECT_EQ, EXPECT_NE, EXPECT_TRUE, fizz::test::getCert(), getTestResumptionState(), testing::Invoke(), fizz::test::kRSACertificate, folly::gen::move, and testing::Return().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecode | |||
) |
Definition at line 151 of file TicketCodecTest.cpp.
References folly::IOBuf::copyBuffer(), fizz::decode(), EXPECT_EQ, EXPECT_TRUE, ticketClientAuthX509, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeNoAlpn | |||
) |
Definition at line 167 of file TicketCodecTest.cpp.
References fizz::decode(), EXPECT_FALSE, ticketNoAlpn, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeTooShort | |||
) |
Definition at line 173 of file TicketCodecTest.cpp.
References EXPECT_THROW, folly::gen::move, ticket, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeWithAppToken | |||
) |
Definition at line 181 of file TicketCodecTest.cpp.
References folly::IOBuf::copyBuffer(), fizz::decode(), EXPECT_EQ, EXPECT_TRUE, ticketWithAppToken, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeWithEmptyAppToken | |||
) |
Definition at line 196 of file TicketCodecTest.cpp.
References folly::IOBuf::copyBuffer(), fizz::decode(), EXPECT_EQ, EXPECT_TRUE, ticket, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::test::toIOBuf().
fizz::server::test::TEST | ( | TicketCodecTest | , |
TestDecodeWithoutAppToken | |||
) |
Definition at line 210 of file TicketCodecTest.cpp.
References folly::IOBuf::copyBuffer(), fizz::decode(), EXPECT_EQ, EXPECT_TRUE, ticketWithoutAppToken, fizz::tls_1_3, fizz::TLS_AES_128_GCM_SHA256, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestNoMatchDefault | |||
) |
Definition at line 42 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and string.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestNoSniDefault | |||
) |
Definition at line 49 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and folly::none.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestWildcardDefault | |||
) |
Definition at line 56 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and folly::none.
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestBasic | |||
) |
Definition at line 59 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::server::getCookieState(), testing::Invoke(), testing::InvokeWithoutArgs(), folly::gen::seq(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestUppercaseDefault | |||
) |
Definition at line 63 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and folly::none.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestNoDefault | |||
) |
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestGetRetry | |||
) |
Definition at line 72 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::sm::getClientHello(), folly::hexlify(), folly::gen::move, retry, and fizz::test::useMockRandom().
fizz::server::test::TEST_F | ( | FizzServerTest | , |
TestAccept | |||
) |
Definition at line 73 of file FizzServerTest.cpp.
References folly::netops::accept().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestSigSchemesServerPref | |||
) |
Definition at line 74 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), fizz::rsa_pss_sha256, fizz::rsa_pss_sha512, and string.
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestGetRetryGroup | |||
) |
Definition at line 80 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::sm::getClientHello(), folly::hexlify(), folly::gen::move, retryGroup, fizz::secp256r1, and fizz::test::useMockRandom().
fizz::server::test::TEST_F | ( | FizzServerTest | , |
TestSSLV2 | |||
) |
Definition at line 84 of file FizzServerTest.cpp.
References folly::netops::accept(), EXPECT_CALL, and getV2ClientHello().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestNoVersion | |||
) |
Definition at line 88 of file CookieCipherTest.cpp.
References chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_THROW, fizz::server::getCookieState(), fizz::test::TestMessages::removeExtension(), fizz::supported_versions, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestGetToken | |||
) |
Definition at line 89 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_TRUE, fizz::sm::getClientHello(), folly::gen::move, testCookie, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | FizzServerTest | , |
TestSSLV2NoVersionFallback | |||
) |
Definition at line 92 of file FizzServerTest.cpp.
References testing::_, folly::netops::accept(), EXPECT_CALL, getV2ClientHello(), and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestGetJunk | |||
) |
Definition at line 96 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), and EXPECT_THROW.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestClientSigScheme | |||
) |
Definition at line 96 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), fizz::rsa_pss_sha256, fizz::rsa_pss_sha512, and string.
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestVersionMismatch | |||
) |
Definition at line 102 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_THROW, fizz::server::getCookieState(), fizz::tls_1_2, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestGetPartial | |||
) |
Definition at line 103 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_THROW, fizz::sm::getClientHello(), folly::gen::move, testCookie, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | FizzServerTest | , |
TestNotSSLV2 | |||
) |
Definition at line 105 of file FizzServerTest.cpp.
References testing::_, folly::netops::accept(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestClientSigSchemeWildcardMatch | |||
) |
Definition at line 110 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), fizz::rsa_pss_sha256, fizz::rsa_pss_sha512, and string.
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestDecrypt | |||
) |
Definition at line 112 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_FALSE, EXPECT_TRUE, testCookie, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestCipherNegotiate | |||
) |
Definition at line 114 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, fizz::server::getCookieState(), testing::InvokeWithoutArgs(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLS_AES_256_GCM_SHA384, and fizz::x25519.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestEncryptNoTicketSecrets | |||
) |
Definition at line 118 of file AeadTicketCipherTest.cpp.
fizz::server::test::TEST_F | ( | FizzServerTest | , |
TestSSLV2AfterData | |||
) |
Definition at line 118 of file FizzServerTest.cpp.
References testing::_, folly::netops::accept(), folly::IOBuf::copyBuffer(), EXPECT_CALL, getV2ClientHello(), and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestDecryptGroup | |||
) |
Definition at line 119 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, EXPECT_TRUE, fizz::secp256r1, testCookieGroup, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestEncrypt | |||
) |
Definition at line 122 of file AeadTicketCipherTest.cpp.
References testing::_, codec_, folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, testing::InvokeWithoutArgs(), folly::gen::move, ticket1, fizz::test::toIOBuf(), and fizz::test::useMockRandom().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestClientSigSchemeFallback | |||
) |
Definition at line 124 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), fizz::rsa_pss_sha256, fizz::rsa_pss_sha512, and string.
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestDecryptMultipleSecrets | |||
) |
Definition at line 126 of file AeadCookieCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_FALSE, EXPECT_TRUE, folly::gen::move, folly::gen::range(), s, secret, testCookie, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestCipherNegotiateTie | |||
) |
Definition at line 133 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, fizz::server::getCookieState(), testing::InvokeWithoutArgs(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLS_AES_256_GCM_SHA384, and fizz::x25519.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestAccept | |||
) |
Definition at line 134 of file AsyncFizzServerTest.cpp.
References folly::netops::accept().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptNoTicketSecrets | |||
) |
Definition at line 136 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, fizz::Rejected, ticket1, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestAlts | |||
) |
Definition at line 136 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and string.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestReadSingle | |||
) |
Definition at line 138 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AeadCookieCipherTest | , |
TestDecryptFailed | |||
) |
Definition at line 139 of file AeadCookieCipherTest.cpp.
References EXPECT_FALSE, EXPECT_TRUE, folly::gen::move, folly::gen::range(), testCookie, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptFirst | |||
) |
Definition at line 142 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, fizz::Resumption, ticket1, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestReadMulti | |||
) |
Definition at line 145 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptSecond | |||
) |
Definition at line 150 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, fizz::Resumption, ticket3, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestCipherMismatch | |||
) |
Definition at line 152 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_THROW, fizz::server::getCookieState(), fizz::test::TestProtocolVersion, and fizz::x25519.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestWrite | |||
) |
Definition at line 153 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestWildcard | |||
) |
Definition at line 153 of file CertManagerTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, fizz::test::getCert(), kRsa, and string.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptWithContext | |||
) |
Definition at line 158 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, fizz::Resumption, ticket4, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestWriteMulti | |||
) |
Definition at line 160 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestGroupNotSent | |||
) |
Definition at line 164 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::server::getCookieState(), fizz::secp256r1, fizz::test::TestProtocolVersion, and fizz::TLS_AES_128_GCM_SHA256.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestExactMatch | |||
) |
Definition at line 164 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), kRsa, and string.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptWithoutContext | |||
) |
Definition at line 166 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, fizz::Rejected, ticket4, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestWriteErrorState | |||
) |
Definition at line 170 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), folly::IOBuf::copyBuffer(), folly::pushmi::operators::error(), EXPECT_CALL, ON_CALL, testing::Return(), and socket_.
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestNoWildcard | |||
) |
Definition at line 174 of file CertManagerTest.cpp.
References EXPECT_FALSE, fizz::test::getCert(), kRsa, and string.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptWithWrongContext | |||
) |
Definition at line 174 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, fizz::Rejected, ticket4, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestNoGroups | |||
) |
Definition at line 175 of file CookieCipherTest.cpp.
References chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_FALSE, fizz::server::getCookieState(), fizz::key_share, fizz::test::TestMessages::removeExtension(), fizz::supported_groups, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestHandshake | |||
) |
Definition at line 177 of file AsyncFizzServerTest.cpp.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestExporterAPISimple | |||
) |
Definition at line 181 of file AsyncFizzServerTest.cpp.
References fizz::extensions::kTokenBindingExporterLabel.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptWithUnneededContext | |||
) |
Definition at line 182 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_FALSE, fizz::Rejected, ticket3, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | CertManagerTest | , |
TestGetByIdentity | |||
) |
Definition at line 184 of file CertManagerTest.cpp.
References EXPECT_EQ, fizz::test::getCert(), and kRsa.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestExporterAPIIncompleteHandshake | |||
) |
Definition at line 186 of file AsyncFizzServerTest.cpp.
References EXPECT_THROW, and fizz::extensions::kTokenBindingExporterLabel.
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestNoKeyShare | |||
) |
Definition at line 189 of file CookieCipherTest.cpp.
References chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_THROW, fizz::server::getCookieState(), fizz::key_share, fizz::test::TestMessages::removeExtension(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, and fizz::x25519.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptSeqNum | |||
) |
Definition at line 190 of file AeadTicketCipherTest.cpp.
References EXPECT_EQ, EXPECT_TRUE, fizz::Resumption, ticket2, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestHandshakeError | |||
) |
Definition at line 192 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptFailed | |||
) |
Definition at line 198 of file AeadTicketCipherTest.cpp.
References badTicket, EXPECT_EQ, EXPECT_FALSE, fizz::Rejected, and fizz::test::toIOBuf().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestDeliverAppData | |||
) |
Definition at line 201 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | GetCookieStateTest | , |
TestGroupMismatch | |||
) |
Definition at line 203 of file CookieCipherTest.cpp.
References fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_FALSE, fizz::server::getCookieState(), fizz::test::TestProtocolVersion, and fizz::TLS_AES_128_GCM_SHA256.
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestDecryptTooShort | |||
) |
Definition at line 205 of file AeadTicketCipherTest.cpp.
References folly::IOBuf::copyBuffer(), EXPECT_EQ, EXPECT_FALSE, and fizz::Rejected.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestWriteToSocket | |||
) |
Definition at line 212 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), fizz::application_data, fizz::AppTraffic, fizz::WriteToSocket::contents, fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::TLSContent::encryptionLevel, EXPECT_CALL, testing::InvokeWithoutArgs(), folly::gen::move, socket_, and fizz::detail::write().
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestUnsetTicketSecrets | |||
) |
fizz::server::test::TEST_F | ( | AeadTicketCipherTest | , |
TestSetTicketSecretsTooShort | |||
) |
Definition at line 218 of file AeadTicketCipherTest.cpp.
References EXPECT_FALSE, and folly::gen::move.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestMutateState | |||
) |
Definition at line 229 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), folly::IOBuf::copyBuffer(), fizz::server::Error, EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), fizz::server::State::state(), and uint32_t.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestAttemptVersionFallback | |||
) |
Definition at line 247 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), fizz::server::Error, EXPECT_CALL, EXPECT_TRUE, testing::Invoke(), testing::InvokeWithoutArgs(), and fizz::server::State::state().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestDeleteAsyncEvent | |||
) |
Definition at line 266 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), fizz::server::detail::actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, folly::Promise< T >::getFuture(), testing::InvokeWithoutArgs(), and folly::Promise< T >::setValue().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestCloseHandshake | |||
) |
Definition at line 282 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), testing::AtLeast(), EXPECT_CALL, and socket_.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestCloseNowInFlightAction | |||
) |
Definition at line 290 of file AsyncFizzServerTest.cpp.
References testing::_, fizz::server::detail::actions(), testing::AtLeast(), folly::IOBuf::copyBuffer(), EXPECT_CALL, folly::Promise< T >::getFuture(), testing::InvokeWithoutArgs(), folly::Promise< T >::setValue(), and socket_.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestCloseInFlightAction | |||
) |
Definition at line 306 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), fizz::server::detail::actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, folly::Promise< T >::getFuture(), testing::InvokeWithoutArgs(), and folly::Promise< T >::setValue().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestInvalidTransitionNoAlert | |||
) |
Definition at line 307 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), and folly::none.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestInvalidTransitionAlert | |||
) |
Definition at line 313 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), EXPECT_CALL, and fizz::unexpected_message.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestInvalidTransitionError | |||
) |
Definition at line 322 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::Error, and EXPECT_TRUE.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestIsDetachable | |||
) |
Definition at line 323 of file AsyncFizzServerTest.cpp.
References testing::_, fizz::server::detail::actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, testing::InvokeWithoutArgs(), ON_CALL, testing::Return(), and socket_.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAlertReceived | |||
) |
Definition at line 329 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::alert, fizz::Alert::description, folly::gen::move, folly::none, fizz::client::detail::processEvent(), and fizz::unexpected_message.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAccept | |||
) |
Definition at line 337 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_CALL, EXPECT_EQ, testing::Invoke(), and fizz::Plaintext.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestConnecting | |||
) |
Definition at line 342 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, testing::InvokeWithoutArgs(), ON_CALL, testing::Return(), and socket_.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestGoodSocket | |||
) |
Definition at line 356 of file AsyncFizzServerTest.cpp.
References folly::netops::accept(), EXPECT_FALSE, EXPECT_TRUE, ON_CALL, testing::Return(), and socket_.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestGoodState | |||
) |
Definition at line 364 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), folly::IOBuf::copyBuffer(), fizz::server::Error, EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, testing::InvokeWithoutArgs(), ON_CALL, testing::Return(), socket_, and fizz::server::State::state().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAppClose | |||
) |
Definition at line 369 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::alert, fizz::AppTraffic, fizz::close_notify, fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encode(), fizz::TLSContent::encryptionLevel, fizz::test::Error, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, testing::Invoke(), fizz::server::ServerStateMachine::processAppClose(), fizz::TLSMessage::type, and fizz::detail::write().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestEarlySuccess | |||
) |
Definition at line 377 of file AsyncFizzServerTest.cpp.
References testing::_, folly::netops::accept(), actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestErrorStopsActions | |||
) |
Definition at line 389 of file AsyncFizzServerTest.cpp.
References testing::_, actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, and testing::InvokeWithoutArgs().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAppCloseNoWrite | |||
) |
Definition at line 392 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::Error, EXPECT_EQ, and fizz::server::ServerStateMachine::processAppClose().
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestGetCertsNone | |||
) |
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloFullHandshakeFlow | |||
) |
Definition at line 401 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::AppTraffic, ASSERT_EQ, fizz::test::TestMessages::certificate(), fizz::test::TestMessages::certificateVerify(), fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHello(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::ecdsa_secp256r1_sha256, fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::Extension::extension_data, fizz::Extension::extension_type, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::test::getCert(), fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, fizz::NotAttempted, fizz::server::NotChecked, fizz::OneRtt, fizz::Plaintext, fizz::client::detail::processEvent(), random(), fizz::rsa_pss_sha256, fizz::Server, fizz::ServerAppTraffic, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), sni, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::token_binding, fizz::TLSMessage::type, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | AsyncFizzServerTest | , |
TestGetCerts | |||
) |
Definition at line 406 of file AsyncFizzServerTest.cpp.
References folly::netops::accept(), clientCert, EXPECT_CALL, EXPECT_EQ, and serverCert.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCompressedCertFlow | |||
) |
Definition at line 637 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::CertificateCompressionAlgorithms::algorithms, ASSERT_EQ, fizz::test::TestMessages::certificateVerify(), chlo, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHello(), fizz::test::TestMessages::compressedCertificate(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::ecdsa_secp256r1_sha256, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::Extension::extension_data, fizz::Extension::extension_type, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::test::getCert(), fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, fizz::NotAttempted, fizz::server::NotChecked, fizz::OneRtt, fizz::Plaintext, fizz::client::detail::processEvent(), random(), fizz::rsa_pss_sha256, fizz::Server, fizz::ServerAppTraffic, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), sni, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::token_binding, fizz::TLSMessage::type, fizz::detail::write(), fizz::x25519, and fizz::zlib.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCertRequestFlow | |||
) |
Definition at line 875 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), ASSERT_EQ, fizz::test::TestMessages::certificate(), fizz::test::TestMessages::certificateRequest(), fizz::test::TestMessages::certificateVerify(), fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHello(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::ecdsa_secp256r1_sha256, fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::Extension::extension_data, fizz::Extension::extension_type, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::test::getCert(), fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, fizz::NotAttempted, fizz::server::NotChecked, fizz::OneRtt, fizz::Plaintext, fizz::client::detail::processEvent(), random(), fizz::rsa_pss_sha256, fizz::Server, fizz::ServerAppTraffic, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), sni, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::token_binding, fizz::TLSMessage::type, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskFlow | |||
) |
Definition at line 1107 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::AppTraffic, ASSERT_EQ, fizz::server::ResumptionState::cipher, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHelloPsk(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), fizz::key_share, makeRandom(), folly::gen::move, fizz::None, fizz::NotAttempted, fizz::server::NotChecked, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::psk_ke, random(), fizz::test::TestMessages::removeExtension(), fizz::Resumption, fizz::ResumptionPskBinder, fizz::server::ResumptionState::resumptionSecret, fizz::ServerPresharedKey::selected_identity, fizz::ServerAppTraffic, fizz::server::ResumptionState::serverCert, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskDheFlow | |||
) |
Definition at line 1305 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::AppTraffic, ASSERT_EQ, fizz::server::ResumptionState::cipher, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHelloPsk(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, fizz::NotAttempted, fizz::server::NotChecked, fizz::OneRtt, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::psk_dhe_ke, random(), fizz::Resumption, fizz::ResumptionPskBinder, fizz::server::ResumptionState::resumptionSecret, fizz::ServerPresharedKey::selected_identity, fizz::ServerAppTraffic, fizz::server::ResumptionState::serverCert, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloHelloRetryRequestFlow | |||
) |
Definition at line 1515 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), ASSERT_EQ, fizz::test::TestMessages::clientHello(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::TLSMessage::fragment, fizz::handshake, fizz::HelloRetryRequest, fizz::test::TestMessages::helloRetryRequest(), testing::Invoke(), testing::InvokeWithoutArgs(), fizz::NotAttempted, fizz::server::NotChecked, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::secp256r1, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestRetryClientHelloFullHandshakeFlow | |||
) |
Definition at line 1589 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), ASSERT_EQ, fizz::test::TestMessages::certificate(), fizz::test::TestMessages::certificateVerify(), fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHello(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::ecdsa_secp256r1_sha256, fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::test::getCert(), fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, fizz::HelloRetryRequest, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), fizz::NotAttempted, fizz::server::NotChecked, fizz::Plaintext, fizz::client::detail::processEvent(), random(), fizz::rsa_pss_sha256, fizz::Server, fizz::ServerAppTraffic, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), sni, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestRetryClientHelloPskDheFlow | |||
) |
Definition at line 1797 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), ASSERT_EQ, fizz::server::ResumptionState::cipher, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHelloPsk(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExt(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, fizz::HelloRetryRequest, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, fizz::NotAttempted, fizz::server::NotChecked, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::psk_dhe_ke, random(), fizz::Resumption, fizz::ResumptionPskBinder, fizz::server::ResumptionState::resumptionSecret, fizz::ServerPresharedKey::selected_identity, fizz::ServerAppTraffic, fizz::server::ResumptionState::serverCert, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskDheEarlyFlow | |||
) |
Definition at line 1995 of file ServerProtocolTest.cpp.
References testing::_, fizz::Accepted, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::AppTraffic, ASSERT_EQ, fizz::server::ResumptionState::cipher, fizz::ClientEarlyTraffic, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHelloPskEarly(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::EarlyData, fizz::EarlyExporter, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExtEarly(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), makeRandom(), folly::gen::move, folly::none, fizz::server::NotReplay, now(), fizz::OneRtt, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::psk_dhe_ke, random(), fizz::Resumption, fizz::ResumptionPskBinder, fizz::server::ResumptionState::resumptionSecret, fizz::ServerPresharedKey::selected_identity, fizz::ServerAppTraffic, fizz::server::ResumptionState::serverCert, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskEarlyFlow | |||
) |
Definition at line 2239 of file ServerProtocolTest.cpp.
References testing::_, fizz::Accepted, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::AppTraffic, ASSERT_EQ, fizz::server::ResumptionState::cipher, fizz::ClientEarlyTraffic, fizz::ClientHandshakeTraffic, fizz::test::TestMessages::clientHelloPskEarly(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::EarlyData, fizz::EarlyExporter, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::test::TestMessages::encryptedExtEarly(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::ExporterMaster, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::Handshake, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), fizz::key_share, makeRandom(), folly::gen::move, fizz::None, folly::none, fizz::server::NotReplay, now(), fizz::Plaintext, fizz::client::detail::processEvent(), fizz::psk_ke, random(), fizz::test::TestMessages::removeExtension(), fizz::Resumption, fizz::ResumptionPskBinder, fizz::server::ResumptionState::resumptionSecret, fizz::ServerPresharedKey::selected_identity, fizz::ServerAppTraffic, fizz::server::ResumptionState::serverCert, fizz::ServerHandshakeTraffic, fizz::test::TestMessages::serverHello(), fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNullExtensions | |||
) |
Definition at line 2473 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), EXPECT_CALL, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloLegacySessionId | |||
) |
Definition at line 2483 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::change_cipher_spec, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::Handshake, fizz::handshake, folly::gen::move, fizz::Plaintext, fizz::client::detail::processEvent(), and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloLegacyHrr | |||
) |
Definition at line 2500 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::change_cipher_spec, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), EXPECT_EQ, fizz::handshake, folly::gen::move, fizz::Plaintext, fizz::client::detail::processEvent(), fizz::secp256r1, fizz::detail::write(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloFullHandshake | |||
) |
Definition at line 2518 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPsk | |||
) |
Definition at line 2525 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPsk(), fizz::client::detail::processEvent(), and fizz::psk_ke.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskDhe | |||
) |
Definition at line 2533 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPsk(), fizz::client::detail::processEvent(), and fizz::psk_dhe_ke.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskModeMismatch | |||
) |
Definition at line 2541 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), folly::gen::move, fizz::client::detail::processEvent(), fizz::psk_key_exchange_modes, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoSni | |||
) |
Definition at line 2552 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::test::TestMessages::clientHello(), folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::server_name.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloFullHandshakeRejectedPsk | |||
) |
Definition at line 2560 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPsk(), EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), folly::none, fizz::client::detail::processEvent(), and fizz::Rejected.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskNoModes | |||
) |
Definition at line 2574 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::test::TestMessages::clientHelloPsk(), fizz::missing_extension, folly::gen::move, fizz::client::detail::processEvent(), fizz::psk_key_exchange_modes, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskNotSupported | |||
) |
Definition at line 2583 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::test::TestMessages::clientHello(), EXPECT_EQ, EXPECT_FALSE, folly::gen::move, fizz::NotSupported, fizz::client::detail::processEvent(), fizz::psk_key_exchange_modes, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloPskBadBinder | |||
) |
Definition at line 2595 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::bad_record_mac, fizz::PskBinder::binder, fizz::ClientPresharedKey::binders, chlo, fizz::test::TestMessages::clientHelloPsk(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), fizz::ClientPresharedKey::identities, folly::gen::move, fizz::pre_shared_key, fizz::client::detail::processEvent(), fizz::PskIdentity::psk_identity, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloFallback | |||
) |
Definition at line 2612 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::test::Error, EXPECT_EQ, folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), string, and fizz::supported_versions.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoSupportedVersions | |||
) |
Definition at line 2631 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), folly::gen::move, fizz::client::detail::processEvent(), fizz::protocol_version, fizz::test::TestMessages::removeExtension(), and fizz::supported_versions.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloSupportedVersionsMismatch | |||
) |
Definition at line 2643 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), folly::gen::move, fizz::client::detail::processEvent(), fizz::protocol_version, fizz::test::TestMessages::removeExtension(), fizz::supported_versions, and fizz::SupportedVersions::versions.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCipherMismatch | |||
) |
Definition at line 2659 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::handshake_failure, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoSupportedGroups | |||
) |
Definition at line 2669 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::missing_extension, folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::supported_groups.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNamedGroupsMismatch | |||
) |
Definition at line 2679 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), fizz::handshake_failure, folly::gen::move, fizz::SupportedGroups::named_group_list, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::supported_groups.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoClientKeyShare | |||
) |
Definition at line 2692 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::key_share, fizz::missing_extension, folly::gen::move, fizz::client::detail::processEvent(), and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoSigScemes | |||
) |
Definition at line 2702 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::missing_extension, folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::signature_algorithms.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloDataAfter | |||
) |
Definition at line 2713 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), EXPECT_CALL, fizz::client::detail::processEvent(), testing::Return(), and fizz::unexpected_message.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoAlpn | |||
) |
Definition at line 2723 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::application_layer_protocol_negotiation, chlo, fizz::test::TestMessages::clientHello(), EXPECT_FALSE, folly::gen::move, fizz::client::detail::processEvent(), and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloAlpnMismatch | |||
) |
Definition at line 2734 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), alpn, fizz::application_layer_protocol_negotiation, chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_FALSE, folly::gen::move, fizz::ProtocolName::name, fizz::client::detail::processEvent(), fizz::ProtocolNameList::protocol_name_list, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloServerPref | |||
) |
Definition at line 2750 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), alpn, fizz::application_layer_protocol_negotiation, chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_EQ, folly::gen::move, fizz::ProtocolName::name, fizz::client::detail::processEvent(), fizz::ProtocolNameList::protocol_name_list, and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloAcceptEarlyData | |||
) |
Definition at line 2769 of file ServerProtocolTest.cpp.
References fizz::Accepted, fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPskEarly(), fizz::EarlyData, EXPECT_EQ, fizz::server::NotReplay, fizz::client::detail::processEvent(), and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloEarlyDataNotAttemptedWithAppTokenValidator | |||
) |
Definition at line 2787 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPsk(), EXPECT_EQ, EXPECT_TRUE, testing::InvokeWithoutArgs(), folly::gen::move, fizz::NotAttempted, ON_CALL, fizz::client::detail::processEvent(), and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloAcceptEarlyDataWithValidAppToken | |||
) |
Definition at line 2810 of file ServerProtocolTest.cpp.
References testing::_, fizz::Accepted, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::appToken, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHelloPskEarly(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, testing::Invoke(), testing::InvokeWithoutArgs(), folly::gen::move, fizz::server::NotReplay, now(), fizz::client::detail::processEvent(), fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, string, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyData | |||
) |
Definition at line 2850 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPskEarly(), EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, fizz::Handshake, testing::InvokeWithoutArgs(), fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloHrrRejectEarlyData | |||
) |
Definition at line 2873 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPskEarly(), EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, testing::Invoke(), fizz::Plaintext, fizz::client::detail::processEvent(), fizz::Rejected, fizz::secp256r1, and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieRejectEarlyData | |||
) |
Definition at line 2900 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), fizz::AppTraffic, c, chlo, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_EQ, fizz::Handshake, folly::gen::move, fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataPskRejected | |||
) |
Definition at line 2926 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::AppTraffic, fizz::test::TestMessages::clientHelloPskEarly(), EXPECT_CALL, EXPECT_EQ, fizz::Handshake, testing::InvokeWithoutArgs(), folly::none, fizz::client::detail::processEvent(), and fizz::Rejected.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataReplayCache | |||
) |
Definition at line 2949 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), check(), fizz::test::TestMessages::clientHelloPskEarly(), fizz::server::DefinitelyReplay, EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), folly::makeFuture(), fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataNoAlpn | |||
) |
Definition at line 2967 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::application_layer_protocol_negotiation, chlo, fizz::test::TestMessages::clientHelloPskEarly(), EXPECT_EQ, folly::gen::move, fizz::client::detail::processEvent(), fizz::Rejected, fizz::test::TestMessages::removeExtension(), and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataDiffAlpn | |||
) |
Definition at line 2983 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), alpn, fizz::application_layer_protocol_negotiation, chlo, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_EQ, folly::gen::move, fizz::ProtocolName::name, fizz::client::detail::processEvent(), fizz::ProtocolNameList::protocol_name_list, fizz::Rejected, fizz::test::TestMessages::removeExtension(), and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataAfterHrr | |||
) |
Definition at line 3006 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHelloPskEarly(), EXPECT_EQ, fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataClockBehind | |||
) |
Definition at line 3019 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), EXPECT_EQ, EXPECT_LT, folly::gen::move, fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataClockAhead | |||
) |
Definition at line 3039 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), EXPECT_EQ, EXPECT_GT, folly::gen::move, fizz::client::detail::processEvent(), fizz::Rejected, and fizz::Resumption.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataTicketAgeOverflow | |||
) |
Definition at line 3059 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), fizz::server::ResumptionState::alpn, chlo, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_CALL, EXPECT_EQ, EXPECT_GT, testing::InvokeWithoutArgs(), folly::gen::move, now(), fizz::client::detail::processEvent(), fizz::Rejected, fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataNegativeExpectedAge | |||
) |
Definition at line 3089 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::addPsk(), fizz::server::ResumptionState::alpn, chlo, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_CALL, EXPECT_EQ, EXPECT_GT, testing::InvokeWithoutArgs(), folly::gen::move, now(), fizz::client::detail::processEvent(), fizz::Rejected, fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRejectEarlyDataInvalidAppToken | |||
) |
Definition at line 3119 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::appToken, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHelloPskEarly(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, testing::Invoke(), testing::InvokeWithoutArgs(), folly::gen::move, now(), fizz::client::detail::processEvent(), fizz::Rejected, fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, string, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloHandshakeLogging | |||
) |
Definition at line 3158 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::application_layer_protocol_negotiation, fizz::test::TestMessages::clientHello(), fizz::ecdsa_secp256r1_sha256, EXPECT_EQ, EXPECT_TRUE, fizz::key_share, fizz::client::detail::processEvent(), fizz::psk_key_exchange_modes, fizz::rsa_pss_sha256, fizz::server_name, fizz::signature_algorithms, fizz::supported_groups, fizz::supported_versions, fizz::test::TestProtocolVersion, fizz::tls_1_2, fizz::TLS_AES_128_GCM_SHA256, and fizz::TLS_AES_256_GCM_SHA384.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloHandshakeLoggingError | |||
) |
Definition at line 3191 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, EXPECT_EQ, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloNoCompressionMethods | |||
) |
Definition at line 3202 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::test::TestMessages::clientHello(), fizz::illegal_parameter, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloDuplicateExtensions | |||
) |
Definition at line 3211 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), fizz::illegal_parameter, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloDuplicateGroups | |||
) |
Definition at line 3220 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), chlo, fizz::ClientKeyShare::client_shares, fizz::test::TestMessages::clientHello(), folly::IOBuf::copyBuffer(), fizz::encodeExtension(), fizz::KeyShareEntry::group, fizz::illegal_parameter, fizz::KeyShareEntry::key_exchange, fizz::key_share, folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::x25519.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestRetryClientHelloStillNoKeyShare | |||
) |
Definition at line 3245 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), fizz::illegal_parameter, fizz::key_share, folly::gen::move, fizz::client::detail::processEvent(), and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestRetryClientHelloCookie | |||
) |
Definition at line 3257 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), c, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::encodeExtension(), fizz::illegal_parameter, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestRetryClientHelloDifferentVersion | |||
) |
Definition at line 3272 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::clientHello(), fizz::illegal_parameter, folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestMessages::removeExtension(), and fizz::supported_versions.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRenegotiatePskCipher | |||
) |
Definition at line 3285 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHelloPsk(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), folly::gen::move, now(), fizz::client::detail::processEvent(), fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, fizz::TLS_CHACHA20_POLY1305_SHA256, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloRenegotiatePskCipherIncompatible | |||
) |
Definition at line 3310 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::cipher, fizz::test::TestMessages::clientHelloPsk(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, testing::InvokeWithoutArgs(), folly::gen::move, now(), fizz::client::detail::processEvent(), fizz::Rejected, fizz::Resumption, fizz::server::ResumptionState::resumptionSecret, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::server::ResumptionState::ticketIssueTime, fizz::TLS_AES_128_GCM_SHA256, fizz::TLS_AES_256_GCM_SHA384, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookie | |||
) |
Definition at line 3335 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), c, chlo, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::encodeExtension(), EXPECT_EQ, folly::gen::move, fizz::client::detail::processEvent(), and fizz::TLS_AES_128_GCM_SHA256.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieFail | |||
) |
Definition at line 3351 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), c, chlo, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::decrypt_error, fizz::encodeExtension(), folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieNoCipher | |||
) |
Definition at line 3365 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), c, chlo, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::encodeExtension(), folly::gen::move, fizz::client::detail::processEvent(), and fizz::unsupported_extension.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieVersionMismatch | |||
) |
Definition at line 3378 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::CookieState::appToken, c, chlo, fizz::server::CookieState::chloHash, fizz::server::CookieState::cipher, fizz::test::TestMessages::clientHello(), cookie, fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), folly::IOBuf::create(), fizz::encodeExtension(), EXPECT_CALL, EXPECT_TRUE, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::protocol_version, fizz::tls_1_2, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::CookieState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieCipherMismatch | |||
) |
Definition at line 3404 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::CookieState::appToken, c, chlo, fizz::server::CookieState::chloHash, fizz::server::CookieState::cipher, fizz::test::TestMessages::clientHello(), cookie, fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), folly::IOBuf::create(), fizz::encodeExtension(), EXPECT_CALL, EXPECT_TRUE, fizz::handshake_failure, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::test::TestProtocolVersion, fizz::TLS_AES_256_GCM_SHA384, and fizz::server::CookieState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieGroupMismatch | |||
) |
Definition at line 3430 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::CookieState::appToken, c, chlo, fizz::server::CookieState::chloHash, fizz::server::CookieState::cipher, fizz::test::TestMessages::clientHello(), cookie, fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), folly::IOBuf::create(), fizz::encodeExtension(), EXPECT_CALL, EXPECT_TRUE, fizz::server::CookieState::group, fizz::illegal_parameter, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::secp256r1, fizz::test::TestProtocolVersion, fizz::TLS_AES_128_GCM_SHA256, and fizz::server::CookieState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestClientHelloCookieNoGroup | |||
) |
Definition at line 3457 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), c, chlo, fizz::test::TestMessages::clientHello(), fizz::Cookie::cookie, folly::IOBuf::copyBuffer(), fizz::encodeExtension(), fizz::illegal_parameter, fizz::key_share, folly::gen::move, fizz::client::detail::processEvent(), and fizz::test::TestMessages::removeExtension().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestNoCertCompressionAlgorithmMatch | |||
) |
Definition at line 3474 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::CertificateCompressionAlgorithms::algorithms, chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), EXPECT_EQ, folly::gen::move, folly::none, fizz::client::detail::processEvent(), and fizz::zlib.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertCompressionRequestedNotSupported | |||
) |
Definition at line 3489 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::CertificateCompressionAlgorithms::algorithms, chlo, fizz::test::TestMessages::clientHello(), fizz::encodeExtension(), EXPECT_EQ, folly::gen::move, folly::none, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestEarlyAppData | |||
) |
Definition at line 3502 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::appData(), folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestEarlyAppWrite | |||
) |
Definition at line 3511 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::application_data, fizz::test::TestMessages::appWrite(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::TLSMessage::type, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestEndOfEarlyData | |||
) |
Definition at line 3531 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::endOfEarlyData(), EXPECT_CALL, EXPECT_EQ, fizz::Handshake, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestEndOfEarlyDataExtraData | |||
) |
Definition at line 3550 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::endOfEarlyData(), EXPECT_CALL, fizz::client::detail::processEvent(), testing::Return(), and fizz::unexpected_message.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFullHandshakeFinished | |||
) |
Definition at line 3562 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::AppTraffic, ASSERT_THAT, fizz::server::ResumptionState::cipher, fizz::ClientAppTraffic, fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, testing::ElementsAre(), fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::detail::getFinishedData(), fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), fizz::test::TestMessages::newSessionTicket(), fizz::client::detail::processEvent(), fizz::ResumptionMaster, fizz::server::ResumptionState::resumptionSecret, testing::Return(), fizz::server::ResumptionState::serverCert, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, and fizz::server::ResumptionState::version.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedNoTicket | |||
) |
Definition at line 3647 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), EXPECT_CALL, EXPECT_EQ, fizz::test::TestMessages::finished(), testing::InvokeWithoutArgs(), folly::none, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedTicketEarly | |||
) |
Definition at line 3660 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::test::TestMessages::finished(), fizz::TLSMessage::fragment, fizz::handshake, testing::Invoke(), fizz::TicketEarlyData::max_early_data_size, folly::gen::move, fizz::test::TestMessages::newSessionTicket(), nst, fizz::client::detail::processEvent(), testing::Return(), and fizz::TLSMessage::type.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedPskNotSupported | |||
) |
Definition at line 3686 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_EQ, fizz::test::TestMessages::finished(), fizz::NotSupported, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedNoAutomaticNewSessionTicket | |||
) |
Definition at line 3697 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_CALL, EXPECT_EQ, fizz::test::TestMessages::finished(), and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedMismatch | |||
) |
Definition at line 3709 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), folly::IOBuf::copyBuffer(), EXPECT_CALL, fizz::test::TestMessages::finished(), fizz::detail::getFinishedData(), testing::InvokeWithoutArgs(), folly::none, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestFinishedExtraData | |||
) |
Definition at line 3722 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_CALL, fizz::test::TestMessages::finished(), folly::none, fizz::client::detail::processEvent(), and testing::Return().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestExpectingFinishedAppWrite | |||
) |
Definition at line 3733 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::application_data, fizz::test::TestMessages::appWrite(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::TLSMessage::type, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicket | |||
) |
Definition at line 3753 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::AppTraffic, fizz::server::ResumptionState::cipher, fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), folly::gen::move, fizz::test::TestMessages::newSessionTicket(), fizz::client::detail::processEvent(), fizz::server::ResumptionState::resumptionSecret, testing::Return(), fizz::server::ResumptionState::serverCert, fizz::test::TestProtocolVersion, fizz::server::ResumptionState::ticketAgeAdd, fizz::TLS_AES_128_GCM_SHA256, fizz::TLSMessage::type, fizz::server::ResumptionState::version, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicketWithTicketEarly | |||
) |
Definition at line 3800 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeExtension(), fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, fizz::handshake, testing::Invoke(), fizz::TicketEarlyData::max_early_data_size, folly::gen::move, fizz::test::TestMessages::newSessionTicket(), nst, fizz::client::detail::processEvent(), and fizz::TLSMessage::type.
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicketWithAppToken | |||
) |
Definition at line 3824 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::appToken, fizz::WriteNewSessionTicket::appToken, folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), testing::Return(), fizz::server::ResumptionState::serverCert, string, fizz::server::ResumptionState::ticketAgeAdd, and fizz::test::writeNewSessionTicket().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicketWithAppTokenAfterAutomaticSend | |||
) |
Definition at line 3849 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::server::ResumptionState::alpn, fizz::server::ResumptionState::appToken, fizz::WriteNewSessionTicket::appToken, folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, fizz::test::TestMessages::finished(), testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), testing::Return(), fizz::server::ResumptionState::serverCert, string, fizz::server::ResumptionState::ticketAgeAdd, and fizz::test::writeNewSessionTicket().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicketNoTicket | |||
) |
Definition at line 3892 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), EXPECT_CALL, EXPECT_TRUE, testing::InvokeWithoutArgs(), folly::none, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestWriteNewSessionTicketPskNotSupported | |||
) |
Definition at line 3905 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_TRUE, fizz::NotSupported, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAppData | |||
) |
Definition at line 3915 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::appData(), folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestAppWrite | |||
) |
Definition at line 3924 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::application_data, fizz::AppTraffic, fizz::test::TestMessages::appWrite(), fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, testing::Invoke(), folly::gen::move, fizz::client::detail::processEvent(), fizz::TLSMessage::type, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestKeyUpdateNotRequested | |||
) |
Definition at line 3946 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_EQ, fizz::test::TestMessages::keyUpdate(), and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestKeyUpdateExtraData | |||
) |
Definition at line 3954 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), EXPECT_CALL, fizz::test::TestMessages::keyUpdate(), folly::none, fizz::client::detail::processEvent(), and testing::Return().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestKeyUpdateRequest | |||
) |
Definition at line 3964 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::ClientAppTraffic, fizz::TLSContent::contentType, folly::IOBuf::copyBuffer(), fizz::TLSContent::data, fizz::encodeHandshake(), fizz::TLSContent::encryptionLevel, EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, fizz::TLSMessage::fragment, fizz::handshake, testing::Invoke(), testing::InvokeWithoutArgs(), fizz::test::TestMessages::keyUpdate(), fizz::client::detail::processEvent(), testing::Return(), fizz::ServerAppTraffic, fizz::TLSMessage::type, and fizz::detail::write().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificate | |||
) |
Definition at line 4025 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::CertificateEntry::cert_data, fizz::certificate, fizz::test::TestMessages::certificate(), folly::IOBuf::copyBuffer(), EXPECT_CALL, EXPECT_EQ, folly::gen::move, fizz::client::detail::processEvent(), and testing::Return().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateNonemptyContext | |||
) |
Definition at line 4054 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::certificate(), folly::IOBuf::copyBuffer(), EXPECT_CALL, fizz::illegal_parameter, folly::gen::move, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateEmptyForbidden | |||
) |
Definition at line 4071 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::certificate(), fizz::certificate_required, EXPECT_CALL, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateEmptyPermitted | |||
) |
Definition at line 4085 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::certificate(), EXPECT_CALL, EXPECT_EQ, EXPECT_FALSE, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifyNoVerifier | |||
) |
Definition at line 4101 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, EXPECT_EQ, testing::Invoke(), folly::none, fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifyWithVerifier | |||
) |
Definition at line 4134 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, EXPECT_EQ, testing::Invoke(), folly::none, fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifyAlgoMismatch | |||
) |
Definition at line 4175 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::test::TestMessages::certificateVerify(), fizz::ed25519, fizz::handshake_failure, and fizz::client::detail::processEvent().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifySignatureFailure | |||
) |
Definition at line 4189 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::bad_record_mac, fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, testing::Invoke(), fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifyVerifierFailure | |||
) |
Definition at line 4215 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::bad_certificate, fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, testing::Invoke(), fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestOptionalCertificateVerifySignatureFailure | |||
) |
Definition at line 4244 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), fizz::bad_record_mac, fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, testing::Invoke(), fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestOptionalCertificateVerifyVerifierFailure | |||
) |
Definition at line 4271 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::bad_certificate, fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, testing::Invoke(), fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestCertificateVerifyVerifierGenericFailure | |||
) |
Definition at line 4301 of file ServerProtocolTest.cpp.
References testing::_, fizz::client::detail::actions(), fizz::bad_certificate, fizz::test::TestMessages::certificateVerify(), fizz::Client, folly::IOBuf::copyBuffer(), fizz::ecdsa_secp256r1_sha256, EXPECT_CALL, testing::Invoke(), fizz::client::detail::processEvent(), and verify().
fizz::server::test::TEST_F | ( | ServerProtocolTest | , |
TestEarlyWriteError | |||
) |
Definition at line 4331 of file ServerProtocolTest.cpp.
References fizz::client::detail::actions(), and fizz::unexpected_message.
|
static |
|
static |
Definition at line 24 of file CertManagerTest.cpp.
Referenced by TEST_F().