106 Commits (16c3e3ae0e60b7273697412a9f7e23993161b8b3)

Author SHA1 Message Date
David Benjamin 16c3e3ae0e runner: Test session IDs over 32 bytes. 4 years ago
David Benjamin ad5db96584 Handle the server case in SSL_get0_ech_name_override. 4 years ago
Adam Langley 5514476c40 Update hpke_test.go. 4 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 4 years ago
David Benjamin ca7ef8c855 runner: Add a convenience function for base64 flags. 4 years ago
David Benjamin afa867be8f runner: Test that clients actually use renewed tickets. 4 years ago
David Benjamin 5d224a559c runner: Clean up test logic. 4 years ago
David Benjamin c41a3a9373 runner: Fix process exit timeout. 4 years ago
David Benjamin 9cbe737ec4 Validate ECH public names. 4 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 4 years ago
David Benjamin 5358cb5044 runner: Check the test name against the protocol being tested. 4 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 4 years ago
David Benjamin c890ae5195 Make ECH server APIs take EVP_HPKE_KEY. 4 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 4 years ago
David Benjamin 0724e3d552 runner: Self-check tests more accurately and earlier. 4 years ago
David Benjamin 26f186bcab Implement a handshake hint for certificate compression. 4 years ago
David Benjamin 7fffa4636c runner: Implement ECH server for testing. 4 years ago
David Benjamin 1f54fd9864 runner: Parse the status_request extension more strictly. 4 years ago
David Benjamin 00bccd6eef runner: Make echIsInner a boolean. 4 years ago
David Benjamin 1241228782 runner: Revise ECHConfig type in preparation for client implementation 4 years ago
David Benjamin 88df13d73d Fix ECH-Server-RepeatedConfigID test. 4 years ago
David Benjamin 3a036c76eb Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
David Benjamin 5b7ec8329e Reject the ECH extension in TLS 1.2 ServerHello. 4 years ago
David Benjamin b5879118ac Remove the Channel ID callback. 4 years ago
David Benjamin bc4c91ab46 DTLS-SRTP is only defined for DTLS. 4 years ago
David Benjamin a1d3bfb64f Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). 4 years ago
Dan McArdle 3dd9864fea Test ECH server with unique and repeated config IDs. 4 years ago
Dan McArdle 4749d8fb89 Implement fuzzer mode for ECH server. 4 years ago
David Benjamin 3675eb3f2a GREASE is now RFC 8701. 4 years ago
David Benjamin aef0a88e51 runner: Reject all zero client and server randoms. 4 years ago
David Benjamin 49ee62fe13 Update the ECH GREASE size selection. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 4 years ago
David Benjamin ddecaabdc8 Check hs->early_session, not ssl->session, for the early data limit. 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 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