aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.4.13.gnupg-1.4.13Werner Koch2012-12-201-3/+4
|
* Support the not anymore patented IDEA cipher algorithm.Werner Koch2012-11-081-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.
* Release 1.4.12gnupg-1.4.12Werner Koch2012-01-301-1/+18
|
* Allow use of a standard space separated fingerprint.Werner Koch2012-01-101-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.
* Post release updatesWerner Koch2010-10-181-0/+5
|
* Prepare for 1.4.11Werner Koch2010-10-181-3/+3
|
* Preparing a release candidateWerner Koch2010-09-231-1/+1
|
* Minor fixesWerner Koch2010-08-311-0/+2
|
* Ignore some GnuPG-2 only options.Werner Koch2010-06-011-0/+1
|
* Fix bug 1179Werner Koch2010-05-121-0/+1
|
* Post release version number bumpWerner Koch2009-09-021-0/+4
|
* Preparing 1.4.10.Werner Koch2009-09-021-1/+1
|
* * NEWS: Note Camellia and hkps.David Shaw2009-08-131-0/+4
|
* (no commit message)Werner Koch2009-08-031-3/+8
|
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-211-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.
* Fix for bug#1034.Werner Koch2009-05-061-0/+2
|
* Improve dotlocking.Werner Koch2009-05-051-0/+2
| | | | | Implement locking for W32.
* Change the SIG_ID computation to match 2.0.10.Werner Koch2008-12-111-0/+2
|
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-301-1/+1
| | | | | Minor W32 installer fix.
* Post release version number bump.Werner Koch2008-03-261-0/+5
|
* prepare a release.gnupg-1.4.9Werner Koch2008-03-261-2/+3
|
* Change default keyserver.Werner Koch2008-03-251-0/+1
|
* Improved AES performance.Werner Koch2008-03-221-0/+8
|
* Preparing a releaseWerner Koch2007-12-201-1/+1
|
* Fixd a W32 problems with ldaps.Werner Koch2007-12-171-1/+6
|
* * NEWS: Note SHA-224 typo.David Shaw2007-12-131-1/+4
|
* Updated ZH po file.Werner Koch2007-12-121-1/+8
| | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess}
* * NEWS: Say a bit more about RFC-4880. Note some defaults changing.David Shaw2007-11-181-2/+11
|
* Preparing a release candidategnupg-1.4.8rc1Werner Koch2007-11-161-0/+4
|
* Switched to GPLv3.Werner Koch2007-10-231-0/+1
| | | | | Updated gettext.
* Improved detection of ketrings specified several times.Werner Koch2007-08-241-1/+2
|
* Add an extra warning for Camellia.Werner Koch2007-07-091-0/+4
| | | | | | Minor W32 fix Address change.
* util/Werner Koch2007-04-161-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.
* Post release updateWerner Koch2007-03-051-0/+4
|
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-051-2/+12
|
* [W32] Make use of the LANGUAGE envvar.Werner Koch2007-02-261-0/+5
|
* Post release updatesWerner Koch2006-12-061-0/+4
|
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-061-3/+8
|
* * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat,David Shaw2006-12-031-3/+20
| | | | | and the OpenSSL exception.
* Preparing an RCWerner Koch2006-11-291-0/+2
|
* fix for bug 537 and documentation fixes.Werner Koch2006-10-021-0/+3
|
* Post release updates.Werner Koch2006-08-011-0/+4
|
* Preparing 1.4.5Werner Koch2006-08-011-1/+1
|
* Preparing a release candidategnupg-1.4.5rc1Werner Koch2006-07-281-1/+9
|
* Fixed memory allocation bug and typos.Werner Koch2006-07-261-0/+2
|
* Post release version updateWerner Koch2006-06-251-0/+4
|
* Typo fixWerner Koch2006-06-251-1/+1
|
* About to do a new releaseWerner Koch2006-06-251-1/+4
|
* * NEWS: Note SHA-224 and DSA2.David Shaw2006-04-271-0/+10
| | | | | | * configure.ac: Remove --enable-old-keyserver-helpers. Comment out --enable-m-guard for now.
* See ChangeLogWerner Koch2006-04-081-2/+1
|