56 次程式碼提交 (6ae7ddb755936839e9e23af0231fb249cb09912c)

作者 SHA1 備註 提交日期
  David Benjamin ec4f0ddafc EC_GROUP_dup cannot fail. 6 年之前
  David Benjamin 6a289b3ec4 Remove EC_POINTs_make_affine and related logic. 6 年之前
  David Benjamin d61334d187 Document preferences for EC_GROUP_new_by_curve_name. 6 年之前
  David Benjamin 3d2c6b0b0e Document EC_POINT_get_affine_coordinates_GFp allowing NULL x and y. 6 年之前
  David Benjamin a838f9dc7e Make ECDSA signing 10% faster and plug some timing leaks. 7 年之前
  David Benjamin cb16f17b36 Check EC_POINT/EC_GROUP compatibility more accurately. 7 年之前
  David Benjamin d24fd47ff4 Fold EC_POINT_clear_free into EC_POINT_free. 7 年之前
  David Benjamin 4512b792ba Run comment conversion script on include/ 7 年之前
  Steven Valdez b15143fece Fix check_fips for public keys and synchronize the EC and RSA versions. 7 年之前
  Adam Langley dcecdfd620 Fix a couple of missing spaces in comments. 7 年之前
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7 年之前
  Nick Harper 5b556200d4 Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.h 8 年之前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8 年之前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 年之前
  Matt Braithwaite b9afd51ca1 Move some typedefs to base.h. 8 年之前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 年之前
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. 8 年之前
  Adam Langley 19fdcb5234 Don't #include header files in extern "C" blocks. 8 年之前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 年之前
  David Benjamin 8cf79af7d1 Always use Fermat's Little Theorem in ecdsa_sign_setup. 8 年之前
  David Benjamin 2f02854c24 Remove EC_GROUP_new_arbitrary. 8 年之前
  David Benjamin 6f7374b0ed Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator. 8 年之前
  Emily Stark 5c05648b8d Tiny documentation fix for EC_POINT_set_affine_coordinates_GFp 8 年之前
  Adam Langley e4f3f4df6e Add test that A+A = 2×A on elliptic curves. 8 年之前
  Brian Smith 76c6381c21 Return 0 on error in |EC_POINT_is_on_curve| instead of -1. 8 年之前
  David Benjamin 2f6410ba4e Rewrite ECPrivateKey serialization. 8 年之前
  David Benjamin 6014ea6248 Add EC_POINT_point2cbb. 8 年之前
  Adam Langley ce9d85eedd Tweaks for node.js 8 年之前
  David Benjamin 232127d245 Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_arbitrary. 9 年之前
  Brian Smith a3d9de05fb Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. 9 年之前
  Brian Smith f3376ace43 Remove |EC_POINTs_mul| & simplify p256-x86_64. 9 年之前
  Brian Smith e2136d9c28 Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|. 9 年之前
  Brian Smith 9b26297608 Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops. 9 年之前
  Adam Langley 38feb990a1 Require that EC points are on the curve. 9 年之前
  Brian Smith 274341dd6e Change the type of |EC_GROUP_get_degree| and friends to |unsigned|. 9 年之前
  David Benjamin 9f4913f4a8 Remove the ifdef around ec.h's ec_key.h compatibility include 9 年之前
  David Benjamin 5e4158fe12 Fix the comment for POINT_CONVERSION_UNCOMPRESSED 9 年之前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 年之前
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 年之前
  Adam Langley d72e284271 Support arbitrary elliptic curve groups. 9 年之前
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9 年之前
  Adam Langley 126320c881 Add dummy EC_GROUP_set_point_conversion_form. 9 年之前
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 9 年之前
  Adam Langley c3ef76f327 Compatibility changes for wpa_supplicant and OpenSSH. 9 年之前
  David Benjamin 114ddebbf6 Unexport EC_GROUP_copy. 9 年之前
  Adam Langley 7c21925a10 EC_GROUP_cmp should return zero if the groups match. 9 年之前
  Adam Langley 93531bd70f Add the CTX parameter back to EC_GROUP_cmp. 9 年之前
  David Benjamin 689be0f4b7 Reset all the error codes. 9 年之前
  David Benjamin 5b082e880d Various documentation fixes. 9 年之前
  Håvard Molland 3547688ee0 Remove EC_GROUP_set_point_conversion_form 10 年之前