41 Commits (4acc7ddf0261699ea729584ae5803a9be6551468)

Author SHA1 Message Date
David Benjamin 7ac94aa279 More -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 4b35543cf2 Revert "Default SSL_set_enforce_rsa_key_usage to enabled." 2 years ago
David Benjamin 64393b57e8 Default SSL_set_enforce_rsa_key_usage to enabled. 2 years ago
David Benjamin 32013e8147 Maintain the sequence number as a uint64_t. 2 years ago
David Benjamin 7b2795a323 Replace even more ad-hoc bytes/integer conversions. 3 years ago
David Benjamin e8e6cacca4 Add the "groups" variants of SSL_CTX_set1_curves_list. 3 years ago
David Benjamin 10fef972e4 Prefer established session properties mid renegotiation. 3 years ago
David Benjamin ebd8b8965c Track SSL_ERROR_ZERO_RETURN explicitly. 3 years ago
David Benjamin b7d6320be9 Replace OPENSSL_STATIC_ASSERT with static_assert. 3 years ago
David Benjamin 4bd32a8483 Convert more of the SSL write path to size_t and Spans. 3 years ago
David Benjamin b95c7e53d7 Fix up book-keeping between the write buffer and pending writes. 3 years ago
David Benjamin 5697a92026 Add SSL_CTX_get_num_tickets. 3 years ago
Adam Langley 451ea3ca3e Add SSL_[CTX_]_set_compliance_policy. 3 years ago
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
David Benjamin b3ed071ecc Add SSL_has_pending. 3 years ago
David Benjamin 69ec7c8de7 Fix some error returns from SSL_read and SSL_write. 4 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 4 years ago
David Benjamin 10a76acb0f Only clear not_resumable after the handshake. 4 years ago
David Benjamin 9734e4453b More reliably report handshake errors through SSL_write. 4 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 4 years ago
David Benjamin da15f2910d Move ECH-related APIs to encrypted_client_hello.cc. 4 years ago
David Benjamin b5879118ac Remove the Channel ID callback. 4 years ago
David Benjamin a1d3bfb64f Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). 4 years ago
David Benjamin 747229ec7e Add a missing case to SSL_error_description. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 4 years ago
David Benjamin 71a3b82663 Check for resumption identifiers in SSL_SESSION_is_resumable. 4 years ago
David Benjamin 1d58cd1fd3 Shift the KEM dependency in HPKE up a step. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
David Benjamin a1d1a67589 Remove some remnants of TLS 1.3 downgrade carveouts. 4 years ago
David Schinazi 3d8b8c3df2 Add support for the new QUIC TLS extension codepoint 4 years ago
Adam Langley ca058c0647 Revert "Add support for the new QUIC TLS extension codepoint" 4 years ago
David Schinazi 7ba96a675e Add support for the new QUIC TLS extension codepoint 4 years ago
Dan McArdle 1920c6f2ca Implement GREASE for ECH (draft-ietf-tls-esni-08). 4 years ago
David Benjamin 0a6bfa36c9 Always check the TLS 1.3 downgrade signal. 4 years ago
David Benjamin fa9796ece4 Add SSL_early_data_reason_string. 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
Watson Ladd dcd6e447eb Support delegated credentials verison 06 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago