159 コミット (5f387e38fc406d6e341248865df61dd9d957171f)

作成者 SHA1 メッセージ 日付
  David Benjamin 5f387e38fc Remove s->renegotiate check in SSL_clear. 9年前
  David Benjamin 20f6e97c7e Switch three more renegotiate checks to initial_handshake_complete. 9年前
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin 7ef9fff53d Remove ssl_ok. 9年前
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9年前
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9年前
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9年前
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9年前
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9年前
  David Benjamin 897e5e0013 Default renegotiations to off. 9年前
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9年前
  David Benjamin 6abb37016e Remove ciphers_raw. 9年前
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9年前
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9年前
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9年前
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. 9年前
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. 9年前
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9年前
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. 9年前
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. 9年前
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. 9年前
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9年前
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9年前
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9年前
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9年前
  David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL. 9年前
  David Benjamin 4fcc2e2031 Make a few variable names saner. 9年前
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9年前
  David Benjamin dd978784d7 Always enable ecdh_auto. 9年前
  David Benjamin 1c722b7781 Add DTLS to SSL_get_version 9年前
  David Benjamin 3fa27774b4 Fix some unsigned long cipher masks. 9年前
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9年前
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9年前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9年前
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9年前
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9年前
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9年前
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9年前
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9年前
  David Benjamin cfd248b7f6 Clean up SSL_export_keying_material implementation. 9年前
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. 9年前
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9年前
  Adam Langley e631d9679e Don't False Start with DHE. 9年前
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9年前
  Håvard Molland ab2479a08a Clean up error reporting. 9年前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9年前
  David Benjamin 9e13e1a31d Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD. 9年前
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9年前
  Adam Langley 3f92d21094 Add SSL_get_rc4_state. 9年前