224 Commits (6de0e539195a7f70bcded4a094ca60a8c1e67d65)

Author SHA1 Message Date
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 years ago
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 years ago
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9 years ago
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9 years ago
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9 years ago
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9 years ago
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 9 years ago
  David Benjamin ece089c3a3 Deprecate and no-op SSL_set_state. 9 years ago
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9 years ago
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9 years ago
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9 years ago
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 years ago
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 years ago
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. 9 years ago
  David Benjamin 7270cfc1ca Prune version constants. 9 years ago
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9 years ago
  David Benjamin 3b7456e031 Fix some documentation typos. 9 years ago
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9 years ago
  David Benjamin 4dab297953 Don't use struct names in ssl.h. 9 years ago
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 years ago
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9 years ago
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9 years ago
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9 years ago
  David Benjamin 08dc68d510 Define no-op options consistently. 9 years ago
  David Benjamin 897e5e0013 Default renegotiations to off. 9 years ago
  Matt Braithwaite 58e95fc759 Remove a spurious semicolon after |DECLARE_LHASH_OF|. 9 years ago
  David Benjamin aebefed905 Always enable SSL_MODE_RELEASE_BUFFERS. 9 years ago
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9 years ago
  David Benjamin 593047fd80 Opaquify DTLS structs. 9 years ago
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 years ago
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 years ago
  David Benjamin 7133d428dd Promote SNI macros to functions. 9 years ago
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9 years ago
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9 years ago
  David Benjamin c045469817 Promote a few more macros. 9 years ago
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 years ago
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9 years ago
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9 years ago
  David Benjamin 101ead27db Move SSL_cutthrough_complete to the deprecated section. 9 years ago
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. 9 years ago
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. 9 years ago
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9 years ago
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. 9 years ago
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. 9 years ago
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. 9 years ago
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 years ago
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9 years ago
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9 years ago
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9 years ago
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9 years ago