224 コミット (399e7c94bfac09a64db3aff020952ee2f8363c56)

作成者 SHA1 メッセージ 日付
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9年前
  Adam Langley 0950563a9b Implement custom extensions. 9年前
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9年前
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9年前
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9年前
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9年前
  David Benjamin f3cdc5030e Remove some unused constants. 9年前
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 9年前
  David Benjamin 7481d39bf7 Document APIs relating to configuring certificates and private keys. 9年前
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9年前
  David Benjamin 4462809623 Remove SSL_CTX_select_current_cert. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin 570364800c Remove SSL_CTX_get_extra_chain_certs_only. 9年前
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9年前
  David Benjamin 1504304147 Remove dead SRP SSL_CTRL values. 9年前
  David Benjamin 7d97fd3a91 Remove SSL_get_server_tmp_key. 9年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9年前
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. 9年前
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9年前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9年前
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9年前
  David Benjamin daeafc22c6 Move the session ticket functions to ssl.h. 9年前
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9年前
  David Benjamin cb3872f546 Sort the preprocessor compatibility section. 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 680ca961f9 Preserve session->sess_cert on ticket renewal. 9年前
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. 9年前
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9年前
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9年前
  Kenny Root 3a9e1fba0e Correct various documentation typos 9年前
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9年前
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9年前
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9年前
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9年前
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9年前
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 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 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. 9年前
  David Benjamin 7270cfc1ca Prune version constants. 9年前
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9年前
  David Benjamin 3b7456e031 Fix some documentation typos. 9年前
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9年前
  David Benjamin 4dab297953 Don't use struct names in ssl.h. 9年前