1. c4796c9 ECDSA: const EC_KEY* arguments where possible. by Matthew Braithwaite · 8 years ago
  2. 0b8dc30 Don't use BN_mod_inverse for inverses mod p in RSA keygen. by David Benjamin · 8 years ago
  3. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  4. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  5. 449c381 Import NIST ECDSA verification tests. by David Benjamin · 9 years ago
  6. a6e86bc Import NIST ECDSA signing tests. by David Benjamin · 9 years ago
  7. a432757 Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC. by Brian Smith · 9 years ago
  8. 4edca0b Add BN_rand_range_ex and use internally. by Brian Smith · 9 years ago
  9. 10f97f3 Revert "Move C++ helpers into |bssl| namespace." by Adam Langley · 9 years ago
  10. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  11. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  12. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  13. 8cf79af Always use Fermat's Little Theorem in ecdsa_sign_setup. by David Benjamin · 9 years ago
  14. c0b196d Drop support for engines-provided signature verification. by Brian Smith · 9 years ago
  15. 9819367 Remove some easy obj.h dependencies. by David Benjamin · 9 years ago
  16. 3d38c03 Fix a few more missing CBB_cleanups. by David Benjamin · 9 years ago
  17. bd42603 Add a convenience function for i2d compatibility wrappers. by David Benjamin · 9 years ago
  18. 168297e Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits. by Brian Smith · 9 years ago
  19. acb2451 Rename the BIGNUM ASN.1 functions. by David Benjamin · 9 years ago
  20. 5aae776 Remove calls to ERR_load_crypto_strings. by David Benjamin · 9 years ago
  21. 0b553eb Remove a trailing ^M (DOS newline). by Matt Braithwaite · 9 years ago
  22. a3d9de0 Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. by Brian Smith · 9 years ago
  23. ef14b2d Remove stl_compat.h. by David Benjamin · 9 years ago
  24. 1895493 Add Intel's P-256 by Adam Langley · 9 years ago
  25. 301afaf Add a run_tests target to run all tests. by David Benjamin · 9 years ago
  26. 73415b6 Move arm_arch.h and fix up lots of include paths. by Adam Langley · 10 years ago
  27. f4bbc2a Improve error checking of some |BN_CTX_get| callers. by Brian Smith · 10 years ago
  28. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  29. 7ed35fb Fix my screwup in review. by Adam Langley · 10 years ago
  30. 183eba4 Convert ecdsa_test to the new ECDSA_SIG API. by David Benjamin · 10 years ago
  31. 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
  32. 7244fa4 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. by David Benjamin · 10 years ago
  33. 0b635c5 Add malloc test support to unit tests. by David Benjamin · 10 years ago
  34. cca4ba7 Remove unnecessary NULL checks, part 3. by David Benjamin · 10 years ago
  35. daf2c5d Convert ecdsa_test to C++. by David Benjamin · 10 years ago
  36. e65855c Fix memory leak in ecdsa_test. by David Benjamin · 10 years ago
  37. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  38. ef24ac3 Remove mistaken typedef from 83a82981dc81. by Adam Langley · 10 years ago
  39. 655764a Test ECDSA_do_sign/ECDSA_do_verify like ECDSA_sign/ECDSA_verify. by Brian Smith · 10 years ago
  40. 1f0d2ef Refactor ecdsa_test to make it easier to extend. by Brian Smith · 10 years ago
  41. 6e8fbfe Remove crypto/obj dependencies from low-level crypto tests. by Brian Smith · 10 years ago
  42. 9da82c1 Remove superfluous crypto/bio dependencies from tests. by Brian Smith · 10 years ago
  43. a917628 Implement ECDSA_SIG_new and ECDSA_SIG_free manually. by Brian Smith · 10 years ago
  44. 9ab14e0 Add in missing curly braces part 2. by David Benjamin · 10 years ago
  45. 29b1867 Precompute sorted array for error strings. by Adam Langley · 10 years ago
  46. 2b2d66d Remove string.h from base.h. by Adam Langley · 10 years ago
  47. 4a0f0c4 Change CMakeLists.txt to two-space indent. by Adam Langley · 10 years ago
  48. ca9a538 Fix various certificate fingerprint issues. by Adam Langley · 10 years ago
  49. a6d8101 Consistently use RAND_bytes and check for failure. by David Benjamin · 10 years ago
  50. f2f3cfe Use BN_bn2bin_padded rather than doing math to figure out leading zeros. by David Benjamin · 10 years ago
  51. b145c81 Compare r and s sizes to the order, not the degree. by David Benjamin · 10 years ago
  52. 775b75f Fix Windows shared library build. by David Benjamin · 10 years ago
  53. a70c75c Add a CRYPTO_library_init and static-initializer-less build option. by David Benjamin · 11 years ago
  54. b2cb0ec Fix minor issues found by Clang's analysis. by Adam Langley · 11 years ago
  55. 5129e2d Align EVP return values with BoringSSL convention. by Adam Langley · 11 years ago
  56. 449f16b Change ECDSA_METHOD's size() to group_order_size() by Adam Langley · 11 years ago
  57. 4c921e1 Move public headers to include/openssl/ by Adam Langley · 11 years ago
  58. e09170f Fix OPENSSL_PUT_ERROR typos. by David Benjamin · 11 years ago
  59. d4b4f08 Safe (EC)DSA nonces. by Adam Langley · 11 years ago
  60. 95c29f3 Inital import. by Adam Langley · 11 years ago