70 次程式碼提交 (5f005ccd9dfe791a64e31187a4e4c6c508416073)

作者 SHA1 備註 提交日期
  David Benjamin df0905a803 Don't pretend to account for RSA_PSK. 9 年之前
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. 9 年之前
  David Benjamin 306ece31bc Fix some malloc failure crashes. 9 年之前
  Matt Braithwaite af096751e8 Restore the NULL-SHA ciphersuite. (Alas.) 9 年之前
  Paul Lietar 8f1c268692 Wait for CertificateStatus message to verify certificate. 9 年之前
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 年之前
  David Benjamin b1bdc5b325 Remove peer_cert from SESS_CERT. 9 年之前
  David Benjamin 6505567172 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. 9 年之前
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 年之前
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. 9 年之前
  David Benjamin e13e4b2df1 Remove dead prototype. 9 年之前
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9 年之前
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 年之前
  David Benjamin 2b9ec70558 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. 9 年之前
  David Benjamin d27441a9cb Remove separate APIs for configuring chain and verify stores. 9 年之前
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 年之前
  David Benjamin d6a4ae97cd Simplify tls1_channel_id_hash. 9 年之前
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9 年之前
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 年之前
  David Benjamin b2a985bfb8 Fold away SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD. 9 年之前
  David Benjamin 7446a3b77f Clean up DTLS1_BITMAP code. 9 年之前
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 年之前
  Adam Langley 0950563a9b Implement custom extensions. 9 年之前
  David Benjamin 821464e45f Remove old 'prepare' extensions functions. 9 年之前
  Adam Langley 879219b2c0 Move the declaration of kSRTPProfiles to ssl/internal.h 9 年之前
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9 年之前
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9 年之前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9 年之前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9 年之前
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9 年之前
  David Benjamin 396a441421 ssl3_cert_verify_hash should take the EVP_PKEY type. 9 年之前
  David Benjamin dfa4069a16 Fix MSVC build some more. 9 年之前
  David Benjamin 3e536334be Fix Windows build. 9 年之前
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 年之前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 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 436bf82ee8 Prune ssl3_check_cert_and_algorithm. 9 年之前
  David Benjamin b31040d0d8 Get rid of CERT_PKEY slots in SESS_CERT. 9 年之前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9 年之前
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 9 年之前
  David Benjamin 29864b5bb8 Remove SSL_CIPHER_ALGORITHM2_AEAD. 9 年之前
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. 9 年之前
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9 年之前
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9 年之前
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 9 年之前
  David Benjamin cd90f3a241 Remove renegotiation deferral logic. 9 年之前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9 年之前
  David Benjamin 3e3090dc50 Pass a dtls1_use_epoch enum down to dtls1_seal_record. 9 年之前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 年之前