100 Commits (48f794765b0df3310649e6a6c6f71c5cd845f445)

Author SHA1 Message Date
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
Daniel McArdle a673d02458 Add PSK variants of HPKE setup functions to BoGo. 4 years ago
Daniel McArdle f42d5df924 Add Go implementation of HPKE draft 05 to runner. 4 years ago
David Benjamin 974ac218e7 runner: Implement a more complete ClientHello consistency check. 4 years ago
Dan McArdle 6222fe767d runner: Refactor BoGo clientHelloMsg extension marshalling. 4 years ago
David Benjamin bb72a8d649 Allow specifying different initial and resumption expectations. 5 years ago
David Benjamin a6386ea185 runner: Rewrite sessionState parsing with byteReader. 5 years ago
Watson Ladd dcd6e447eb Support delegated credentials verison 06 5 years ago
Nick Harper 74161f485b Enforce presence of ALPN when QUIC is in use. 5 years ago
David Benjamin 70fee17204 Use golang.org/x/crypto in runner. 5 years ago
Nick Harper cac93924ab Disallow TLS 1.3 compatibility mode in QUIC. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago