181 次代码提交 (6de0e539195a7f70bcded4a094ca60a8c1e67d65)

作者 SHA1 备注 提交日期
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 年前
  Adam Langley 0950563a9b Implement custom extensions. 9 年前
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9 年前
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年前
  David Benjamin 7481d39bf7 Document APIs relating to configuring certificates and private keys. 9 年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9 年前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9 年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9 年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 年前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 年前
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 9 年前
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9 年前
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. 9 年前
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9 年前
  David Benjamin 436bf82ee8 Prune ssl3_check_cert_and_algorithm. 9 年前
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9 年前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9 年前
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. 9 年前
  David Benjamin ece089c3a3 Deprecate and no-op SSL_set_state. 9 年前
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9 年前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9 年前
  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 年前