Harden ASN.1 BIO handling of large amounts of data.
[openssl.git] / crypto / bn /
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-01 Matt Caswellmake update
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-23 FdaSilvaYYGH714: missing field initialisation
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-12-14 Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-23 Alessandro GhediniFix typos
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Emilia Kasperbntest: don't dereference the |d| array for a zero...
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-06-11 Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
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-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-01-27 Rich SalzRevert "Remove engine_rsax and its asm file."
2015-01-26 Rich SalzRemove engine_rsax and its asm file.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
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 CaswellFurther comment changes for reformat
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-08 Andy PolyakovFix for CVE-2014-3570.
2014-12-17 Richard LevitteClear warnings/errors within BN_CTX_DEBUG code sections
2014-12-17 Bodo MöllerBackport regression test
2014-12-17 Emilia KasperCheck for invalid divisors in BN_div.
2014-12-15 Emilia KasperFix unused variable warning
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
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-07-02 Andy Polyakovbn_exp.c: fix x86_64-specific crash with one-word modulus.
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-01-06 Dr. Stephen Hensonmake update
2013-12-08 Dr. Stephen Hensonmake update
2013-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: comply with Win64 ABI.
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-10-13 Andy PolyakovMIPS assembly pack: get rid of deprecated instructions.
2013-06-30 Andy PolyakovPA-RISC assembler pack: switch to bve in 64-bit builds.
2013-03-18 Dr. Stephen HensonMerge branch 'OpenSSL_1_0_1-stable' of ../openssl into...
2013-03-01 Andy Polyakovx86_64-gf2m.pl: fix typo.
2013-03-01 Andy Polyakovx86_64-gf2m.pl: add missing Windows build fix for ...
2013-02-16 Andy Polyakovbn_nist.c: cumulative update from master.
2013-02-02 Andy Polyakovbn_word.c: fix overflow bug in BN_add_word.
2013-02-02 Andy Polyakovx86_64 assembly pack: keep making Windows build more...
2013-01-22 Andy Polyakovx86_64 assembly pack: make Windows build more robust...
2013-01-22 Andy Polyakovbn/asm/mips.pl: hardwire local call to bn_div_words.
2012-09-01 Andy Polyakovbn_lcl.h: gcc removed support for "h" constraint, which...
2012-06-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2012-06-08 Ben LaurieReduce version skew.
2012-03-30 Andy Polyakovbn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEB...
2012-02-02 Andy Polyakovbn_nist.c: make new optimized code dependent on BN_LLON...
2012-01-18 Dr. Stephen Hensonundef some symbols that cause problems with make depend...
2011-12-12 Andy Polyakovmodexp512-x86_64.pl: Solaris portability fix [from...
2011-12-09 Andy Polyakovx86-mont.pl: fix bug in integer-only squaring path.
2011-12-02 Ben LaurieFix warnings.
2011-12-01 Andy Polyakovbn/asm/mips.pl: fix typos [from HEAD].
2011-11-14 Andy Polyakovx86 assembler pack update from HEAD.
2011-11-14 Andy PolyakovBN update from HEAD.
2011-11-14 Andy Polyakovx86_64 assembler pack update from HEAD.
2011-11-14 Andy PolyakovARM assembler pack update from HEAD.
2011-11-14 Andy PolyakovMIPS assembler pack update from HEAD.
2011-11-14 Andy PolyakovPPC assembler pack update from HEAD.
2011-11-14 Andy PolyakovPA-RISC assembler pack update from HEAD.
2011-11-14 Andy Polyakovs390x assembler pack update from HEAD.
2011-11-14 Andy PolyakovIA64 assembler pack update from HEAD.
2011-11-14 Andy PolyakovMafiles updates to accomodate assembler update from...
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-08-19 Andy Polyakovmodexp512-x86_64.pl: make it work with ml64 [from HEAD].
2011-08-12 Andy PolyakovAlpha assembler fixed from HEAD.
2011-07-20 Andy PolyakovAdd RSAX builtin engine [from HEAD].
2011-06-22 Dr. Stephen HensonPR: 2540
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-03-23 Richard Levittemake update (1.0.1-stable)
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
next