49 コミット (399e7c94bfac09a64db3aff020952ee2f8363c56)

作成者 SHA1 メッセージ 日付
  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年前
  David Benjamin 7ef9fff53d Remove ssl_ok. 9年前
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9年前
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9年前
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9年前
  David Benjamin b1f5bca538 Remove max parameter to ssl3_read_n. 9年前
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9年前
  David Benjamin 593047fd80 Opaquify DTLS structs. 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 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9年前
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9年前
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9年前
  David Benjamin dd978784d7 Always enable ecdh_auto. 9年前
  David Benjamin 2bf1a79654 Prune some unused constants from ssl/internal.h. 9年前
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9年前
  David Benjamin 0344dafb71 Tidy cipher rule processing. 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年前