131 コミット (b2d987b47c7e87477aa4230bf7b237ea79957c1e)

作成者 SHA1 メッセージ 日付
  David Benjamin b088331ec0 Simplify handshake hash handling. 9年前
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9年前
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9年前
  David Benjamin c8d5122538 Fold dtls1_process_record into dtls1_get_record. 9年前
  David Benjamin fc05994e24 Fold away EC point format negotiation. 9年前
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  Adam Langley 6df1ac9092 Fix Windows build. 9年前
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 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 7d97fd3a91 Remove SSL_get_server_tmp_key. 9年前
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 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 cd90f3a241 Remove renegotiation deferral logic. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9年前
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9年前
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9年前
  Adam Langley e92d24f323 Build fix. 9年前
  David Benjamin 7133d428dd Promote SNI macros to functions. 9年前
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9年前
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9年前
  David Benjamin c045469817 Promote a few more macros. 9年前
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9年前
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 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年前
  Adam Langley f868409124 Fix SSL_get0_chain_certs. 9年前
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9年前
  David Benjamin dd978784d7 Always enable ecdh_auto. 9年前
  David Benjamin 6b38086341 Remove SSL_CIPHER::valid. 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年前
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9年前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9年前
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9年前
  David Benjamin 2fa83de3f2 Move handshake method hooks to SSL_PROTOCOL_METHOD. 9年前
  David Benjamin 4c31123bfc Remove finish_mac_length from SSL3_ENC_METHOD. 9年前