Commit History

Author SHA1 Message Date
  Richard Levitte 4333b89f50 Update copyright year 3 years ago
  Agustin Gianni 48116c2d0f Fix incorrect use of BN_CTX API 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Billy Brumley c2f2db9b6f deprecate EC_POINT_make_affine and EC_POINTs_make_affine 4 years ago
  Richard Levitte f844f9eb44 Rename FIPS_MODE to FIPS_MODULE 4 years ago
  Matt Caswell 33388b44b6 Update copyright year 4 years ago
  Billy Brumley c61ced5ec5 [crypto/ec] blind coordinates in ec_wNAF_mul for robustness 4 years ago
  Billy Brumley a4a93bbfb0 [crypto/ec] Ladder tweaks 4 years ago
  Pauli 579422c85c Deprecate the ECDSA and EV_KEY_METHOD functions. 4 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 4 years ago
  Dr. Matthias St. Pierre 25f2138b0a Reorganize private crypto header files 4 years ago
  Matt Caswell a9612d6c03 Make the EC code available from inside the FIPS provider 5 years ago
  Bernd Edlinger 3051bf2afa Don't use coordinate blinding when scalar is group order 5 years ago
  Nicola Tuveri ac2b52c6ad Separate the lookup test 5 years ago
  Shane Lontis 8402cd5f75 added code to validate EC named curve parameters 5 years ago
  Shane Lontis ce1415ed2c Added NULL check to BN_clear() & BN_CTX_end() 5 years ago
  Bernd Edlinger 8a74bb5c7b Clear the point S before freeing in ec_scalar_mul_ladder 5 years ago
  Richard Levitte a7f182b726 Following the license change, modify the boilerplates in crypto/ec/ 5 years ago
  Pauli 99540ec794 Timing vulnerability in ECDSA signature generation (CVE-2018-0735) 5 years ago
  Nicola Tuveri 01ad66f85d EC2M Lopez-Dahab ladder: use it also for ECDSA verify 6 years ago
  Nicola Tuveri 3712436071 EC point multiplication: add `ladder` scaffold 6 years ago
  Billy Brumley de72274d62 [crypto/ec] disable SCA mitigations for curves with incomplete parameters 6 years ago
  Billy Brumley a766aab93a [crypto/ec] don't assume points are of order group->order 6 years ago
  Sohaib ul Hassan f667820c16 Implement coordinate blinding for EC_POINT 6 years ago
  Matt Caswell b14e601550 Improve compatibility of point and curve checks 6 years ago
  Billy Brumley fe2d397588 ECDSA: remove nonce padding (delegated to EC_POINT_mul) 6 years ago
  Andy Polyakov 7d859d1c88 ec/ec_mult.c: get BN_CTX_start,end sequence right. 6 years ago
  Matt Caswell 6ec5fce25e Update copyright year 6 years ago
  Billy Brumley 39df51522b Remove superfluous NULL checks. Add Andy's BN_FLG comment. 6 years ago
  Nicola Tuveri 736b31e5ea Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity case 6 years ago