Commit History

Author SHA1 Message Date
  Rich Salz c6738fd208 Standardize syntax around sizeof(foo) 6 years ago
  Rich Salz 54538204d8 Fix URL links in comment 7 years ago
  Matt Caswell 83975c80bb Re-align some comments after running the reformat script. 9 years ago
  Matt Caswell ae5c8664e5 Run util/openssl-format-source -v -c . 9 years ago
  Matt Caswell c695ebe2a0 Additional comment changes for reformat of 1.0.2 9 years ago
  Tim Hudson 6977c7e2ba mark all block comments that need format preserving so that 9 years ago
  Matt Caswell 5b3a5e3e90 Fix free of garbage pointer. PR#3595 9 years ago
  Bodo Möller 82281ce47d ECC library bugfixes. 13 years ago
  Andy Polyakov 27c7e53882 ec_mult.c: update from HEAD (Win64 compile warnings). 15 years ago
  Ben Laurie 57a6ac7c4f Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129) 15 years ago
  Bodo Möller 19f6c524bf Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 17 years ago
  Nils Larsch eeb821f707 fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() 18 years ago
  Nils Larsch 9dd8405341 ecc api cleanup; summary: 19 years ago
  Nils Larsch ff22e913a3 - use BN_set_negative and BN_is_negative instead of BN_set_sign 19 years ago
  Richard Levitte 513c01a591 Make sure EC_window_bits_for_scalar_size() returns a size_t 21 years ago
  Bodo Möller ba729265a8 Allow EC_GROUP objects to share precomputation for improved memory 21 years ago
  Richard Levitte 28f573a28d Make sure memcpy() is properly declared by including string.h. 21 years ago
  Bodo Möller 65b254e8c0 remove debugging leftovers 21 years ago
  Bodo Möller 82871eaa17 comment 21 years ago
  Bodo Möller 37c660ff9b implement fast point multiplication with precomputation 21 years ago
  Bodo Möller b53e44e572 implement and use new macros BN_get_sign(), BN_set_sign() 21 years ago
  Bodo Möller 35b73a1f20 Rename implementations of method functions so that they match 22 years ago
  Bodo Möller 7793f30e09 add support for elliptic curves over binary fields 22 years ago
  Bodo Möller 2c8d0dccfc improve wNAF generation 22 years ago
  Bodo Möller f916052eab remove disabled code 22 years ago
  Bodo Möller d009bcbfb6 bugfix: allocate sufficiently large buffer 22 years ago
  Richard Levitte b77fcddb6b Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that 22 years ago
  Bodo Möller c05940edc7 comment 22 years ago
  Bodo Möller e71adb85c5 avoid stupid compiler warning 22 years ago
  Bodo Möller b19941ab05 comment 22 years ago