mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -57,6 +57,7 @@ FUZZ_P(TlsFuzzTest, DeterministicExporter) {
|
|||
|
||||
Reset();
|
||||
ConfigureSessionCache(RESUME_NONE, RESUME_NONE);
|
||||
DisableECDHEServerKeyReuse();
|
||||
|
||||
// Reset the RNG state.
|
||||
EXPECT_EQ(SECSuccess, RNG_RandomUpdate(NULL, 0));
|
||||
|
|
@ -70,6 +71,7 @@ FUZZ_P(TlsFuzzTest, DeterministicExporter) {
|
|||
|
||||
Reset();
|
||||
ConfigureSessionCache(RESUME_NONE, RESUME_NONE);
|
||||
DisableECDHEServerKeyReuse();
|
||||
|
||||
// Reset the RNG state.
|
||||
EXPECT_EQ(SECSuccess, RNG_RandomUpdate(NULL, 0));
|
||||
|
|
@ -95,6 +97,7 @@ FUZZ_P(TlsFuzzTest, DeterministicTranscript) {
|
|||
for (size_t i = 0; i < 5; i++) {
|
||||
Reset();
|
||||
ConfigureSessionCache(RESUME_NONE, RESUME_NONE);
|
||||
DisableECDHEServerKeyReuse();
|
||||
|
||||
DataBuffer buffer;
|
||||
MakeTlsFilter<TlsConversationRecorder>(client_, buffer);
|
||||
|
|
@ -241,11 +244,11 @@ FUZZ_P(TlsFuzzTest, UnencryptedSessionTickets) {
|
|||
client_->CheckCipherSuite(static_cast<uint16_t>(suite));
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
FuzzStream, TlsFuzzTest,
|
||||
::testing::Combine(TlsConnectTestBase::kTlsVariantsStream,
|
||||
TlsConnectTestBase::kTlsVAll));
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
FuzzDatagram, TlsFuzzTest,
|
||||
::testing::Combine(TlsConnectTestBase::kTlsVariantsDatagram,
|
||||
TlsConnectTestBase::kTlsV11Plus));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue