575 Commits (ee0b02a10d3669cf33cef30ec380a1bc69e8384d)

Author SHA1 Message Date
  David Benjamin aebefed905 Always enable SSL_MODE_RELEASE_BUFFERS. 9 years ago
  David Benjamin c561aa64b6 Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. 9 years ago
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9 years ago
  Adam Langley d100c2498f Fix doc reference to EVP_AEAD_max_overhead. 9 years ago
  Adam Langley 65a7e9442c Support Trusty, an embedded platform. 9 years ago
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9 years ago
  David Benjamin 593047fd80 Opaquify DTLS structs. 9 years ago
  Adam Langley 0d107e183e Add support for CMAC (RFC 4493). 9 years ago
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 years ago
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 years ago
  David Benjamin 7133d428dd Promote SNI macros to functions. 9 years ago
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9 years ago
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9 years ago
  David Benjamin c045469817 Promote a few more macros. 9 years ago
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 years ago
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9 years ago
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9 years ago
  David Benjamin 101ead27db Move SSL_cutthrough_complete to the deprecated section. 9 years ago
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. 9 years ago
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. 9 years ago
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9 years ago
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. 9 years ago
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. 9 years ago
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. 9 years ago
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 years ago
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9 years ago
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9 years ago
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9 years ago
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9 years ago
  Adam Langley 126320c881 Add dummy EC_GROUP_set_point_conversion_form. 9 years ago
  Adam Langley 5dca031ca1 Add AES-192 ECB. 9 years ago
  Adam Langley 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. 9 years ago
  Adam Langley ab9017b0ff Revert "bio: remove reference count." 9 years ago
  Matt Braithwaite f7535aed7d Remove spurious declarations of |X509V3_EXT_conf| and friends. 9 years ago
  Matt Braithwaite 9febf19e54 Add do-nothing compatibility function |ERR_load_ERR_strings|. 9 years ago
  Matt Braithwaite e7b32c30e1 Make format strings for bignums, like |BN_DEC_FMT1|, visible. 9 years ago
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9 years ago
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 years ago
  David Benjamin 2c6080f192 Put the mem.h include back into crypto.h. 9 years ago
  Adam Langley 9bc266e68d Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV. 9 years ago
  David Benjamin f0df86a1f6 Fix standalone build on Mac. 9 years ago
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 9 years ago
  Adam Langley d5eb7f4268 bio: remove BIO_CTRL_PUSH/_POP. 9 years ago
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 years ago
  David Benjamin 2ab9090b87 Remove X509_STORE's ex_data. 9 years ago
  David Benjamin 1004b9564a Remove BIO's ex_data. 9 years ago
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9 years ago
  David Benjamin b857ffe629 Remove CRYPTO_ex_data_new_class. 9 years ago
  David Benjamin 32cd83f4de Remove the ability to set custom ex_data implementations. 9 years ago
  Brian Smith f86c199f67 Fix Windows newline in err.h from commit 83a8298. 9 years ago