418 Commits (cff0b90cbb68246b93f4894177f3ba545caf6e65)

Autor SHA1 Nachricht Datum
  Adam Langley 12a4768f7d Try to fix MSVC and __STDC_VERSION__ again. vor 9 Jahren
  Adam Langley 552df47dc0 Remove leftovers of the old-style locks. vor 9 Jahren
  Adam Langley 6fb174e564 Remove last references to named locks. vor 9 Jahren
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. vor 9 Jahren
  Adam Langley 03163f3a11 Remove |CRYPTO_add|. vor 9 Jahren
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ vor 9 Jahren
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ vor 9 Jahren
  Adam Langley 6f2e733bab Add infrastructure for reference counts. vor 9 Jahren
  Adam Langley daaff93464 Use C11 _Static_assert where available. vor 9 Jahren
  Matt Braithwaite dc8c739a3b Implement |DES_ede2_cbc_encrypt|. vor 9 Jahren
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. vor 9 Jahren
  Adam Langley b3a262c9f1 Fix |SSLeay|. vor 9 Jahren
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. vor 9 Jahren
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. vor 9 Jahren
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. vor 9 Jahren
  David Benjamin 08dc68d510 Define no-op options consistently. vor 9 Jahren
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. vor 9 Jahren
  David Benjamin 897e5e0013 Default renegotiations to off. vor 9 Jahren
  Matt Braithwaite 9b68e72d18 Define compatibility function |ERR_remove_state|. vor 9 Jahren
  Matt Braithwaite af3d5bd5a4 Add no-op |RAND_load_file| function for compatibility. vor 9 Jahren
  Matt Braithwaite 58e95fc759 Remove a spurious semicolon after |DECLARE_LHASH_OF|. vor 9 Jahren
  Matt Braithwaite 3c651718e4 Add buffer.h for compatibility. vor 9 Jahren
  Adam Langley 5aa8a86438 AEAD: allow _cleanup after failed _init. vor 9 Jahren
  David Benjamin aebefed905 Always enable SSL_MODE_RELEASE_BUFFERS. vor 9 Jahren
  David Benjamin c561aa64b6 Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. vor 9 Jahren
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. vor 9 Jahren
  Adam Langley d100c2498f Fix doc reference to EVP_AEAD_max_overhead. vor 9 Jahren
  Adam Langley 65a7e9442c Support Trusty, an embedded platform. vor 9 Jahren
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. vor 9 Jahren
  David Benjamin 593047fd80 Opaquify DTLS structs. vor 9 Jahren
  Adam Langley 0d107e183e Add support for CMAC (RFC 4493). vor 9 Jahren
  David Benjamin d6e95eefba Get rid of ssl_undefined_* vor 9 Jahren
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. vor 9 Jahren
  David Benjamin 7133d428dd Promote SNI macros to functions. vor 9 Jahren
  David Benjamin c2807582fd Promote channel ID macros to proper functions. vor 9 Jahren
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. vor 9 Jahren
  David Benjamin c045469817 Promote a few more macros. vor 9 Jahren
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. vor 9 Jahren
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. vor 9 Jahren
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. vor 9 Jahren
  David Benjamin 101ead27db Move SSL_cutthrough_complete to the deprecated section. vor 9 Jahren
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. vor 9 Jahren
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. vor 9 Jahren
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. vor 9 Jahren
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. vor 9 Jahren
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. vor 9 Jahren
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. vor 9 Jahren
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. vor 9 Jahren
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. vor 9 Jahren
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. vor 9 Jahren