- 4631ccc Remove SSL_CIPHER_get_value by David Benjamin · 1 year, 10 months ago
- 2f6409e Support WPA 3.1 "enterprise" mode. by Adam Langley · 2 years ago
- dcabfe2 Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure. by Bob Beck · 2 years, 2 months ago
- 451ea3c Add SSL_[CTX_]_set_compliance_policy. by Adam Langley · 2 years, 11 months ago
- 18b6836 Update to draft-ietf-tls-esni-13. by David Benjamin · 3 years, 9 months ago
- a75027b Make ssl_parse_extensions a little easier to use. by David Benjamin · 3 years, 8 months ago
- e2cb423 Deduplicate our three ServerHello parsers. by David Benjamin · 3 years, 9 months ago
- 05ce773 Process the TLS 1.3 cipher suite in one place. by David Benjamin · 3 years, 9 months ago
- ba423c9 Implement ClientHelloOuter handshakes. by David Benjamin · 3 years, 10 months ago
- 83a4993 Add most of an ECH client implementation. by David Benjamin · 3 years, 10 months ago
- 97ede40 Move key_share computation out of ClientHello callbacks. by David Benjamin · 3 years, 11 months ago
- 6c9758f Release some temporaries outside of ClientHello callbacks. by David Benjamin · 3 years, 11 months ago
- b587911 Remove the Channel ID callback. by David Benjamin · 3 years, 11 months ago
- 8acec00 Manage Channel ID handshake state better. by David Benjamin · 3 years, 11 months ago
- a1d3bfb Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). by David Benjamin · 3 years, 10 months ago
- 47cefed Don't copy client's session ID into server's session. by Adam Langley · 3 years, 10 months ago
- d89ec68 Remove draft tokbind implementation. by David Benjamin · 3 years, 11 months ago
- 71a3b82 Check for resumption identifiers in SSL_SESSION_is_resumable. by David Benjamin · 3 years, 11 months ago
- 962b375 Move session ID assignment out of ssl_get_new_session. by David Benjamin · 3 years, 11 months ago
- 9b2cdb7 Add SSL_can_release_private_key. by David Benjamin · 4 years ago
- 5351c8b Rename the master_key field in SSL_SESSION to secret. by David Benjamin · 4 years, 4 months ago
- 51607f1 Implement draft-vvv-tls-alps-01. by Steven Valdez · 4 years, 8 months ago
- c4ec14c Switch ssl_parse_extensions to bool and Span. by David Benjamin · 4 years, 6 months ago
- 53a17f5 Add a |SSL_process_tls13_new_session_ticket|. by Adam Langley · 4 years, 10 months ago
- 5298ef9 Configure QUIC secrets inside set_{read,write}_state. by David Benjamin · 5 years ago
- 1e85905 Revise QUIC encryption secret APIs. by David Benjamin · 5 years ago
- 44099d5 Tidy up transitions out of 0-RTT keys on the client. by David Benjamin · 5 years ago
- b092192 Keep the encryption state and encryption level in sync. by David Benjamin · 5 years ago
- 754d4c9 Fix client handling of 0-RTT rejects with cipher mismatch. by David Benjamin · 5 years ago
- f9cc26f Require handshake flights end at record boundaries. by David Benjamin · 5 years ago
- ee0716f Defer early keys to QUIC clients to after certificate reverification. by David Benjamin · 5 years ago
- b11902a HelloRetryRequest getter by Kris Kwiatkowski · 6 years ago
- a93beba Rename the last remnants of the early_data_info extension. by David Benjamin · 5 years ago
- d634357 Add initial support for 0-RTT with QUIC. by David Benjamin · 6 years ago
- e530ea3 Use spans for the various TLS 1.3 secrets. by David Benjamin · 6 years ago
- 79b8b3a Switch tls13_enc.cc to spans. by David Benjamin · 6 years ago
- 5274cea Always store early data tickets. by Steven Valdez · 6 years ago
- 6477012 Add SSL_get_early_data_reason. by David Benjamin · 6 years ago
- b84674b Delete the variants/draft code. by Steven Valdez · 7 years ago
- 9cde848 Use handshake parameters to decide if cert/key are available by Christopher Patton · 7 years ago
- 2cc6f44 Use same HKDF label as TLS 1.3 for QUIC as per draft-ietf-quic-tls-17 by Alessandro Ghedini · 6 years ago
- 7b93593 Add initial HRSS support. by Adam Langley · 6 years ago
- 602f466 Forbid empty CertificateRequestsupported_signature_algorithms in TLS 1.2. by David Benjamin · 6 years ago
- f241a59 In 0RTT mode, reverify the server certificate before sending early data. by Jesse Selover · 6 years ago
- c8e0f90 Add an interface for QUIC integration. by Steven Valdez · 7 years ago
- 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
- 492c9aa Fill in a fake session ID for TLS 1.3. by David Benjamin · 7 years ago
- 12f5878 Some more bools. by David Benjamin · 7 years ago
- 1c337e5 Option to reverify certs on resumption. by Jesse Selover · 7 years ago
- 0a3e07a Remove custom extensions support. by David Benjamin · 7 years ago
- 4685376 Remove other unnecessary tlsext_ prefixes. by David Benjamin · 7 years ago
- 50596f8 Switch some easy SSL fields to UniquePtr. by David Benjamin · 7 years ago
- bfdd1a9 Give SSL_SESSION a destructor. by David Benjamin · 7 years ago
- a3a71e9 Flip SSL_SESSION fields to bool. by David Benjamin · 7 years ago
- 0080d83 Implement the client side of certificate compression. by Adam Langley · 7 years ago
- ed188fd Enforce supported_versions in the second ServerHello. by David Benjamin · 7 years ago
- 98472cb Consistently use session_ctx for session caching. by David Benjamin · 7 years ago
- b7bc80a SSL_CONFIG: new struct for sheddable handshake configuration. by Matthew Braithwaite · 7 years ago
- 9f0e7cb Move TB state to ssl->s3. by David Benjamin · 7 years ago
- 7e5dd25 Remove draft22 and experiment2. by Steven Valdez · 7 years ago
- 36fcc4c Implement Token Binding by Nick Harper · 8 years ago
- 74666da Update key share extension number for draft23. by Steven Valdez · 7 years ago
- 02e6256 Move early_data_accepted to ssl->s3. by David Benjamin · 7 years ago
- 64cc121 Remove deprecated TLS 1.3 variants. by Steven Valdez · 7 years ago
- c5c31ab Enforce compression_method in TLS 1.3 draft 22. by Steven Valdez · 7 years ago
- e7c95d9 Run TLS 1.3 tests at all variants and fix bugs. by David Benjamin · 7 years ago
- 964b237 Implement PR 1091 (TLS 1.3 draft '22'). by Steven Valdez · 7 years ago
- cd8470f Adding support for draft 21 as a TLS 1.3 variant. by Steven Valdez · 7 years ago
- 8e7bbba Use more scopers. by David Benjamin · 7 years ago
- a031b61 Replace open_close_notify with open_app_data. by David Benjamin · 7 years ago
- d1e3ce1 Rename ssl3_send_alert and ssl3_protocol_version. by David Benjamin · 7 years ago
- 666d16e Go through SSL_PROTOCOL_METHOD in the handshake. by David Benjamin · 7 years ago
- 73d42e6 Inline ssl_clear_tls13_state. by David Benjamin · 8 years ago
- 08f5c76 Convert more things to Array. by David Benjamin · 8 years ago
- cf0ce67 Use Span and Array for the curve list. by David Benjamin · 8 years ago
- 499742c Introduce bssl::Array<T> and use it in SSLKeyShare. by David Benjamin · 8 years ago
- c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
- 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
- 3d8f080 Honor SSL_SESS_CACHE_CLIENT in TLS 1.3. by David Benjamin · 8 years ago
- 74795b3 More miscellaneous bools. by David Benjamin · 8 years ago
- 046bc1f SSL3_STATE ints to bools. by David Benjamin · 8 years ago
- fd45ee7 Replace bits in SSL_HANDSHAKE with bool. by David Benjamin · 8 years ago
- c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
- 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
- f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
- f4ecc84 Prevent both early data and custom extensions from being accepted. by Steven Valdez · 8 years ago
- 7934f08 Replace init_msg/init_num with a get_message hook. by David Benjamin · 8 years ago
- 8f94c31 Replace reuse_message with an explicit next_message call. by David Benjamin · 8 years ago
- 9bbdf58 Remove expect and received flight hooks. by David Benjamin · 8 years ago
- c642aca Convert SSL_ECDH_CTX to C++. by David Benjamin · 8 years ago
- 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
- e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
- 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
- cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
- 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
- 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
- d304a2f Switch tls13_client and tls13_server to C++. by David Benjamin · 8 years ago[Renamed (97%) from ssl/tls13_client.c]
- 038da9b Move the version to an extension in the experimental TLS 1.3 encoding. by Steven Valdez · 8 years ago
- 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
- 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago