1437 Commits (bd15a8e74894616ca8ad04fc2942b958f99000a1)
 

Author SHA1 Message Date
  David Benjamin bc746e3e9c Don't switch s->version on record-layer version mismatch. 9 years ago
  David Benjamin 4a3f0732fd Tidy record length check. 9 years ago
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 years ago
  David Benjamin 2ab7a868ad runner and all_tests should exit with failure on failing tests. 9 years ago
  David Benjamin f8ba285535 Remove redundant SSL_READING lines after ssl_read_bytes. 9 years ago
  David Benjamin cfd248b7f6 Clean up SSL_export_keying_material implementation. 9 years ago
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. 9 years ago
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. 9 years ago
  David Benjamin a58c57822e Simplify the pointer management around do_ssl3_write. 9 years ago
  David Benjamin 7ead605599 Add the is_unexpected key to the test output. 9 years ago
  David Benjamin 6c2563e241 Refactor async logic in bssl_shim slightly. 9 years ago
  David Benjamin 1c633159a7 Add negative False Start tests. 9 years ago
  David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. 9 years ago
  David Benjamin 513f0ea8cd Test that bad Finished messages are rejected. 9 years ago
  David Benjamin d0c6148ae5 No-op change to trigger a build on the bots. 9 years ago
  David Benjamin 40acdaeb86 Rename p_thread_callback_base to p_thread_callback_boringssl. 9 years ago
  David Benjamin 72f5911a16 Fix the standalone shared library build. 9 years ago
  David Benjamin 4d78718cde OPENSSL_EXPORT the threading functions. 9 years ago
  David Benjamin 89baa72ed8 Define __STDC_FORMAT_MACROS before inttypes.h. 9 years ago
  David Benjamin 0e434b9470 Define NOMINMAX across the entire project. 9 years ago
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9 years ago
  Adam Langley e631d9679e Don't False Start with DHE. 9 years ago
  David Benjamin be55790652 Disable the malloc test interceptor on ASan. 9 years ago
  David Benjamin f8c2c9e9f0 Convert bytestring_test to C++. 9 years ago
  David Benjamin a1283f75f1 Convert err_test to C++. 9 years ago
  David Benjamin 3db1ded2e7 Convert bio_test to C++. 9 years ago
  David Benjamin e8261a0100 Convert base64_test to C++. 9 years ago
  David Benjamin a5974bfae7 Convert bn_test to C++. 9 years ago
  David Benjamin e12c4378e9 Fix leak in ssl_test. 9 years ago
  David Benjamin 5a3162a521 Convert hmac_test to C++. 9 years ago
  David Benjamin f93d737c86 Convert pbkdf_test to C++11. 9 years ago
  David Benjamin 94e597a51c Convert digest_test to C++. 9 years ago
  David Benjamin c2b45a164a Convert evp_test to C++. 9 years ago
  David Benjamin 1d77e56b29 Convert ssl_test to C++. 9 years ago
  David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types. 9 years ago
  Adam Langley d7c5dfb233 Add native support for onces and thread-local storage. 9 years ago
  Adam Langley c11e13a78b Support MIPS64. 9 years ago
  Adam Langley 20b64fd19d Export the PSS padding functions. 9 years ago
  Adam Langley 32ab7b0e74 Use libmingwex for gmtime_s. 9 years ago
  Adam Langley 3e719319be Lowercase some Windows headers. 9 years ago
  Adam Langley e2e13265ff Don't set NEON_FUNCTIONAL in the getauxval path. 9 years ago
  David Benjamin 4616bb1e6e Build 32-bit assembly with SSE2 enabled. 9 years ago
  David Benjamin 87ac295d5d Remove unused fields from EVP_PKEY. 9 years ago
  David Benjamin 05a5beb35c Add support for finding depot_tools' MSVC toolchain on the bots. 9 years ago
  David Benjamin 340d5ed295 Test that warning alerts are ignored. 9 years ago
  David Benjamin 0570923ed2 Add additional features to bssl client. 9 years ago
  David Benjamin 0d4db50a54 Use C++11 inline initialization. 9 years ago
  David Benjamin e5a3ac2cac Fix fail_second_ddos_callback flag. 9 years ago
  David Benjamin 8056343a58 Fix CRYPTO_add_lock documentation. 9 years ago
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 years ago