779 Commits (e65886a5207f88b97561f7e13ce792443b2bf7e6)

Author SHA1 Message Date
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 years ago
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 years ago
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 years ago
  Adam Langley e92d24f323 Build fix. 9 years ago
  David Benjamin 8eb65e814c Remove dead field from CIPHER_ORDER. 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 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
  Adam Langley 3457cd943a Cast to size_t to avoid MSVC warning. 9 years ago
  David Benjamin 9362b6e235 Errors are uint32_t, not unsigned long. 9 years ago
  David Benjamin adcc39560e Tidy up ticket length checks. 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 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. 9 years ago
  Adam Langley f868409124 Fix SSL_get0_chain_certs. 9 years ago
  David Benjamin 687937304b Revert "Temporarily break a handful of tests." 9 years ago
  David Benjamin a921d550d0 Temporarily break a handful of tests. 9 years ago
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 years ago
  David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL. 9 years ago
  David Benjamin 4fcc2e2031 Make a few variable names saner. 9 years ago
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9 years ago
  David Benjamin 67be048e1a Convert ec_test to C++ 9 years ago
  David Benjamin 90da8c8817 Test that the server picks a non-ECC cipher when no curves are supported. 9 years ago
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 years ago
  David Benjamin 55a436497f Handle empty curve preferences from the client. 9 years ago
  David Benjamin 1c722b7781 Add DTLS to SSL_get_version 9 years ago
  David Benjamin dcd979f1a4 CertificateStatus is optional. 9 years ago
  David Benjamin 83f182c6c5 Revert "Temporary introduce a memory leak in ssl_test" 9 years ago
  David Benjamin 88d0f91952 Temporary introduce a memory leak in ssl_test 9 years ago
  David Benjamin c574f4114d Test that client curve preferences are enforced. 9 years ago
  David Benjamin 93de5e5c11 Reject empty cipher suite lists early. 9 years ago
  David Benjamin 3fa27774b4 Fix some unsigned long cipher masks. 9 years ago
  Adam Langley caf6b09598 runner: fix a couple of nits from govet. 9 years ago
  Matt Braithwaite 7eaf4015fa (d2i_SSL_SESSION): Fix a memory leak that occurs on error. 9 years ago
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 years ago
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9 years ago
  David Benjamin 25f0846316 Revert "Temporarily break a test on purpose." 9 years ago
  David Benjamin cbbe020894 Temporarily break a test on purpose. 9 years ago