105 Commits (ddecaabdc8c950d1417ed69785ac17c3400bae4c)

Author SHA1 Message Date
David Benjamin ddecaabdc8 Check hs->early_session, not ssl->session, for the early data limit. 4 years ago
David Benjamin 71a3b82663 Check for resumption identifiers in SSL_SESSION_is_resumable. 4 years ago
David Benjamin 6ff9429853 Don't use SHA256(ticket) as the signaling session ID for tickets. 4 years ago
David Benjamin 1f6c3dc7d7 Simplify renego + resumption handling. 4 years ago
David Benjamin 962b375bcb Move session ID assignment out of ssl_get_new_session. 4 years ago
David Benjamin 8349dfc87e Fix the ech_accept comment. 4 years ago
David Benjamin 070a6c3e02 Export the HPKE implementation. 4 years ago
David Benjamin 1d58cd1fd3 Shift the KEM dependency in HPKE up a step. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin f39c81d524 Introduce EVP_HPKE_{AEAD,KDF} types. 4 years ago
David Benjamin 9f70097eff Remove HKDF-SHA384 and HKDF-SHA512 from HPKE. 4 years ago
Steven Valdez 94a63a5b6e Implement ECH draft 10 and update HPKE to draft 08. 4 years ago
David Benjamin daf1aca1a4 Revert handshaker fd numbers and make StartProcess more flexible. 4 years ago
David Benjamin 2f3958a415 Fix issuerUID and subjectUID parsing in the key usage checker. 4 years ago
David Benjamin b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 15961379e6 Export ssl_client_hello_init for fuzzers. 4 years ago
David Benjamin 94b477cea5 Record a fuzzing corpus for the ClientHelloInner decoder. 4 years ago
David Benjamin 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
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