Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-26 | mpi: Avoid data-dependent timing variations in mpi_powm. | NIIBE Yutaka | 1 | -0/+1 | |
* include/mpi.h, mpi/mpiutils.c (mpi_set_cond): New. * mpi/mpi-pow.c (SIZE_PRECOMP): Rename from SIZE_B_2I3. (mpi_powm): Access all data in the table and use mpi_set_cond. -- Access to the precomputed table was indexed by a portion of EXPO, which could be mounted by a side channel attack. This change fixes this particular data-dependent access pattern. | |||||
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -4/+2 | |
Updated gettext. | |||||
2006-12-11 | Removed the use of g10defs.h. | Werner Koch | 1 | -34/+8 | |
This required some code cleanups and the introduction of a few accessor ducntions in mpi. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -1/+1 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-04-27 | Renamed prototype parameter name to avoid gcc warnings. | Werner Koch | 1 | -1/+1 | |
2003-12-17 | * mpi.h (gcry_mpi, mpi_get_opaque, mpi_set_opaque): Make nbits and the | David Shaw | 1 | -3/+3 | |
length of an opaque MPI unsigned. | |||||
2003-05-24 | * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit all | David Shaw | 1 | -28/+27 | |
preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2002-09-11 | * mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1 | Werner Koch | 1 | -6/+1 | |
is_opaque. (mpi_get_nbits): Removed the special case for protected MPIs. * mpicoder.c (do_get_buffer): Likewise. (mpi_print): Removed the nbit_info printing. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+202 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -181/+0 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+4 | |
1999-07-07 | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+3 | |
1999-05-04 | See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-01-07 | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1998-12-08 | See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch | Werner Koch | 1 | -2/+4 | |
1998-08-07 | chnages done at the train | Werner Koch | 1 | -1/+0 | |
1998-08-05 | intermediate check in | Werner Koch | 1 | -0/+5 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -2/+7 | |
1998-06-15 | extensions are now working and fixed a lot of bugs | Werner Koch | 1 | -0/+1 | |
1998-06-11 | update from tobold | Werner Koch | 1 | -5/+4 | |
1998-04-09 | new releaseV0-2-15 | Werner Koch | 1 | -0/+1 | |
1998-03-19 | some cleanups | Werner Koch | 1 | -0/+1 | |
1998-02-11 | a couple of changes; but some parts are now broken | Werner Koch | 1 | -0/+3 | |
1998-02-02 | changed structure of trustdb | Werner Koch | 1 | -0/+2 | |
1998-01-16 | added some trust model stuff | Werner Koch | 1 | -1/+0 | |
1998-01-12 | started with trust stuff | Werner Koch | 1 | -21/+5 | |
1997-12-23 | changed configuration stuff, replaced some Makefile.am by distfiles. | Werner Koch | 1 | -0/+12 | |
1997-12-19 | better prime number generator. improved ELG key generation | Werner Koch | 1 | -0/+1 | |
1997-12-09 | fingerprints and self signatures added | Werner Koch | 1 | -14/+10 | |
1997-11-27 | Improved prime number test | Werner Koch | 1 | -0/+2 | |
1997-11-26 | How with some assembly support | Werner Koch | 1 | -0/+9 | |
1997-11-24 | ElGamal funktioniert und ist default | Werner Koch | 1 | -1/+5 | |
1997-11-19 | Output armor works, RSA keygen works. | Werner Koch | 1 | -2/+3 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+147 | |