aboutsummaryrefslogtreecommitdiffstats
path: root/mpi (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-07mpi: Minor fix for mpi_pow.NIIBE Yutaka1-2/+2
2017-07-07mpi: Same computation for square and multiply for mpi_pow.NIIBE Yutaka1-34/+38
2017-07-07mpi: Simplify mpi_powm.NIIBE Yutaka1-73/+30
2017-07-04mpi: Fix ARM assembler in longlong.h.Marcus Brinkmann1-3/+3
2015-04-30g10: fix cmp_public_key and cmp_secret_keys.NIIBE Yutaka1-0/+16
2015-02-26mpi: Avoid data-dependent timing variations in mpi_powm.NIIBE Yutaka2-40/+81
2015-01-19Modernize to automake 1.14.Werner Koch1-3/+3
2014-10-03mpi: Fix compiler warning.Werner Koch1-2/+2
2014-09-11mpi: Improve mpi_invm to detect bad input.Werner Koch1-0/+5
2014-08-20mpi: Suppress set-but-unused-variables warnings.Werner Koch2-3/+4
2013-10-18mpi: mpi-pow improvementsWerner Koch1-0/+443
2013-10-11mpi: Fix syntax error for mips64 and gcc < 4.4Werner Koch1-1/+1
2013-09-16Fix bug in mpi_tdiv_q_2exp.Werner Koch1-1/+1
2013-07-25Mitigate a flush+reload cache attack on RSA secret exponents.Werner Koch1-3/+12
2012-12-13Support NetBSD m68K ELF targetsWerner Koch1-2/+7
2012-11-06Fix extern inline use for gcc > 4.3 in c99 modeWerner Koch1-1/+8
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-0/+7
2011-08-09Removed some set but unused vars.Werner Koch3-5/+10
2011-07-04Allow building for ARM thumb. Fixes bug#1202.Werner Koch2-7/+10
2010-12-23Revert last two changes and replace by code from libgcrypt 1.4.6.Werner Koch2-12/+19
2010-10-22mips fixesWerner Koch2-22/+35
2010-06-01Fix bug 1231.Werner Koch2-2/+14
2009-12-09Remove sparc64 asm modulesWerner Koch2-12/+15
2008-03-25Powerpc64 fix.Werner Koch2-5/+11
2007-10-23Switched to GPLv3.Werner Koch102-559/+231
2007-01-16* config.links: powerpc64* needs to come before powerpc* or it willDavid Shaw2-5/+11
2006-12-11Removed the use of g10defs.h.Werner Koch5-6/+87
2005-09-01* mpicoder.c (mpi_read): Fix minor bug in reading a zero-length MPIDavid Shaw2-5/+14
2005-07-27Converted all m_free to xfree etc.Werner Koch4-22/+22
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch101-117/+214
2005-05-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch3-11/+40
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch2-3/+8
2004-12-20* seckey-cert.c (do_check): Handle case when checksum was okay butWerner Koch2-6/+21
2004-10-26* configure.ac: New option --disable-gnupg-iconv, defineWerner Koch2-2/+6
2004-10-13* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.Werner Koch2-1/+5
2004-09-30* mpicoder.c (mpi_read): If we must fail due to a oversize (generallyDavid Shaw2-1/+9
2004-05-20* longlong.h: Typo.David Shaw3-8/+16
2004-01-21hppa1.1/udiv-qrnnd.S: Alignment fix from Lamont Jones for Debian.David Shaw2-0/+6
2004-01-12* config.links: OpenBSD 3.4 is now ELF, so use the proper assembler codeDavid Shaw5-31/+102
2004-01-12Use the portable C MPI code for OpenBSD before 3.4, and remove the specialDavid Shaw10-774/+0
2003-12-30* g10m.c: Dead code. Remove.David Shaw3-99/+7
2003-12-17* mpiutil.c (mpi_set_opaque, mpi_get_opaque): Make the length of an opaqueDavid Shaw2-2/+7
2003-12-05* config.links: Show target in asm-syntax.h file and include targets forDavid Shaw2-2/+11
2003-11-21* config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSDDavid Shaw2-4/+9
2003-05-26* Makefile.am: Make use of AM_CFLAGS. (From wk on stable branch)David Shaw2-2/+6
2003-05-24* mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c,David Shaw8-85/+83
2003-04-25* config.links: Re-disable assembler on Darwin. Darwin 6.5 broke itDavid Shaw2-5/+9
2003-04-15* longlong.h (umul_ppmm): Support SH3 and SH4. Thanks toWerner Koch2-2/+8
2002-11-16* config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.David Shaw2-2/+7
2002-10-18* config.links (powerpc-apple-darwin6.1): Disable assemblerWerner Koch2-1/+11