summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2016-06-07Add a BN_mod_word test()Matt Caswell
2016-06-07Fix BN_mod_word bugMatt Caswell
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov
2016-03-01make updateMatt Caswell
2016-03-01bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsaz-avx2.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsax-x86_64.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-23GH714: missing field initialisationFdaSilvaYY
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov
2015-11-30x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov
2015-10-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq
2015-10-23Fix typosAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-07Set flags to 0 before calling BN_with_flags()Pascal Cuoq
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-08-31BN_mod_exp_mont_consttime: check for zero modulus.Emilia Kasper
2015-08-31bntest: don't dereference the |d| array for a zero BIGNUM.Emilia Kasper
2015-08-11Check for 0 modulus in BN_MONT_CTX_setMatt Caswell
2015-07-31Clear BN-mont values when free'ing it.Loganaden Velvindron
2015-07-23rsaz_exp.h: align license with the rest of the contributionEmilia Kasper
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-06-23RT3856: Fix memory leaks in test codeRussell Webb
2015-06-23make updateRichard Levitte
2015-06-23Rearrange rsazRichard Levitte
2015-06-11make updateMatt Caswell
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-24bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov
2015-05-24bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov
2015-05-24bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-04-21make updateEmilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-12Fix error handling in bn_expMatt Caswell
2015-01-26Remove unused eng_rsax and related asm fileRich Salz
2015-01-22make updateMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell