131 Commitit (b2d987b47c7e87477aa4230bf7b237ea79957c1e)

Tekijä SHA1 Viesti Päivämäärä
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 vuotta sitten
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9 vuotta sitten
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 vuotta sitten
  David Benjamin c8d5122538 Fold dtls1_process_record into dtls1_get_record. 9 vuotta sitten
  David Benjamin fc05994e24 Fold away EC point format negotiation. 9 vuotta sitten
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9 vuotta sitten
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 vuotta sitten
  Adam Langley 6df1ac9092 Fix Windows build. 9 vuotta sitten
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 9 vuotta sitten
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9 vuotta sitten
  David Benjamin 4462809623 Remove SSL_CTX_select_current_cert. 9 vuotta sitten
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9 vuotta sitten
  David Benjamin 570364800c Remove SSL_CTX_get_extra_chain_certs_only. 9 vuotta sitten
  David Benjamin 7d97fd3a91 Remove SSL_get_server_tmp_key. 9 vuotta sitten
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 vuotta sitten
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9 vuotta sitten
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 9 vuotta sitten
  David Benjamin 29864b5bb8 Remove SSL_CIPHER_ALGORITHM2_AEAD. 9 vuotta sitten
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. 9 vuotta sitten
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9 vuotta sitten
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9 vuotta sitten
  David Benjamin cd90f3a241 Remove renegotiation deferral logic. 9 vuotta sitten
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 vuotta sitten
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9 vuotta sitten
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 vuotta sitten
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 vuotta sitten
  Adam Langley e92d24f323 Build fix. 9 vuotta sitten
  David Benjamin 7133d428dd Promote SNI macros to functions. 9 vuotta sitten
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9 vuotta sitten
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9 vuotta sitten
  David Benjamin c045469817 Promote a few more macros. 9 vuotta sitten
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 vuotta sitten
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9 vuotta sitten
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9 vuotta sitten
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9 vuotta sitten
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9 vuotta sitten
  Adam Langley f868409124 Fix SSL_get0_chain_certs. 9 vuotta sitten
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 vuotta sitten
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 vuotta sitten
  David Benjamin 6b38086341 Remove SSL_CIPHER::valid. 9 vuotta sitten
  David Benjamin 0344dafb71 Tidy cipher rule processing. 9 vuotta sitten
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9 vuotta sitten
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 vuotta sitten
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 vuotta sitten
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9 vuotta sitten
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9 vuotta sitten
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 vuotta sitten
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9 vuotta sitten
  David Benjamin 2fa83de3f2 Move handshake method hooks to SSL_PROTOCOL_METHOD. 9 vuotta sitten
  David Benjamin 4c31123bfc Remove finish_mac_length from SSL3_ENC_METHOD. 9 vuotta sitten