summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-03-14Tolerate test_sqr errors for FIPS builds.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22bn/bn_const.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_asm.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_exp.c: make it indent-friendly.Andy Polyakov
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22bn/bntest.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_recp.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 0.9.8Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2014-10-16Don't try 1**0 test with FIPS.Dr. Stephen Henson
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-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2014-06-06Fix 0.9.8 FIPS capable OpenSSL build.Dr. Stephen Henson
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-03-27Fix for CVE-2014-0076 backported to 0.9.8 branchmancha
2013-02-05bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov
2011-12-09x86-mont.pl: fix bug in integer-only squaring path [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-06-22PR: 2540Dr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-03-22ppc.pl: assembler Y chokes on apostrophes in comment.Andy Polyakov
2010-02-28Fix warnings.Ben Laurie
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2009-12-02PR: 2111Dr. Stephen Henson
2009-10-01PR: 2062Dr. Stephen Henson
2009-06-17Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-17Update from HEAD.Dr. Stephen Henson
2009-04-03PR: 1700Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2008-12-30Synchronize with bn_nist.c from HEAD.Andy Polyakov
2008-11-05Change old obsolete email address...Dr. Stephen Henson
2008-10-28Fix crash in BN_rshift [from HEAD].Andy Polyakov
2008-10-18Constification.Ben Laurie
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson