179 Révisions (a54cc0c55c46996caa75a6d508f1a56693581fbe)

Auteur SHA1 Message Date
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. il y a 9 ans
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. il y a 9 ans
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. il y a 9 ans
  David Benjamin 7481d39bf7 Document APIs relating to configuring certificates and private keys. il y a 9 ans
  David Benjamin d1d8078025 Fold away certificate slots mechanism. il y a 9 ans
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. il y a 9 ans
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. il y a 9 ans
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. il y a 9 ans
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. il y a 9 ans
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. il y a 9 ans
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. il y a 9 ans
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. il y a 9 ans
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. il y a 9 ans
  David Benjamin 436bf82ee8 Prune ssl3_check_cert_and_algorithm. il y a 9 ans
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. il y a 9 ans
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. il y a 9 ans
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. il y a 9 ans
  David Benjamin ece089c3a3 Deprecate and no-op SSL_set_state. il y a 9 ans
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. il y a 9 ans
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. il y a 9 ans
  David Benjamin 5f387e38fc Remove s->renegotiate check in SSL_clear. il y a 9 ans
  David Benjamin 20f6e97c7e Switch three more renegotiate checks to initial_handshake_complete. il y a 9 ans
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. il y a 9 ans
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. il y a 9 ans
  David Benjamin 7ef9fff53d Remove ssl_ok. il y a 9 ans
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. il y a 9 ans
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. il y a 9 ans
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ il y a 9 ans
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. il y a 9 ans
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. il y a 9 ans
  David Benjamin 897e5e0013 Default renegotiations to off. il y a 9 ans
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. il y a 9 ans
  David Benjamin 6abb37016e Remove ciphers_raw. il y a 9 ans
  David Benjamin d6e95eefba Get rid of ssl_undefined_* il y a 9 ans
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. il y a 9 ans
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. il y a 9 ans
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. il y a 9 ans
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. il y a 9 ans
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. il y a 9 ans
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. il y a 9 ans
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. il y a 9 ans
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. il y a 9 ans
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. il y a 9 ans
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. il y a 9 ans
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. il y a 9 ans
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. il y a 9 ans
  David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL. il y a 9 ans
  David Benjamin 4fcc2e2031 Make a few variable names saner. il y a 9 ans
  David Benjamin ed8fbad170 Remove SSL cert_flags. il y a 9 ans
  David Benjamin dd978784d7 Always enable ecdh_auto. il y a 9 ans