1. 0b553eb Remove a trailing ^M (DOS newline). by Matt Braithwaite · 9 years ago
  2. a3d9de0 Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. by Brian Smith · 9 years ago
  3. ef14b2d Remove stl_compat.h. by David Benjamin · 9 years ago
  4. 1895493 Add Intel's P-256 by Adam Langley · 9 years ago
  5. 301afaf Add a run_tests target to run all tests. by David Benjamin · 9 years ago
  6. 73415b6 Move arm_arch.h and fix up lots of include paths. by Adam Langley · 10 years ago
  7. f4bbc2a Improve error checking of some |BN_CTX_get| callers. by Brian Smith · 10 years ago
  8. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  9. 7ed35fb Fix my screwup in review. by Adam Langley · 10 years ago
  10. 183eba4 Convert ecdsa_test to the new ECDSA_SIG API. by David Benjamin · 10 years ago
  11. 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
  12. 7244fa4 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. by David Benjamin · 10 years ago
  13. 0b635c5 Add malloc test support to unit tests. by David Benjamin · 10 years ago
  14. cca4ba7 Remove unnecessary NULL checks, part 3. by David Benjamin · 10 years ago
  15. daf2c5d Convert ecdsa_test to C++. by David Benjamin · 10 years ago
  16. e65855c Fix memory leak in ecdsa_test. by David Benjamin · 10 years ago
  17. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  18. ef24ac3 Remove mistaken typedef from 83a82981dc81. by Adam Langley · 10 years ago
  19. 655764a Test ECDSA_do_sign/ECDSA_do_verify like ECDSA_sign/ECDSA_verify. by Brian Smith · 10 years ago
  20. 1f0d2ef Refactor ecdsa_test to make it easier to extend. by Brian Smith · 10 years ago
  21. 6e8fbfe Remove crypto/obj dependencies from low-level crypto tests. by Brian Smith · 10 years ago
  22. 9da82c1 Remove superfluous crypto/bio dependencies from tests. by Brian Smith · 10 years ago
  23. a917628 Implement ECDSA_SIG_new and ECDSA_SIG_free manually. by Brian Smith · 10 years ago
  24. 9ab14e0 Add in missing curly braces part 2. by David Benjamin · 10 years ago
  25. 29b1867 Precompute sorted array for error strings. by Adam Langley · 10 years ago
  26. 2b2d66d Remove string.h from base.h. by Adam Langley · 10 years ago
  27. 4a0f0c4 Change CMakeLists.txt to two-space indent. by Adam Langley · 10 years ago
  28. ca9a538 Fix various certificate fingerprint issues. by Adam Langley · 10 years ago
  29. a6d8101 Consistently use RAND_bytes and check for failure. by David Benjamin · 10 years ago
  30. f2f3cfe Use BN_bn2bin_padded rather than doing math to figure out leading zeros. by David Benjamin · 10 years ago
  31. b145c81 Compare r and s sizes to the order, not the degree. by David Benjamin · 10 years ago
  32. 775b75f Fix Windows shared library build. by David Benjamin · 11 years ago
  33. a70c75c Add a CRYPTO_library_init and static-initializer-less build option. by David Benjamin · 11 years ago
  34. b2cb0ec Fix minor issues found by Clang's analysis. by Adam Langley · 11 years ago
  35. 5129e2d Align EVP return values with BoringSSL convention. by Adam Langley · 11 years ago
  36. 449f16b Change ECDSA_METHOD's size() to group_order_size() by Adam Langley · 11 years ago
  37. 4c921e1 Move public headers to include/openssl/ by Adam Langley · 11 years ago
  38. e09170f Fix OPENSSL_PUT_ERROR typos. by David Benjamin · 11 years ago
  39. d4b4f08 Safe (EC)DSA nonces. by Adam Langley · 11 years ago
  40. 95c29f3 Inital import. by Adam Langley · 11 years ago