66 Commits (c0b87a04dbad59a5b82aa21dec93b487115a8967)

Author SHA1 Message Date
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 3 years ago
Adam Langley 5112b45ce2 Support Bazel's test-sharding protocol. 3 years ago
David Benjamin 123eaaef26 Record ClientHelloInner values in msg_callback. 3 years ago
David Benjamin 7198d1132b Explicitly reject self-referential ech_outer_extensions. 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 4 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 4 years ago
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
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 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 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 bc4c91ab46 DTLS-SRTP is only defined for DTLS. 4 years ago
Dan McArdle 3dd9864fea Test ECH server with unique and repeated config IDs. 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 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 bff8834362 runner: Test different V2ClientHello challenge lengths. 4 years ago
David Benjamin fa2d3d56b9 runner: Fix ECH confirmation calculation with PSKs in tests. 4 years ago
David Benjamin f225516cc5 runner: Remove remnants of the separate HelloRetryRequest message. 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 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
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 e606f79c5b Run extension tests at all protocols. 4 years ago