318 Commits (ec87e1a7672044cbd7d484f2478cd618a7f1f81a)

Author SHA1 Message Date
David Benjamin 4da5a94736 Fix SSL_load_client_CA_file when given an empty file. 2 years ago
David Benjamin b7d6320be9 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
David Benjamin 5cb597e3ec Test that close_notify state does not impair SSL_ERROR_SYSCALL. 2 years ago
David Benjamin 4bd32a8483 Convert more of the SSL write path to size_t and Spans. 2 years ago
David Benjamin 4a6c8fde18 Support handshake hints for TLS 1.2 full handshakes. 2 years ago
David Benjamin b95c7e53d7 Fix up book-keeping between the write buffer and pending writes. 2 years ago
David Benjamin 64bf8c50a3 Fix an edge case in SSL_write's retry mechanism. 2 years ago
David Benjamin 5697a92026 Add SSL_CTX_get_num_tickets. 2 years ago
Bob Beck a6981a3383 More alignment with OpenSSL on TLS 1.3 cipher suite constants. 2 years ago
David Benjamin dfddbc4ded Align with OpenSSL on TLS 1.3 cipher suite constants. 2 years ago
David Benjamin 955ef7991e Rewrite SSL_add_file_cert_subjects_to_stack 2 years ago
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 2 years ago
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
Daniel Thornburgh 48f794765b Fix build for older CMake versions. 3 years ago
David Benjamin 493d5cbedd Try to require C++14. 3 years ago
Daniel Thornburgh 2fc6d38391 Add CMake install rules. 3 years ago
David Benjamin 21440764db Remove VS 2015 support. 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 44425ddc7a Fold ssl_decode_client_hello_inner into ssl_client_hello_decrypt. 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
Anton Bikineev 50e7ea5f09 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl 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 c3c540b9a4 Remove non-standard X.509 DNS wildcard matching. 3 years ago
Adam Langley 7e7e6b693f Add |SSL_set1_host| and |SSL_set_hostflags|. 3 years ago
David Benjamin b3ed071ecc Add SSL_has_pending. 3 years ago
David Benjamin ea57bcbd66 Update HPKE test vectors. 3 years ago
David Benjamin 69030a0cea Match OPENSSL_EXPORT in ssl/internal.h friend declarations. 3 years ago
Adam Langley c2827d3b55 Add a function to express the desired record version protocol. 3 years ago
David Benjamin 7a4df8e97e Tidy up SSLTest.SetVersion. 3 years ago
David Benjamin c31a8a6f0a Fold x509_vfy.h into x509.h. 3 years ago
David Benjamin 27a3328a37 Fix the TLS fuzzers for ECH draft-13. 3 years ago
David Benjamin 0fa3030e10 Update comment for ECH draft-13. 3 years ago
David Benjamin 1a668b39d5 Switch to the new, simpler WHATWG URL formulation. 3 years ago
David Benjamin 19fe7943ce Fix calculation of draft-13 ECH confirmation signal. 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 3 years ago
David Benjamin 07b365f63a Remove SSL_set_verify_result. 3 years ago
David Benjamin dddb60eb97 Make most of crypto/x509 opaque. 3 years ago
David Benjamin d55f450c4f Avoid re-hashing the transcript multiple times. 3 years ago
David Benjamin a75027b040 Make ssl_parse_extensions a little easier to use. 3 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 3 years ago
David Benjamin 9545062714 Add a CBB_add_zeros helper. 3 years ago
David Benjamin 8648c53690 Refer to RFCs consistently. 3 years ago
David Benjamin 16c3e3ae0e runner: Test session IDs over 32 bytes. 3 years ago
David Benjamin 05ce773cae Process the TLS 1.3 cipher suite in one place. 3 years ago