Commit History

Author SHA1 Message Date
  Matt Caswell da1c088f59 Copyright year updates 9 months ago
  Bernd Edlinger 30667f5c30 Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttime 1 year ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 1 year ago
  Matt Caswell 3c2bdd7df9 Update copyright year 3 years ago
  Rich Salz cd3f8c1b11 Always check CRYPTO_LOCK_{read,write}_lock 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Matt Caswell 0f84cbc3e2 Update copyright year 3 years ago
  Pauli aa97970c1a unify spelling of serialize 4 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 4 years ago
  Richard Levitte 367ace6870 Following the license change, modify the boilerplates in crypto/bn/ 5 years ago
  Andy Polyakov fcc4ee0947 crypto/bn: add more fixed-top routines. 5 years ago
  Andy Polyakov 71883868ea bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors. 6 years ago
  Andy Polyakov 6c90182a5f bn/bn_mont.c: improve readability of post-condition code. 6 years ago
  Andy Polyakov 3c97e4121e bn/bn_mont.c: move boundary condition check closer to caller. 6 years ago
  Matt Caswell b1860d6c71 Return an error from BN_mod_inverse if n is 1 (or -1) 6 years ago
  FdaSilvaYY f06080cb3d Add missing error code when alloc-return-null 6 years ago
  Bernd Edlinger f91e026e38 Fix a possible crash in BN_from_montgomery_word 6 years ago
  Rich Salz e6e9170d6e Allow NULL for some _free routines. 6 years ago
  Matt Caswell 320a81277e Remove some code for a contributor that we cannot find 6 years ago
  David Benjamin f345b1f39d Fix timing leak in BN_from_montgomery_word. 6 years ago
  Richard Levitte 48e5119a6b Copyright update of more files that have changed this year 6 years ago
  Matt Caswell 7d461736f7 Revert BN_copy() flag copy semantics change 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and 6 years ago
  Samuel Weiser 9f9442918a BN_copy now propagates BN_FLG_CONSTTIME 6 years ago
  Samuel Weiser 3de81a5912 Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, which could lead to information disclosure on RSA primes p and q. 6 years ago
  Paul Yang edea42c602 Change to check last return value of BN_CTX_get 7 years ago
  Rich Salz 4f22f40507 Copyright consolidation 06/10 8 years ago
  Alessandro Ghedini d188a53617 Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago