]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn
Coverity: hkdf ENV_MD_size() is an int that can be negative
[thirdparty/openssl.git] / crypto / bn /
2019-03-19  Hua ZhangFix compiling error for mips32r6 and mips64r6
2019-03-19  Richard LevitteAdd missing '.text' in crypto/bn/asm/ppc.pl
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-12  Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-06  Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-02-26  Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-25  Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-20  Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-17  David BenjaminFix some CFI issues in x86_64 assembly
2019-02-16  Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16  Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-12  Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2019-01-27  David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-16  David BenjaminReduce inputs before the RSAZ code.
2019-01-07  Viktor DukhovniUpdate generator copyright year.
2019-01-03  Matt Caswellmake update
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteLicense: change any non-boilerplate comment referring...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-12-05  Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05  Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-12-05  Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-11-26  Billy BrumleyClean up BN_consttime_swap.
2018-11-20  Matt CaswellUpdate copyright year
2018-11-10  Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-10-30  Chocobo1Fix MSVC warning C4819
2018-09-21  Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-11  Matt CaswellUpdate copyright year
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...
next