237 Commits (db10ae50361a05508683282fcd8d2344a6a1517c)

Author SHA1 Message Date
David Benjamin e4c19175ab Don't duplicate ServerHello construction code. 4 years ago
David Benjamin 3b8c5ec1f6 Rearrange key share and early data logic. 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 fd739853a8 Fix the spelling of HPKE AEAD constants. 4 years ago
David Benjamin dfde04f078 Don't reset server callback expectations on new handshake. 4 years ago
David Benjamin 8501579acb Fix MockQuicTransport::Flush error handling. 4 years ago
David Benjamin 6b9c012b7b Handle EINTR more in handshaker.cc. 4 years ago
David Benjamin 084064becc Add a few missing SSL_R_BIO_NOT_SET cases. 4 years ago
David Benjamin 9bcf307c4c Fix some unreachable code in the QUIC handshaker driver. 4 years ago
David Benjamin 0a6c3fc9c3 Rearrange SSLKeyShare::Serialize. 4 years ago
David Benjamin 08b1729f07 Fix ssl/internal.h sectioning. 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 953650cc7b Define HANDSHAKER_SUPPORTED in once place. 4 years ago
David Benjamin b9b036340d Tidy up handshaker tester. 4 years ago
David Benjamin 3af62269df Enforce that pre_shared_key must come with psk_key_exchange_modes. 4 years ago
David Benjamin da890de1b5 Remove is_resume field on TestState. 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 a1d1a67589 Remove some remnants of TLS 1.3 downgrade carveouts. 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 c47bfce062 Define TLSEXT_TYPE_quic_transport_parameters to the old code point for now. 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