Make BN_num_bits_word constant-time.
[openssl.git] / crypto / bn /
2014-12-15 Emilia KasperFix unused variable warning
2014-12-05 Emilia KasperMake 'make update' succeed and run it
2014-09-25 Matt Caswellmake update
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-20 Andy PolyakovHarmonize Tru64 and Linux make rules.
2014-09-04 Adam LangleyEnsure that x**0 mod 1 = 0.
2014-08-20 Andy Polyakovbn/asm/rsaz-*.pl: allow spaces in Perl path name.
2014-08-01 Dr. Stephen Hensonmake update
2014-07-22 Matt Caswellmake update
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-07-09 Andy Polyakovx86_64 assembly pack: improve masm support.
2014-07-02 Andy Polyakovbn_exp.c: fix x86_64-specific crash with one-word modulus.
2014-06-28 Andy Polyakovx86_64 assembly pack: refine clang detection.
2014-06-27 Andy Polyakovx86_64 assembly pack: addendum to last clang commit.
2014-06-27 Andy Polyakovx86_64 assembly pack: allow clang to compile AVX code.
2014-06-27 Andy Polyakovbn/asm/rsaz-avx2.pl: fix occasional failures.
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-06-26 Andy Polyakovbn_exp.c: move check for AD*X to rsaz-avx2.pl.
2014-06-12 Dr. Stephen Hensonmake update
2014-06-10 Andy PolyakovARM assembly pack: get ARMv7 instruction endianness...
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-04-30 Geoff Thorpebignum: fix boundary condition in montgomery logic
2014-04-24 Andy Polyakovbn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster...
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-02-24 Dr. Stephen Hensonmake update
2014-02-01 Adam LangleyAdd volatile qualifications to two blocks of inline...
2014-02-01 Andy PolyakovPPC assembly pack: ppc64-mont update from master.
2014-01-09 Andy Polyakovbn/asm/x86_64-mont5.pl: fix compilation error on Solaris.
2013-12-28 Andy PolyakovARM assembly pack: make it work with older toolchain.
2013-12-09 Andy Polyakovbn/asm/armv4-mont.pl: add NEON code path.
2013-12-09 Andy Polyakovcrypto/bn/asm/x86_64-mont*.pl: update from master.
2013-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: comply with Win64 ABI.
2013-12-03 Andy Polyakovcrypto/bn/asm/rsaz-x86_64.pl: make it work on Win64.
2013-12-03 Andy Polyakovcrypto/bn/rsaz*: fix licensing note.
2013-12-03 Andy Polyakovbn/asm/rsaz-x86_64.pl: fix prototype.
2013-12-01 Dr. Stephen Hensonmake update
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-10-14 Andy PolyakovPPC assembly pack: update from master branch.
2013-10-13 Andy PolyakovInitial aarch64 bits.
2013-10-13 Andy PolyakovMIPS assembly pack: get rid of deprecated instructions.
2013-10-10 Andy Polyakovbn/asm/rsax-avx2.pl: minor optimization [for Decoded...
2013-09-09 Andy Polyakovcrypto/bn/asm/x86_64-mont.pl: minor optimization.
2013-08-03 Andy Polyakovcrypto/bn/asm/rsax-x86_64.pl: make it work on Darwin.
2013-07-12 Andy Polyakovbn/asm/rsaz-avx2.pl: Windows-specific fix.
2013-07-12 Ben Lauries/rsaz_eligible/rsaz_avx2_eligible/.
2013-07-05 Andy PolyakovTake RSAZ modules into build loop, add glue and engage.
2013-07-05 Andy PolyakovAdd RSAZ assembly modules.
2013-07-05 Andy Polyakovbn/asm/x86_86-mont.pl: optimize reduction for Intel...
2013-07-05 Andy Polyakovbn/bn_exp.c: harmonize.
2013-06-30 Andy Polyakovbn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies...
2013-06-30 Andy PolyakovPA-RISC assembler pack: switch to bve in 64-bit builds.
2013-06-18 Andy PolyakovOptimize SPARC T4 MONTMUL support.
2013-06-01 Andy Polyakovcrypto/bn/bn_exp.c: SPARC portability fix.
2013-05-20 Andy PolyakovAdd BN support for SPARC VIS3 and T4 [from master].
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: work around clang 3.0 bug.
2013-02-04 Dr. Stephen HensonMerge branch 'OpenSSL_1_0_2-stable' of /home/steve...
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-12-13 Ben LaurieIgnore more.
2012-11-19 Andy Polyakovx86_64-gcc.c: resore early clobber constraint [from...
2012-09-01 Andy Polyakovbn_lcl.h: gcc removed support for "h" constraint, which...
2012-08-29 Andy PolyakovAdd linux-x32 target [from HEAD].
2012-08-17 Andy PolyakovMIPS assembly pack updates from HEAD.
2012-07-04 Andy Polyakovcrypto/bn/*.h: move PTR_SIZE_INT to private header...
2012-07-02 Andy Polyakovbn_nist.c: harmonize buf in BN_nist_mod_256 with other...
2012-06-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-03-30 Andy Polyakovbn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEB...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...
2011-03-04 Andy Polyakovs390x-mont.pl: optimize for z196.
2011-01-25 Dr. Stephen HensonMove BN_options function to bn_print.c to remove depend...
next