Commit History

Author SHA1 Message Date
  Andy Polyakov c693b5a55c Commentary updates and minor optimization for bn_mont.c. 17 years ago
  Andy Polyakov 6b6443dead Eliminate conditional final subtraction in Montgomery multiplication. 17 years ago
  Bodo Möller 4584eccea0 another thread-safety fix 18 years ago
  Bodo Möller 675f605d44 Thread-safety fixes 18 years ago
  Dr. Stephen Henson d6a03a23a8 Update from stable branch. 18 years ago
  Andy Polyakov c2012f9b82 Eliminate gcc warning in bn_mont.c. 18 years ago
  Andy Polyakov 4d524040bc Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES. 18 years ago
  Andy Polyakov 9b4eab501a Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls. 19 years ago
  Andy Polyakov ca04d7a208 Leave the decision to call/implement bn_sqr_mont to assembler developer. 19 years ago
  Andy Polyakov e738280547 Add reference implementation for bn_[mul|sqr]_mont, new candidates for 19 years ago
  Nils Larsch 17a2994dbd set correct bn->top value 19 years ago
  Dr. Stephen Henson 6ec8e63af6 Port BN_MONT_CTX_set_locked() from stable branch. 19 years ago
  Dr. Stephen Henson a0e7c8eede Add lots of checks for memory allocation failure, error codes to indicate 19 years ago
  Geoff Thorpe c86f2054f3 Adjust various bignum functions to use BN_CTX for variables instead of 20 years ago
  Geoff Thorpe b6358c89a1 Convert openssl code not to assume the deprecated form of BN_zero(). 20 years ago
  Geoff Thorpe d870740cd7 Put the first stage of my bignum debugging adventures into CVS. This code 20 years ago
  Richard Levitte 9cdf87f194 Check the return values where memory allocation failures may happen. 22 years ago
  Bodo Möller 156e85578d Implement EC_GFp_mont_method. 23 years ago
  Bodo Möller 8dea52fa42 Fix some things that look like bugs. 23 years ago
  Richard Levitte cbd48ba626 More constification of the BN library. 23 years ago
  Ben Laurie 757e392d4e Make Rijndael work! Those long flights have some good points. 23 years ago
  Bodo Möller e1a8ac495b tmp2 is not used in BN_mod_mul_montgomery. 23 years ago
  Richard Levitte 020fc820dc Constify the BIGNUM routines a bit more. The only trouble were the 24 years ago
  Bodo Möller fe03519704 Totally remove the supposedly 'faster' variant in 24 years ago
  Bodo Möller a45bd29535 Document BN_mod_mul_montgomery bug; 24 years ago
  Bodo Möller f4364e0730 Disable buggy code variant in BN_mod_mul_montgomery that was enabled 24 years ago
  Ulf Möller 1d84fd64fc Bug fix: Montgomery multiplication could produce results with the wrong 24 years ago
  Dr. Stephen Henson 2d978cbd30 Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com). 24 years ago
  Ben Laurie 69b5d3c51f Don't let top go below zero! 24 years ago
  Ulf Möller 8415060e1e use faster version 24 years ago