1350 Commits (af3d5bd5a4895ce269ff73f0f1f688f8f410842e)
 

Author SHA1 Message Date
  Brian Smith a91762834e Implement ECDSA_SIG_new and ECDSA_SIG_free manually. 9 years ago
  Brian Smith 5d48b02a5b Remove TODO about removing ECDSA_do_sign/ECDSA_do_verify. 9 years ago
  Adam Langley 7e6c4c8945 Add a couple of compatibility #defines for DH. 9 years ago
  Adam Langley 1049e26f6b Support several flavours of AES-192. 9 years ago
  Adam Langley 087930f5b5 Add OFB mode. 9 years ago
  Adam Langley d4a5ecd869 Add NCONF_load_bio. 9 years ago
  Adam Langley c004dfc3d1 Add decrepit, initially containing CAST and Blowfish. 9 years ago
  Adam Langley 765b66cf04 Add DSA support to EVP. 9 years ago
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. 9 years ago
  David Benjamin 883e49fdd8 Remove dead code in do_dtls1_write and document another bug. 9 years ago
  David Benjamin 4417d055e2 Remove buffered_app_data as well. 9 years ago
  David Benjamin 5933723b7b Check for leading zeros in CBS_get_asn1_uint64. 9 years ago
  David Benjamin 0afbcc05e6 Remove buffering out records from the next epoch. 9 years ago
  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