Commit History

Author SHA1 Message Date
  Matt Caswell cd0fb43cbe Following the previous 2 commits also move ecpointformats out of session 5 years ago
  Matt Caswell eee2a6a718 Fix a race condition in ciphers handling 5 years ago
  Matt Caswell 45436e611b Fix a race condition in supported groups handling 5 years ago
  Matt Caswell dbc6268f68 Allow TLSv1.3 in a no-ec build 5 years ago
  Todd Short 5d12051167 Change cipher default strings to a function 5 years ago
  Arne Schwabe c04b66b18d Change SSL parameter SSL_session_reused const 5 years ago
  Boris Pismenny 7c3a7561b5 ssl: Add SSL_sendfile 5 years ago
  Todd Short 555cbb328e Collapse ssl3_state_st (s3) into ssl_st 6 years ago
  dyrock 6fda11ae5a Check if num is 0 before trying to malloc memory. Otherwise for client hellos without extensions SSL_client_hello_get1_extensions_present will return MALLOC_FAILURE. 5 years ago
  Richard Levitte 77359d22c9 Adapt CIPHER_DEBUG to the new generic trace API 6 years ago
  Sam Roberts 3c83c5ba4f Ignore cipher suites when setting cipher list 6 years ago
  Sam Roberts 3499327bad Make some simple getters take const SSL/SSL_CTX 5 years ago
  Ping Yu 9f5a87fd66 add an additional async notification communication method based on callback 6 years ago
  Boris Pismenny 50ec750567 ssl: Linux TLS Tx Offload 7 years ago
  Richard Levitte 2c18d164f5 Following the license change, modify the boilerplates in ssl/ 6 years ago
  Richard Levitte fcd2d5a612 Refactor the computation of API version limits 6 years ago
  Matt Caswell 9873297900 Separate ca_names handling for client and server 6 years ago
  Pauli 2087028612 Fix return formatting. 6 years ago
  Pauli e931f370aa Cleanse the key log buffer. 6 years ago
  Richard Levitte 18958cefd8 Remove SSL_version_str 6 years ago
  Benjamin Kaduk 2340ed277b Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version() 6 years ago
  Matt Caswell f01344cb5c Do not reset SNI data in SSL_do_handshake() 6 years ago
  Ben Kaduk 328a0547ad Simplify SSL_get_servername() to avoid session references 6 years ago
  Matt Caswell e97be71804 Add support for SSL_CTX_set_post_handshake_auth() 6 years ago
  Matt Caswell 32097b33bd Change Post Handshake auth so that it is opt-in 6 years ago
  Andy Polyakov 9ef9088c15 ssl/*: switch to switch to Thread-Sanitizer-friendly primitives. 6 years ago
  Benjamin Kaduk a75be9fd34 Improve backwards compat for SSL_get_servername() 6 years ago
  Benjamin Kaduk 1c4aa31d79 Normalize SNI hostname handling for SSL and SSL_SESSION 6 years ago
  Matt Caswell 4e8548e80e Introduce the recv_max_early_data setting 6 years ago
  Matt Caswell c9598459b6 Add setters to set the early_data callback 6 years ago