130 Commits (db10ae50361a05508683282fcd8d2344a6a1517c)

Author SHA1 Message Date
David Benjamin 5511fa833c Migrate io/ioutil uses to new APIs. 2 years ago
David Benjamin 4b35543cf2 Revert "Default SSL_set_enforce_rsa_key_usage to enabled." 2 years ago
David Benjamin 9d64d8d237 Miscellaneous -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 64393b57e8 Default SSL_set_enforce_rsa_key_usage to enabled. 2 years ago
David Benjamin 361e3e0aba Move the DTLS cookie to SSL_HANDSHAKE. 3 years ago
David Benjamin adaa322b63 Add handshake hints for TLS 1.2 session tickets. 3 years ago
David Benjamin 4a6c8fde18 Support handshake hints for TLS 1.2 full handshakes. 3 years ago
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 3 years ago
David Benjamin c76da9d46a HPKE is now RFC 9180. 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 0f4454c075 Condition split handshake tests on Linux in CMake. 3 years ago
David Benjamin d7936c23cb Use uint16_t in TestConfig and enable -Wformat-signedness. 3 years ago
David Benjamin 203b92b70a Reorder flags to match TestConfig struct. 3 years ago
David Benjamin 8ed06e0fd0 Rewrite bssl_shim command-line parser. 3 years ago
David Benjamin 4f1fae3043 Fix the easy -Wformat-signedness errors. 3 years ago
David Benjamin ea57bcbd66 Update HPKE test vectors. 3 years ago
David Benjamin 27a3328a37 Fix the TLS fuzzers for ECH draft-13. 4 years ago
David Benjamin 19fe7943ce Fix calculation of draft-13 ECH confirmation signal. 4 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 4 years ago
David Benjamin dddb60eb97 Make most of crypto/x509 opaque. 4 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 4 years ago
David Benjamin 8648c53690 Refer to RFCs consistently. 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
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