75 Commits (e202e51cb0912f36dafbd2e67cf04d6ec82f3180)

Author SHA1 Message Date
David Benjamin a6e2be46c6 Add tests for what happens when no certificate is configured 9 months ago
David Benjamin ec2a08dda8 Introduce a test helper for asserting on the error 9 months ago
David Benjamin 5d88014067 Deprecate and simplify SSL_CTX_check_private_key 9 months ago
David Benjamin 0ff377a30c Add some utilities for testing temporary files 9 months ago
David Benjamin 4fe29ebc75 Test an unusual split between context and connection configuration 9 months ago
Gabriel Redner fbb4133d64 Add SSL_get0_chain method 9 months ago
David Benjamin 58906eab92 Merge <openssl/x509v3.h> into <openssl/x509.h> 12 months ago
Victor Tan 3309ca6638 Add ALPS codepoint supports for split handshake 1 year ago
David Benjamin dd68e4bb4d Add OPENSSL_zalloc 1 year ago
Victor Tan 558960d1e1 Add support for the new ALPS codepoint 1 year ago
David Benjamin a36ac0a2e7 Use std::make_unique when possible 1 year ago
David Benjamin 556a973f9b Add SSL_CIPHER_get_handshake_digest 1 year ago
David Benjamin 6cf9820837 Align NIDs vs group IDs in TLS group APIs 1 year ago
David Benjamin 335523a2c4 Align remaining TLS ECDH APIs on "group" terminology 1 year ago
David Benjamin 2da5ba9120 Align on using the "group" over "curve" for ECDH in TLS 1 year ago
David Benjamin b0251b1295 Disable TLS_RSA_WITH_3DES_EDE_CBC_SHA by default 2 years ago
David Benjamin 2eaf07075a Add a thread test for ex_data 2 years ago
David Benjamin a972b78d1b Add APIs to query a list of possible strings for TLS features 2 years ago
Adam Langley b1c6f45f1f Add back support for TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 2 years ago
David Benjamin 1b724a6b8c Align Kyber names with draft-tls-westerbaan-xyber768d00 2 years ago
Adam Langley 4ae4fb76c8 Drop CECPQ2 support. 2 years ago
David Benjamin a438519f9e Fix miscellaneous size_t truncations 2 years ago
David Benjamin bf1b79288f Remove SSL_CIPHER_get_rfc_name 2 years ago
David Benjamin f7d37fba96 Fix various malloc failure paths. 2 years ago
David Benjamin c7b255e5bb Add NO_CHECK_TIME to SSLTest.ECHBuiltinVerifier too 2 years ago
Bob Beck 28f96c2686 Fix timebomb by disabling time check in this test 2 years ago
David Benjamin 3a1b7306ac Don't allow the caller to configure invalid signature algorithms. 2 years ago
Nick Harper 10458977f6 Allow using the TLS exporter in more cases. 2 years ago
David Benjamin 80eb8141a2 Remove the experimental in-place record APIs. 2 years ago
David Benjamin 10fef972e4 Prefer established session properties mid renegotiation. 2 years ago
David Benjamin ebd8b8965c Track SSL_ERROR_ZERO_RETURN explicitly. 2 years ago
David Benjamin 401137fec2 Add a test for SSL_CTX_set_quiet_shutdown. 2 years ago
David Benjamin 4da5a94736 Fix SSL_load_client_CA_file when given an empty file. 2 years ago
David Benjamin 5cb597e3ec Test that close_notify state does not impair SSL_ERROR_SYSCALL. 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
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
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
Anton Bikineev 50e7ea5f09 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl 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 7a4df8e97e Tidy up SSLTest.SetVersion. 3 years ago
David Benjamin 1a668b39d5 Switch to the new, simpler WHATWG URL formulation. 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 3 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 3 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 3 years ago