61 Commits (9f55d972854d0b34dae39c7cd3679d6ada3dfd5b)

Author SHA1 Message Date
Steven Valdez 94a63a5b6e Implement ECH draft 10 and update HPKE to draft 08. 4 years ago
David Benjamin b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 94b477cea5 Record a fuzzing corpus for the ClientHelloInner decoder. 4 years ago
David Benjamin e2b7bb7221 Only skip early data with HRR when offered. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
David Benjamin 61d5aabc06 runner: Remove unused field 4 years ago
David Benjamin ca65bff67c runner: Construct finishedHash earlier. 4 years ago
David Benjamin bff8834362 runner: Test different V2ClientHello challenge lengths. 4 years ago
David Benjamin 6810f0e83a runner: Ensure helloBytes is always the same as hello.marshal(). 4 years ago
David Benjamin fa2d3d56b9 runner: Fix ECH confirmation calculation with PSKs in tests. 4 years ago
David Benjamin 7d2ddd2991 runner: Fix HPKE parameter order. 4 years ago
David Benjamin d791fbd308 runner: UpdateForHelloRetryRequest cannot fail. 4 years ago
David Benjamin 4151b9feba runner: Don't use the buffer in TLS 1.3. 4 years ago
David Benjamin 4b854a6db7 runner: Don't maintain two copies of the same transcript hash. 4 years ago
David Benjamin 99f6d4bd18 runner: Remove remnants of SSL 3.0. 4 years ago
David Benjamin 5f757bc395 runner: Fix writeClientHash and writeRecord ordering. 4 years ago
David Benjamin 7a15a702a2 runner: Remove CheckTLS13DowngradeRandom. 4 years ago
David Benjamin f225516cc5 runner: Remove remnants of the separate HelloRetryRequest message. 4 years ago
David Benjamin 0508271891 runner: Store a cipherSuite in ClientSessionState. 4 years ago
David Benjamin 26a589e10b runner: Move writeHash to the finishedHash struct. 4 years ago
David Benjamin b62a48f31d Remove some now unnecessary test exclusions from split handshakes. 4 years ago
David Benjamin 60a78dcc98 Remove tls13-split-handshakes flag. 4 years ago
David Benjamin 3af62269df Enforce that pre_shared_key must come with psk_key_exchange_modes. 4 years ago
David Benjamin e5fe31cfe7 Revert "Implement rsa_pkcs1_sha256_legacy." 4 years ago
David Benjamin b2147413e0 Only pass -handshaker-path in split handshakes tests. 4 years ago
David Benjamin a3437c09c7 Implement rsa_pkcs1_sha256_legacy. 4 years ago
David Benjamin 1eae29777c runner: Remove redundant -enable-all-curves shim flag. 4 years ago
Dan McArdle 6b48efac7b Add -rr-record flag to runner.go. 4 years ago
David Benjamin 0653147485 runner: Rename 'masterSecret' on session objects to plain 'secret'. 4 years ago
David Benjamin c02c19e0d8 Honor SSL_TLSEXT_ERR_ALERT_FATAL in the ALPN callback. 4 years ago
David Benjamin c5e4538e3b Fix TLS13SessionID-TLS13 test. 4 years ago
David Benjamin ae2bb64173 Use ID instead of Id in Go. 4 years ago
Dan McArdle 39093c1bfb Fix comments that refer to old draft of HPKE. 4 years ago
David Benjamin a9319d9b0f Fix client 0-RTT handling with ALPS. 4 years ago
David Schinazi 3d8b8c3df2 Add support for the new QUIC TLS extension codepoint 4 years ago
David Benjamin c3ee9c8040 Replace MockQUICTransport tags with record types. 4 years ago
David Benjamin e606f79c5b Run extension tests at all protocols. 4 years ago
David Benjamin 47d1274fd2 Make QUIC tests work with early data. 4 years ago
David Benjamin 7a55c80271 Make QUIC work with -async tests. 4 years ago
David Benjamin 71ed9d7538 Fix ALPS state machine in QUIC servers. 4 years ago
David Benjamin f4a88296fc runner: Allow tokbind without RI/EMS in TLS 1.3. 4 years ago
David Benjamin 41676bfd86 Test that ALPS can be deferred to the ALPN callback. 4 years ago
Dan McArdle c295935a9b Send ECH acceptance signal from backend server. 4 years ago
Dan McArdle 7dfb4721d0 Update HPKE to draft-irtf-cfrg-hpke-07. 4 years ago
Dan McArdle 92c48be84a Update ECH GREASE to draft-ietf-tls-esni-09 4 years ago
Dan McArdle 1920c6f2ca Implement GREASE for ECH (draft-ietf-tls-esni-08). 4 years ago
David Benjamin 0a6bfa36c9 Always check the TLS 1.3 downgrade signal. 4 years ago
Adam Langley aec1b62b07 runner: add -skip 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin e580e9ded3 Simplify 0-RTT tests. 4 years ago