summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2014-12-17Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte
2014-12-17Backport regression testBodo Möller
2014-12-17Check for invalid divisors in BN_div.Emilia Kasper
2014-12-15Fix unused variable warningEmilia Kasper
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov
2014-09-04Ensure that x**0 mod 1 = 0.Adam Langley
2014-08-19Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell
2014-07-02bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-03-12Fix for CVE-2014-0076Dr. Stephen Henson
2014-01-06make updateDr. Stephen Henson
2013-12-08make updateDr. Stephen Henson
2013-12-04bn/asm/x86_64-mont5.pl: comply with Win64 ABI.Andy Polyakov
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
2013-10-13MIPS assembly pack: get rid of deprecated instructions.Andy Polyakov
2013-06-30PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov
2013-03-01x86_64-gf2m.pl: fix typo.Andy Polyakov
2013-03-01x86_64-gf2m.pl: add missing Windows build fix for #2963.Andy Polyakov
2013-02-16bn_nist.c: cumulative update from master.Andy Polyakov
2013-02-02bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov
2013-02-02x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov
2013-01-22x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov
2013-01-22bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov
2012-09-01bn_lcl.h: gcc removed support for "h" constraint, which broke inlineAndy Polyakov
2012-06-27x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov
2012-06-08Reduce version skew.Ben Laurie
2012-03-30bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND [from HEAD].Andy Polyakov
2012-02-02bn_nist.c: make new optimized code dependent on BN_LLONG [from HEAD].Andy Polyakov
2012-01-18undef some symbols that cause problems with make depend for fips buildsDr. Stephen Henson
2011-12-12modexp512-x86_64.pl: Solaris portability fix [from HEAD].Andy Polyakov
2011-12-09x86-mont.pl: fix bug in integer-only squaring path.Andy Polyakov
2011-12-02Fix warnings.Ben Laurie
2011-12-01bn/asm/mips.pl: fix typos [from HEAD].Andy Polyakov
2011-11-14x86 assembler pack update from HEAD.Andy Polyakov
2011-11-14BN update from HEAD.Andy Polyakov
2011-11-14x86_64 assembler pack update from HEAD.Andy Polyakov
2011-11-14ARM assembler pack update from HEAD.Andy Polyakov
2011-11-14MIPS assembler pack update from HEAD.Andy Polyakov
2011-11-14PPC assembler pack update from HEAD.Andy Polyakov
2011-11-14PA-RISC assembler pack update from HEAD.Andy Polyakov
2011-11-14s390x assembler pack update from HEAD.Andy Polyakov
2011-11-14IA64 assembler pack update from HEAD.Andy Polyakov
2011-11-14Mafiles updates to accomodate assembler update from HEAD.Andy Polyakov
2011-11-05ppc.pl: fix bug in bn_mul_comba4 [from HEAD].Andy Polyakov
2011-10-19BN_BLINDING multi-threading fix.Bodo Möller
2011-08-19modexp512-x86_64.pl: make it work with ml64 [from HEAD].Andy Polyakov
2011-08-12Alpha assembler fixed from HEAD.Andy Polyakov