428 Commity (5f387e38fc406d6e341248865df61dd9d957171f)

Autor SHA1 Wiadomość Data
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9 lat temu
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 lat temu
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 lat temu
  Matt Braithwaite 69d07d9cf4 Get version-related functions from crypto.h rather than ssl.h. 9 lat temu
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. 9 lat temu
  David Benjamin 7270cfc1ca Prune version constants. 9 lat temu
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9 lat temu
  David Benjamin 3b7456e031 Fix some documentation typos. 9 lat temu
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9 lat temu
  David Benjamin 4dab297953 Don't use struct names in ssl.h. 9 lat temu
  Adam Langley 12a4768f7d Try to fix MSVC and __STDC_VERSION__ again. 9 lat temu
  Adam Langley 552df47dc0 Remove leftovers of the old-style locks. 9 lat temu
  Adam Langley 6fb174e564 Remove last references to named locks. 9 lat temu
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 lat temu
  Adam Langley 03163f3a11 Remove |CRYPTO_add|. 9 lat temu
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9 lat temu
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 lat temu
  Adam Langley 6f2e733bab Add infrastructure for reference counts. 9 lat temu
  Adam Langley daaff93464 Use C11 _Static_assert where available. 9 lat temu
  Matt Braithwaite dc8c739a3b Implement |DES_ede2_cbc_encrypt|. 9 lat temu
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. 9 lat temu
  Adam Langley b3a262c9f1 Fix |SSLeay|. 9 lat temu
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. 9 lat temu
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9 lat temu
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9 lat temu
  David Benjamin 08dc68d510 Define no-op options consistently. 9 lat temu
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. 9 lat temu
  David Benjamin 897e5e0013 Default renegotiations to off. 9 lat temu
  Matt Braithwaite 9b68e72d18 Define compatibility function |ERR_remove_state|. 9 lat temu
  Matt Braithwaite af3d5bd5a4 Add no-op |RAND_load_file| function for compatibility. 9 lat temu
  Matt Braithwaite 58e95fc759 Remove a spurious semicolon after |DECLARE_LHASH_OF|. 9 lat temu
  Matt Braithwaite 3c651718e4 Add buffer.h for compatibility. 9 lat temu
  Adam Langley 5aa8a86438 AEAD: allow _cleanup after failed _init. 9 lat temu
  David Benjamin aebefed905 Always enable SSL_MODE_RELEASE_BUFFERS. 9 lat temu
  David Benjamin c561aa64b6 Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. 9 lat temu
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9 lat temu
  Adam Langley d100c2498f Fix doc reference to EVP_AEAD_max_overhead. 9 lat temu
  Adam Langley 65a7e9442c Support Trusty, an embedded platform. 9 lat temu
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9 lat temu
  David Benjamin 593047fd80 Opaquify DTLS structs. 9 lat temu
  Adam Langley 0d107e183e Add support for CMAC (RFC 4493). 9 lat temu
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 lat temu
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 lat temu
  David Benjamin 7133d428dd Promote SNI macros to functions. 9 lat temu
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9 lat temu
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9 lat temu
  David Benjamin c045469817 Promote a few more macros. 9 lat temu
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 lat temu
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9 lat temu
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9 lat temu