]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn
RSA padding Zeroization fixes
[thirdparty/openssl.git] / crypto / bn /
2018-09-03  PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-08-23  Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-23  Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-23  Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-07-26  Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-24  David BenjaminRemove zero special-case in BN_mod_exp_mont.
2018-07-22  Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-18  Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-18  Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-14  Andy Polyakovbn/bn_lcl.h,bn_nist.c: addres strict warnings with...
2018-07-14  Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-12  Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12  Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12  Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12  Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12  Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-06-25  Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-21  Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-18  Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-14  Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-09  Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-05-30  Userbn/bn_exp.c: mitigation of the One-and-Done side-channe...
2018-05-29  Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-29  Matt CaswellUpdate copyright year
2018-05-17  Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-11  Kurt Roeckxrsaz_avx2_eligible doesn't take parameters
2018-05-09  Billy BrumleyAdd blinding in BN_GF2m_mod_inv for binary field inversions
2018-05-03  Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-05-02  Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2018-04-27  Billy Brumleyfix: BN_swap mishandles flags
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-23  Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23  Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-17  Davide GalassiBIGNUM signed add/sub routines refactory
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-31  Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-03-20  Matt CaswellUpdate copyright year
2018-03-17  Dr. Matthias St... Fix miscellaneous typos in docs and source
2018-03-06  Kurt Roeckxbnrand_range: Always call bnrand() with the correct...
2018-02-27  Matt CaswellUpdate copyright year
2018-02-14  Richard LevitteVMS: modify crypto/bn/asm/ia64.S to build properly
2018-02-14  Richard LevitteHarmonize the make variables across all known platforms...
2018-02-13  Rich SalzGenerate copyright year properly
2018-02-13  Matt CaswellUpdate copyright year
2018-02-06  Rich SalzRemove unused file
2018-02-01  David BenjaminFix timing leak in BN_from_montgomery_word.
2018-02-01  David BenjaminDon't leak the exponent bit width in BN_mod_exp_mont_co...
2018-02-01  David BenjaminMake BN_num_bits_word constant-time.
2018-01-28  Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-16  Matt CaswellRevert BN_copy() flag copy semantics change
2017-12-06  Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-11-17  Andy Polyakovbn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with...
2017-11-16  Andy Polyakovbn/bn_add.c: address performance regression.
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-11-02  Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-10-23  Matt CaswellCorrect value for BN_security_bits()
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-12  Dr. Stephen HensonDH named parameter support
2017-10-12  Dr. Stephen HensonAdd primes from RFC7919
2017-10-12  Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-11  Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-27  Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27  Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-23  Kazuki YamaguchiFix BN_print()
2017-08-22  PauliImprovement the formatting in bn_print.c
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-31  Andy Polyakovbn/bn_lcl.h: restore formatting.
2017-07-31  Andy Polyakovbn/bn_lcl.h: use __int128 whenever possible, not only...
2017-07-31  Andy Polyakovbn/bn_lcl.h: improve inline assembly coverage on PPC64.
2017-07-07  PauliAddress potential buffer overflows.
2017-07-07  Paulichange return (x) to return x
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-06-30  Rich SalzMerge Intel copyright notice into standard
2017-06-26  Paul YangChange to check last return value of BN_CTX_get
2017-06-26  Paul YangFix inaccurate comments in bn_prime.c
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-17  Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14  Bernd EdlingerFix possible crash in X931 code.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-11  David BenjaminRemove filename argument to x86 asm_init.
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-11  PauliRemove dead code.
2017-04-21  David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-20  Adam LangleySmall primes are primes too.
next