Uniform BN_bn2binpad() and BN_bn2lebinpad() implementations
[openssl.git] / crypto / bn /
2019-09-06 Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06 Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
2019-05-28 Richard LevitteUpdate copyright year
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-21 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2018-11-20 Matt CaswellUpdate copyright year
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-08-28 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-28 Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-28 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-14 Matt CaswellUpdate copyright year
2018-07-27 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-26 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-26 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
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-18 Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-09 Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-05-29 Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-19 Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-05-17 Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-04 Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2018-05-03 Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-04-27 Billy Brumleyfix: BN_swap mishandles flags (1.1.0)
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-03-27 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-16 Matt CaswellRevert BN_copy() flag copy semantics change
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-11-16 Andy Polyakovbn/bn_add.c: address performance regression.
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-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
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-07-14 Bernd EdlingerFix gcc-7 warnings about missing fall thru comments.
2017-06-17 Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-05-11 PauliRemove dead code.
2017-04-22 David BenjaminNumbers greater than 1 are usually non-negative.
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYRefomat a few comments on 80 cols
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-03 Bernd EdlingerReset executable bits on files where not needed.
2017-02-01 Richard Levittebn: fix occurance of negative zero in BN_rshift1()
2017-02-01 Geoff Thorpebn: fix occurances of negative zero
2017-02-01 Geoff Thorpebn: catch negative zero as an error
2017-02-01 Geoff Thorpebn: fix BN_DEBUG + BN_DEBUG_RAND support
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2016-12-15 Kurt RoeckxDon't call memcpy with NULL as source
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-11-10 Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-08 FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08 Rich SalzZero stack variable with DSA nonce
2016-09-13 Andy Polyakovbn/bn_lcl.h: improve interoperability with clang and...
2016-09-06 Rich SalzMisc BN fixes
2016-08-31 Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-24 Matt CaswellRemove useless assignment
2016-08-23 David BenjaminFix math in BN_bn2dec comment.
2016-08-22 Matt CaswellCheck for malloc error in bn_x931p.c
2016-08-22 Andy Polyakovbn/asm/x86[_64]-mont*.pl: implement slightly alternativ...
2016-08-22 Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-15 Dr. Stephen HensonCheck for errors in BN_bn2dec()
2016-08-14 Jakub ZelenkaNever return -1 from BN_exp
2016-08-10 Rich SalzChange callers to use the new constants.
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-02 FdaSilvaYYFix some style issues...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19 Rich SalzRT4593: Add space after comma (doc nits)
2016-07-01 Richard LevitteSimplify INCLUDE statements in build.info files
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-25 David BenjaminHandle BN_mod_word failures.
2016-06-25 David BenjaminFix BN_is_prime* calls.
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-13 Matt CaswellAdd some missing return value checks
2016-06-13 Andy Polyakovbn/bn_add.c: favour counted loops over ifs and breaks.
2016-06-11 Kurt RoeckxAvoid creating illegal pointers
2016-06-09 Rich SalzClean up "generic" intro pod files.
2016-06-07 Matt CaswellFix BN_mod_word bug
2016-06-02 Matt CaswellFix test failures when using enable-ubsan
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-27 Andy Polyakovbn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_F...
2016-05-27 huangqinjinfix BN_hex2bn()/BN_dec2bn() memory leak
2016-05-25 Richard Levittebuild.info files: add quotes around any spec that may...
next