Tweak README about rt and bug reporting.
[oweals/openssl.git] / crypto / bn /
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-03-14 Dr. Stephen HensonTolerate test_sqr errors for FIPS builds.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_0_9_8-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore comment changes required for indent OpenSSL_0_9_8-pre-auto-reformat
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Andy Polyakovbn/bn_const.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/asm/x86_64-gcc.cL make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_asm.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_exp.c: make it indent-friendly.
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Andy Polyakovbn/bntest.c: make it indent-friendly.
2015-01-22 Andy Polyakovbn/bn_recp.c: make it indent-friendly.
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellAdditional comment changes for reformat of 0.9.8
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-08 Andy PolyakovFix for CVE-2014-3570.
2014-10-16 Dr. Stephen HensonDon't try 1**0 test with FIPS.
2014-09-04 Adam LangleyEnsure that x**0 mod 1 = 0.
2014-08-19 Adam LangleyAdd volatile qualifications to two blocks of inline...
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-06-06 Dr. Stephen HensonFix 0.9.8 FIPS capable OpenSSL build.
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-03-27 manchaFix for CVE-2014-0076 backported to 0.9.8 branch
2013-02-05 Andy Polyakovbn_word.c: fix overflow bug in BN_add_word.
2011-12-09 Andy Polyakovx86-mont.pl: fix bug in integer-only squaring path...
2011-11-05 Andy Polyakovppc.pl: fix bug in bn_mul_comba4 [from HEAD].
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-06-22 Dr. Stephen HensonPR: 2540
2010-10-11 Dr. Stephen HensonPR: 2295
2010-06-12 Ben LaurieFix gcc 4.6 warnings. Check TLS server hello extension...
2010-03-22 Andy Polyakovppc.pl: assembler Y chokes on apostrophes in comment.
2010-02-28 Ben LaurieFix warnings.
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-12-02 Dr. Stephen HensonPR: 2111
2009-10-01 Dr. Stephen HensonPR: 2062
2009-06-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-17 Dr. Stephen HensonUpdate from HEAD.
2009-04-03 Dr. Stephen HensonPR: 1700
2009-02-14 Dr. Stephen HensonPR: 1835
2008-12-30 Andy PolyakovSynchronize with bn_nist.c from HEAD.
2008-11-05 Dr. Stephen HensonChange old obsolete email address...
2008-10-28 Andy PolyakovFix crash in BN_rshift [from HEAD].
2008-10-18 Ben LaurieConstification.
2008-09-17 Dr. Stephen HensonMake update: delete duplicate error code.
2008-09-16 Dr. Stephen HensonAdd missing files.
2008-09-16 Dr. Stephen HensonMerge changes to build system from fips branch.
2008-09-16 Dr. Stephen HensonPart FIPS bn merge: move functiosn to bn_opt.c to reduc...
2008-09-15 Dr. Stephen HensonPort X931 key generation routines from FIPS branch...
2008-09-15 Andy PolyakovCompilation warning fix [from HEAD, "must have, as...
2008-09-14 Bodo MöllerSome precautions to avoid potential security-relevant...
2008-07-17 Andy Polyakovdarwin64-ppc-cc experimental line accidentally made...
2008-06-23 Bodo Mölleravoid potential infinite loop in final reduction round...
2008-05-02 Bodo MöllerAvoid BN_MONT_CTX incompatibility.
2008-05-01 Bodo MöllerUnobtrusive backport of 32-bit x86 Montgomery improveme...
2008-04-18 Andy Polyakovbn_nist.c update from HEAD.
2008-04-01 Andy PolyakovFix fast reduction on NIST curves [from HEAD].
2008-02-27 Andy PolyakovMake x86_64-mont.pl work with debug Win64 build [from...
2008-02-27 Bodo Möllerfix BIGNUM flag handling
2007-11-11 Andy PolyakovAdd x86_64-mont.pl [from HEAD].
2007-11-11 Andy PolyakovAdd framework for bn_mul_mont [from 098-fips].
2007-11-03 Andy PolyakovCommit #16325 fixed one thing but broke DH with certain...
2007-10-13 Andy PolyakovCopy bn/asm/ia64.S from HEAD.
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime [from...
2007-09-18 Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-09-07 Andy PolyakovIntegrate remaining parts of #14247 [from HEAD].
2007-07-08 Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-07-04 Dr. Stephen HensonFix warnings: C++ comments and computed value not used.
2007-06-29 Andy Polyakovbn_mont.c fix [from HEAD].
2007-06-11 Andy PolyakovPrivatize BN_*_no_branch [from HEAD].
2007-06-11 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-04-19 Bodo Möllerfix error codes
2007-04-19 Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-03-28 Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-02-03 Dr. Stephen HensonUpdate from fips2 branch.
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-11-21 Dr. Stephen HensonRebuild error file C source files.
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-08-01 Andy PolyakovEngage assembler in solaris64-x86_64-cc [backport from...
2006-06-16 Bodo MöllerAnother thread-safety fix
2006-06-14 Bodo MöllerThread-safety fixes
2006-05-04 Dr. Stephen Hensonmake update
2006-02-08 Nils Larschbackport recent changes from the cvs head
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2006-01-13 Nils Larschfix comment
2006-01-13 Nils Larsch2 is a prime number ...
2005-11-15 Andy Polyakovcrypto/bn/asm/sparcv8plus.S update from HEAD.
2005-11-11 Dr. Stephen HensonFix possible race condition.
2005-10-05 Dr. Stephen HensonUpdate from HEAD.
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-08-20 Ben LaurieAvoid weak subgroups in Diffie Hellman.
2005-08-04 Andy Polyakov3-4 times better RSA/DSA performance on WIN64A target...
2005-07-25 Nils Larschfix BN_mod_word and give a more reasonable return value...
next