Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-12-20 | Release 1.4.13.gnupg-1.4.13 | Werner Koch | 1 | -3/+4 | |
2012-11-08 | Support the not anymore patented IDEA cipher algorithm. | Werner Koch | 1 | -0/+8 | |
* cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2 compatibility mode. * g10/misc.c (idea_cipher_warn): Remove. Also remove all callers. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we support IDEA only in a basically read-only way (unless --pgp2 is used during key generation). It does not make sense to suggest the use of this old 64 bit blocksize algorithm. However, there is old data available where it might be helpful to have IDEA available. | |||||
2012-01-30 | Release 1.4.12gnupg-1.4.12 | Werner Koch | 1 | -1/+18 | |
2012-01-10 | Allow use of a standard space separated fingerprint. | Werner Koch | 1 | -21/+24 | |
We allow a single or a double space in the middle of the fingerprint to help with c+p fingerprints from an HTML pages which are not being enclosed in a "pre" tag. * g10/getkey.c (classify_user_id): Check for space separated GPG fingerprint. -- This is a backport of commit 957fe72 and 372fb4f. | |||||
2010-10-18 | Post release updates | Werner Koch | 1 | -0/+5 | |
2010-10-18 | Prepare for 1.4.11 | Werner Koch | 1 | -3/+3 | |
2010-09-23 | Preparing a release candidate | Werner Koch | 1 | -1/+1 | |
2010-08-31 | Minor fixes | Werner Koch | 1 | -0/+2 | |
2010-06-01 | Ignore some GnuPG-2 only options. | Werner Koch | 1 | -0/+1 | |
2010-05-12 | Fix bug 1179 | Werner Koch | 1 | -0/+1 | |
2009-09-02 | Post release version number bump | Werner Koch | 1 | -0/+4 | |
2009-09-02 | Preparing 1.4.10. | Werner Koch | 1 | -1/+1 | |
2009-08-13 | * NEWS: Note Camellia and hkps. | David Shaw | 1 | -0/+4 | |
2009-08-03 | (no commit message) | Werner Koch | 1 | -3/+8 | |
2009-07-21 | First set of changes to backport the new card code from 2.0. | Werner Koch | 1 | -0/+4 | |
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished. | |||||
2009-05-06 | Fix for bug#1034. | Werner Koch | 1 | -0/+2 | |
2009-05-05 | Improve dotlocking. | Werner Koch | 1 | -0/+2 | |
Implement locking for W32. | |||||
2008-12-11 | Change the SIG_ID computation to match 2.0.10. | Werner Koch | 1 | -0/+2 | |
2008-04-30 | Ignore gpg2 introduced keywords for --auto-key-locate. | Werner Koch | 1 | -1/+1 | |
Minor W32 installer fix. | |||||
2008-03-26 | Post release version number bump. | Werner Koch | 1 | -0/+5 | |
2008-03-26 | prepare a release.gnupg-1.4.9 | Werner Koch | 1 | -2/+3 | |
2008-03-25 | Change default keyserver. | Werner Koch | 1 | -0/+1 | |
2008-03-22 | Improved AES performance. | Werner Koch | 1 | -0/+8 | |
2007-12-20 | Preparing a release | Werner Koch | 1 | -1/+1 | |
2007-12-17 | Fixd a W32 problems with ldaps. | Werner Koch | 1 | -1/+6 | |
2007-12-13 | * NEWS: Note SHA-224 typo. | David Shaw | 1 | -1/+4 | |
2007-12-12 | Updated ZH po file. | Werner Koch | 1 | -1/+8 | |
Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess} | |||||
2007-11-18 | * NEWS: Say a bit more about RFC-4880. Note some defaults changing. | David Shaw | 1 | -2/+11 | |
2007-11-16 | Preparing a release candidategnupg-1.4.8rc1 | Werner Koch | 1 | -0/+4 | |
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -0/+1 | |
Updated gettext. | |||||
2007-08-24 | Improved detection of ketrings specified several times. | Werner Koch | 1 | -1/+2 | |
2007-07-09 | Add an extra warning for Camellia. | Werner Koch | 1 | -0/+4 | |
Minor W32 fix Address change. | |||||
2007-04-16 | util/ | Werner Koch | 1 | -1/+1 | |
* secmem.c (init_pool): Avoid assigning a negative value to a size_t. ./ * acinclude.m4: Fix last change. Make test self-conatined by checking for sysconf and getpagesize. Remove indentation for the sake of broken C-89 cpps. | |||||
2007-03-05 | Post release update | Werner Koch | 1 | -0/+4 | |
2007-03-05 | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 1 | -2/+12 | |
2007-02-26 | [W32] Make use of the LANGUAGE envvar. | Werner Koch | 1 | -0/+5 | |
2006-12-06 | Post release updates | Werner Koch | 1 | -0/+4 | |
2006-12-06 | Preparing a releasegnupg-1.4.6 | Werner Koch | 1 | -3/+8 | |
2006-12-03 | * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat, | David Shaw | 1 | -3/+20 | |
and the OpenSSL exception. | |||||
2006-11-29 | Preparing an RC | Werner Koch | 1 | -0/+2 | |
2006-10-02 | fix for bug 537 and documentation fixes. | Werner Koch | 1 | -0/+3 | |
2006-08-01 | Post release updates. | Werner Koch | 1 | -0/+4 | |
2006-08-01 | Preparing 1.4.5 | Werner Koch | 1 | -1/+1 | |
2006-07-28 | Preparing a release candidategnupg-1.4.5rc1 | Werner Koch | 1 | -1/+9 | |
2006-07-26 | Fixed memory allocation bug and typos. | Werner Koch | 1 | -0/+2 | |
2006-06-25 | Post release version update | Werner Koch | 1 | -0/+4 | |
2006-06-25 | Typo fix | Werner Koch | 1 | -1/+1 | |
2006-06-25 | About to do a new release | Werner Koch | 1 | -1/+4 | |
2006-04-27 | * NEWS: Note SHA-224 and DSA2. | David Shaw | 1 | -0/+10 | |
* configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now. | |||||
2006-04-08 | See ChangeLog | Werner Koch | 1 | -2/+1 | |