Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize the MPIs used as input to secret key functions. | Werner Koch | 2013-12-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | * cipher/rsa.c (secret): Normalize the INPUT. (rsa_decrypt): Pass reduced data to secret. * cipher/elgamal.c (decrypt): Normalize A and B. * cipher/dsa.c (sign): Normalize HASH. -- mpi_normalize is in general not required because extra leading zeroes do not harm the computation. However, adding extra all zero limbs or padding with multiples of N may be useful in side-channel attacks. In particular they are used by the acoustic crypt-analysis. This is an extra pre-caution which alone would not be sufficient to mitigate the described attack. CVE-id: CVE-2013-4576 Signed-off-by: Werner Koch <[email protected]> | ||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -4/+2 |
| | | | | | Updated gettext. | ||||
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 1 | -3/+3 |
| | | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi. | ||||
* | (generate): Tweak to allow keys larger than 1024 bits. Enforce that the q | David Shaw | 2006-04-20 | 1 | -1/+2 |
| | | | | | size doesn't end between byte boundaries. | ||||
* | The plumbing necessary to create DSA keys with variable sized q. | David Shaw | 2006-04-20 | 1 | -9/+23 |
| | | | | | Not yet used (q==160). | ||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -6/+6 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner | David Shaw | 2004-05-20 | 1 | -5/+5 |
| | | | | | on stable branch. | ||||
* | * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, | David Shaw | 2003-12-17 | 1 | -4/+1 |
| | | | | | | rsa.c (rsa_verify), pubkey.c (dummy_verify, pubkey_verify): Remove old unused code. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -0/+483 |
| | |||||
* | Removed files from the HEAD revision, because they are now in another | Werner Koch | 2000-12-19 | 1 | -476/+0 |
| | | | | | repository | ||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 1 | -6/+7 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -2/+17 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -4/+4 |
| | |||||
* | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1999-11-19 | 1 | -5/+1 |
| | |||||
* | See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner Koch | Werner Koch | 1999-11-15 | 1 | -9/+11 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -15/+16 |
| | |||||
* | See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner Koch | Werner Koch | 1999-07-15 | 1 | -0/+8 |
| | |||||
* | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch | Werner Koch | 1999-07-02 | 1 | -13/+32 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -4/+11 |
| | |||||
* | See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner Koch | Werner Koch | 1999-06-08 | 1 | -1/+0 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | backup | Werner Koch | 1998-10-12 | 1 | -0/+1 |
| | |||||
* | chnages done at the train | Werner Koch | 1998-08-07 | 1 | -2/+16 |
| | |||||
* | intermediate release | Werner Koch | 1998-07-06 | 1 | -1/+1 |
| | |||||
* | nearly ready for 0.3.0 | Werner Koch | 1998-06-25 | 1 | -1/+1 |
| | |||||
* | extensions are now working and fixed a lot of bugs | Werner Koch | 1998-06-15 | 1 | -1/+2 |
| | |||||
* | gnupg extension are now working | Werner Koch | 1998-06-13 | 1 | -36/+156 |
| | |||||
* | add DSA key generation | Werner Koch | 1998-05-05 | 1 | -0/+118 |
| | |||||
* | applied Mathews typo and grammar fixes | Werner Koch | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | some cleanups | Werner Koch | 1998-03-19 | 1 | -5/+55 |
| | |||||
* | partial DSA support | Werner Koch | 1998-03-09 | 1 | -163/+42 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | better prime number generator. improved ELG key generation | Werner Koch | 1997-12-19 | 1 | -2/+2 |
| | |||||
* | added option file handling | Werner Koch | 1997-12-12 | 1 | -0/+245 |