1 Noteworthy changes in version 1.4.5
2 ------------------------------------------------
5 Noteworthy changes in version 1.4.4 (2006-06-25)
6 ------------------------------------------------
8 * User IDs are now capped at 2048 byte. This avoids a memory
9 allocation attack (see CVE-2006-3082).
11 * Added support for the SHA-224 hash. Like the SHA-384 hash, it
12 is mainly useful when DSS (the US Digital Signature Standard)
13 compatibility is desired.
15 * Added support for the latest update to DSA keys and signatures.
16 This allows for larger keys than 1024 bits and hashes other than
17 SHA-1 and RIPEMD/160. Note that not all OpenPGP implementations
18 can handle these new keys and signatures yet. See
19 "--enable-dsa2" in the manual for more information.
22 Noteworthy changes in version 1.4.3 (2006-04-03)
23 ------------------------------------------------
25 * If available, cURL-based keyserver helpers are built that can
26 retrieve keys using HKP or any protocol that cURL supports
27 (HTTP, HTTPS, FTP, FTPS, etc). If cURL is not available, HKP
28 and HTTP are still supported using a built-in cURL emulator. To
29 force building the old pre-cURL keyserver helpers, use the
30 configure option --enable-old-keyserver-helpers. Note that none
31 of this affects finger or LDAP support, which are unchanged.
32 Note also that a future version of GnuPG will remove the old
33 keyserver helpers altogether.
35 * Implemented Public Key Association (PKA) signature verification.
36 This uses special DNS records and notation data to associate a
37 mail address with an OpenPGP key to prove that mail coming from
38 that address is legitimate without the need for a full trust
39 path to the signing key.
41 * When exporting subkeys, those specified with a key ID or
42 fingerpint and the '!' suffix are now merged into one keyblock.
44 * Added "gpg-zip", a program to create encrypted archives that can
45 interoperate with PGP Zip.
47 * Added support for signing subkey cross-certification "back
48 signatures". Requiring cross-certification to be present is
49 currently off by default, but will be changed to on by default
50 in the future, once more keys use it. A new "cross-certify"
51 command in the --edit-key menu can be used to update signing
52 subkeys to have cross-certification.
54 * The key cleaning options for --import-options and
55 --export-options have been further polished. "import-clean" and
56 "export-clean" replace the older
57 import-clean-sigs/import-clean-uids and
58 export-clean-sigs/export-clean-uids option pairs.
60 * New "minimize" command in the --edit-key menu removes everything
61 that can be removed from a key, rendering it as small as
62 possible. There are corresponding "export-minimal" and
63 "import-minimal" commands for --export-options and
66 * New --fetch-keys command to retrieve keys by specifying a URI.
67 This allows direct key retrieval from a web page or other
68 location that can be specified in a URI. Available protocols
69 are HTTP and finger, plus anything that cURL supplies, if built
72 * Files containing several signed messages are not allowed any
73 longer as there is no clean way to report the status of such
74 files back to the caller. To partly revert to the old behaviour
75 the new option --allow-multisig-verification may be used.
77 * The keyserver helpers can now handle keys in either ASCII armor
80 * New auto-key-locate option that takes an ordered list of methods
81 to locate a key if it is not available at encryption time (-r or
82 --recipient). Possible methods include "cert" (use DNS CERT as
83 per RFC2538bis, "pka" (use DNS PKA), "ldap" (consult the LDAP
84 server for the domain in question), "keyserver" (use the
85 currently defined keyserver), as well as arbitrary keyserver
86 URIs that will be contacted for the key.
88 * Able to retrieve keys using DNS CERT records as per RFC-4398.
91 Noteworthy changes in version 1.4.2 (2005-07-26)
92 ------------------------------------------------
94 * New command "verify" in the card-edit menu to display
95 the Private-DO-3. The Admin command has been enhanced to take
96 the optional arguments "on", "off" and "verify". The latter may
97 be used to verify the Admin Pin without modifying data; this
98 allows displaying the Private-DO-4 with the "list" command.
100 * Rewrote large parts of the card code to optionally make use of a
101 running gpg-agent. If --use-agent is being used and a gpg-agent
102 with enabled scdaemon is active, gpg will now divert all card
103 operations to that daemon. This is required because both,
104 scdaemon and gpg require exclusive access to the card reader. By
105 delegating the work to scdaemon, both can peacefully coexist and
106 scdaemon is able to control the use of the reader. Note that
107 this requires at least gnupg 1.9.17.
109 * Fixed a couple of problems with the card reader.
111 * Command completion is now available in the --edit-key and
112 --card-edit menus. Filename completion is available at all
113 filename prompts. Note that completion is only available if the
114 system provides a readline library.
116 * New experimental HKP keyserver helper that uses the cURL
117 library. It is enabled via the configure option --with-libcurl
118 like the other (also experimental) cURL helpers.
120 * New key cleaning options that can be used to remove unusable
121 (expired, revoked) signatures from a key. This is available via
122 the new "clean" command in --edit-key on a key by key basis, as
123 well as via the import-clean-sigs/import-clean-uids and
124 export-clean-sigs/export-clean-uids options for --import-options
125 and --export-options. These are currently off by default, and
126 replace the import-unusable-sigs/export-unusable-sigs options
129 * New export option export-reset-subkey-passwd.
131 * New option --limit-card-insert-tries.
134 Noteworthy changes in version 1.4.1 (2005-03-15)
135 ------------------------------------------------
137 * New --rfc2440-text option which controls how text is handled in
138 signatures. This is in response to some problems seen with
139 certain PGP/MIME mail clients and GnuPG version 1.4.0. More
140 details about this are available at
141 <http://lists.gnupg.org/pipermail/gnupg-users/2005-January/024408.html>.
143 * New "import-unusable-sigs" and "export-unusable-sigs" tags for
144 --import-options and --export-options. These are off by default,
145 which causes GnuPG to not import or export key signatures that
146 are not usable (e.g. expired signatures).
148 * New experimental HTTP, HTTPS, FTP, and FTPS keyserver helper
149 that uses the cURL library <http://curl.haxx.se> to retrieve
150 keys. This is disabled by default, but may be enabled with the
151 configure option --with-libcurl. Without this option, the
152 existing HTTP code is used for HTTP, and HTTPS, FTP, and FTPS
155 * When running a --card-status or --card-edit and a public key is
156 available, missing secret key stubs will be created on the fly.
157 Details of the key are listed too.
159 * The implicit packet dumping in double verbose mode is now sent
160 to stderr and not to stdout.
162 * Added countermeasures against the Mister/Zuccherato CFB attack
163 <http://eprint.iacr.org/2005/033>.
165 * [W32] The algorithm for the default home directory changed:
166 First we look at the environment variable GNUPGHOME, if this one
167 is not set, we check whether the registry entry
168 {HKCU,HKLM}\Software\GNU\GnuPG:HomeDir has been set. If this
169 fails we use a GnuPG directory below the standard application
170 data directory (APPDATA) of the current user. Only in the case
171 that this directory cannot be determined, the old default of
172 c:\gnupg will be used. The option --homedir still overrides all
175 * [W32] The locale selection under Windows changed. You need to
176 enter the locale in the registry at HKCU\Software\GNU\GnuPG:Lang.
177 For German you would use "de". If it is not set, GnuPG falls
178 back to HKLM. The languages files "*.mo" are expected in a
179 directory named "gnupg.nls" below the installation directory;
180 that directory must be stored in the registry at the same key as
181 above with the name "Install Directory".
183 * Add new --edit-key command "bkuptocard" to allow restoring a
184 card key from a backup.
186 * The "fetch" command of --card-edit now retrieves the key using
187 the default keyserver if no URL has been stored on the card.
189 * New configure option --enable-noexecstack.
192 Noteworthy changes in version 1.4.0 (2004-12-16)
193 ------------------------------------------------
195 * See the file doc/highlights-1.4.txt for an overview of all
196 changes in respect to the 1.2 series.
199 Noteworthy changes in version 1.3.93 (2004-12-14)
200 -------------------------------------------------
202 * Ask the user to repeat a changed PIN.
204 * Switched to automake 1.9. Minor big fixes.
207 Noteworthy changes in version 1.3.92 (2004-10-28)
208 -------------------------------------------------
210 * Added Russian man page. Thanks to Pawel I. Shajdo.
212 * libiconv is now used to support other character sets other than
213 UTF-8, Latin-1,-2 and KOI8-2. The W32 version will only work
214 correctly when iconv.dll is installed on the system. A binary
215 version is available at all GNU mirror sites under libiconv.
217 * gettext for Windows has been simplified. The MO files are now
218 distributed UTF-8 encoded and gpg translates on the fly.
221 Noteworthy changes in version 1.3.91 (2004-10-15)
222 -------------------------------------------------
224 * A new configure option --enable-selinux-support disallows
225 processing of confidential files used by gpg (e.g. secring.gpg).
226 This helps writing ACLs for the SELinux kernel.
228 * Support for fetching keys via finger has been added. This is
229 useful for setting a preferred keyserver URL like
230 "finger:wk@g10code.com".
232 * Timeout support has been added to the keyserver helpers. This
233 allows users to set an upper limit on how long to wait for the
234 keyserver before giving up.
236 * New "direct" trust model where users can set key validity
237 directly if they do not want to participate in the web of trust.
239 * Minor bug fixes, code and string cleanups.
242 Noteworthy changes in version 1.3.90 (2004-10-01)
243 -------------------------------------------------
245 * Readline support at all prompts is now available if the system
246 provides a readline library. The build time option
247 --without-readline may be used to disable this feature.
249 * Support for the OpenPGP smartcard is now enabled by default.
250 Use the option --disable-card-support to build without support
253 * New command "addcardkey" in the key edit menu to add subkeys to
254 a smartcard. New command "keytocard" to transfer a key to a smartcard.
255 The serial number of the card is show in secret key listings.
257 * -K may now be used as an alias for --list-secret-keys.
259 * HTTP Basic authentication is now supported for all HKP and HTTP
260 keyserver functions, either through a proxy or via direct
264 Noteworthy changes in version 1.3.6 (2004-05-22)
265 ------------------------------------------------
267 * New --keyid-format option that selects short (99242560), long
268 (DB698D7199242560), 0xshort (0x99242560), or 0xlong
269 (0xDB698D7199242560) keyid displays. This lets users tune the
270 display to what they prefer.
272 * The --list-options and --verify-options option
273 "show-long-keyids" has been removed since --keyid-format
274 obviates the need for them.
276 * Support for the old quasi-1991 partial length encoding has been
279 * The --export-all and --export-options include-non-rfc options
280 have been removed as superfluous since nonstandard V3 Elgamal
281 sign+encrypt keys have been removed.
283 * Preferred keyserver support has been added. Users may set a
284 preferred keyserver via the --edit-key command "keyserver". If
285 the --keyserver-option honor-keyserver-url is set (and it is by
286 default), then the preferred keyserver is used when refreshing
289 * The --sig-keyserver-url option can be used to inform signature
290 recipients where the signing key can be downloaded. When
291 verifying the signature, if the signing key is not present, and
292 the keyserver options honor-keyserver-url and auto-key-retrieve
293 are set, this URL will be used to retrieve the key.
295 * Support for fetching keys via HTTP has been added. This is
296 mainly useful for setting a preferred keyserver URL like
297 "http://www.jabberwocky.com/key.asc".
299 * New --ask-cert-level/--no-ask-cert-level option to turn on and
300 off the prompt for signature level when signing a key. Defaults
303 * New --gpgconf-list command for internal use by the gpgconf
304 utility from gnupg 1.9.x.
307 Noteworthy changes in version 1.3.5 (2004-02-26)
308 ------------------------------------------------
310 * New --min-cert-level option to disregard key signatures that are
311 under a specified level. Defaults to 2 (i.e. discard 0x11
314 * New --max-output option to limit the amount of plaintext output
315 generated by GnuPG. This option can be used by programs which
316 call GnuPG to process messages that may result in plaintext
317 larger than the calling program is prepared to handle. This is
318 sometimes called a "Decompression Bomb".
320 * New --list-config command for frontends and other programs that
321 call GnuPG. See doc/DETAILS for the specifics of this.
323 * Some performance improvements with large keyrings. See the
324 build time option --enable-key-cache=SIZE in the README file for
327 * Some portability fixes for the OpenBSD/i386, HPPA, and AIX
330 * New keyserver-option "http-proxy" to specify which proxy to use
331 in the config file without using environment variables.
333 * Added support for storing, retrieving, and searching for keys in
334 LDAP servers. Note that this is different than the "LDAP
335 keyserver" which was already (and remains) supported.
337 * Added support for TLS and LDAPS session encryption for LDAP.
339 * --show-session-key/--override-session-key now works with
340 --symmetric messages.
342 * The configure options --enable-rsa and --disable-rsa can now be
343 used to enable or disable the RSA algorithm. This can be useful
344 for embedded use where space is tight. --enable-minimal
345 includes --disable-rsa. RSA is enabled by default.
347 * The last support for Elgamal sign+encrypt keys has been removed.
350 Noteworthy changes in version 1.3.4 (2003-11-27)
351 ------------------------------------------------
353 * Added support for BZIP2 compression. This should be considered
354 experimental, and is only available if the libbzip2 library
355 <http://sources.redhat.com/bzip2/> is installed.
357 * Added the ability to handle messages that can be decrypted with
358 either a passphrase or a secret key. These messages may be
359 generated with --symmetric --encrypt or --symmetric --sign
362 * The config file search has been enhanced to try for less
363 specific filename matches before giving up. For example,
364 version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and
365 gpg.conf-1 before falling back to the regular gpg.conf file.
367 * Fixed a format string bug in the HKP keyserver handler.
369 * Support for Elgamal sign+encrypt keys has been removed. Old
370 signatures may still be verified, and existing encrypted
371 messages may still be decrypted, but no new signatures may be
372 issued by, and no new messages will be encrypted to, these keys.
375 Noteworthy changes in version 1.3.3 (2003-10-10)
376 ------------------------------------------------
378 * Basic support for the OpenPGP card. New commands --card-status,
379 --card-edit, --change-pin and the configuration options
380 --reader-port, --ctapi-driver, --pcsc-driver, and --disable-ccid.
382 * Full (read/write) support for the SHA-256 hash has been added.
384 * Support for the TIGER/192 hash has been dropped. This should
385 not be interpreted as a statement as to the strength of
386 TIGER/192 - rather, the upcoming revision to the OpenPGP
387 standard removes support for several unused (or mostly unused)
390 * Revoked or expired user IDs are now skipped when selecting keys
391 for encryption. Specifying a key by the key ID overrides this
392 check and allows the selection of any key.
394 * Note that --no-mangle-dos-filenames is now the default. If you
395 are upgrading from a 1.2.x version of GnuPG, and are running a
396 very old version of Windows that has the 8.3 filename limit, you
397 may need to change this.
399 * Multiple "Comment:" lines in armored output are now allowed.
401 * New --list-options option. This option takes a list of
402 arguments that allows the user to customize exactly what key
403 listings (including the --edit-key listing) look like, enabling
404 or disabling things such as photo display, policy URL, preferred
405 keyserver URL, or notation display, long or short keyIDs,
406 calculated validity for each user ID, etc. See the manual for
407 the complete list of list-options.
409 * New --verify-options option. This option takes a list of
410 arguments that allows the user to customize exactly what happens
411 during signature verification, enabling or disabling things such
412 as photo display, policy URL, preferred keyserver URL, or
413 notation display, long or short keyIDs, calculated validity for
414 each user ID, etc. See the manual for the complete list of
417 * New --sig-keyserver-url to embed a "where to get my key"
418 subpacket into a signature.
420 * The options --show-photos, --show-policy-url, --show-notation,
421 and --show-keyring are all deprecated in favor of those
422 arguments to --list-options and --verify-options. The new
423 method is more flexible since a user can specify (for example)
424 showing photos during sig verification, but not in key listings.
426 * The complete fingerprint of the key that made a given key
427 certification is now available in the --with-colons output. For
428 technical reasons, this is only available when running with
429 --no-sig-cache set. See doc/DETAILS for the specifics of this.
431 * IPv6 support for HKP keyserver access. IPv6 for LDAP keyserver
432 access is also supported, but is dependent on the LDAP library
435 * To simplify running both the stable (1.2.x) and development
436 (1.3.x) versions of GnuPG, the development version will try to
437 load the options file gpg.conf-VERSION (e.g. gpg.conf-1.3.3 for
438 this release) before falling back to the regular gpg.conf file.
440 * Two new %-expandos for use in notation and policy URLs. "%g"
441 expands to the fingerprint of the key making the signature
442 (which might be a subkey), and "%p" expands to the fingerprint
443 of the primary key that owns the key making the signature.
445 * New "tru" record in --with-colons --list-keys listings. It
446 shows the status of the trust database that was used to
447 calculate the key validity in the listings. See doc/DETAILS for
448 the specifics of this.
450 * New REVKEYSIG status tag for --status-fd. It indicates a valid
451 signature that was issued by a revoked key. See doc/DETAILS for
452 the specifics of this.
454 * A number of portability changes to make building GnuPG on
455 less-common platforms easier.
458 Noteworthy changes in version 1.3.2 (2003-05-27)
459 ------------------------------------------------
461 * New "--gnupg" option (set by default) that disables --openpgp,
462 and the various --pgpX emulation options. This replaces
463 --no-openpgp, and --no-pgpX, and also means that GnuPG has
464 finally grown a --gnupg option to make GnuPG act like GnuPG.
466 * A bug in key validation has been fixed. This bug only affects
467 keys with more than one user ID (photo IDs do not count here),
468 and results in all user IDs on a given key being treated with
469 the validity of the most-valid user ID on that key.
471 * Notation names that do not contain a '@' are no longer allowed
472 unless --expert is set. This is to help prevent pollution of
473 the (as yet unused) IETF notation namespace.
475 * Multiple trust models are now supported via the --trust-model
476 option. The options are "pgp" (web-of-trust plus trust
477 signatures), "classic" (web-of-trust only), and "always"
478 (identical to the --always-trust option).
480 * The --personal-{cipher|digest|compression}-preferences are now
481 consulted to get default algorithms before resorting to the
482 last-ditch defaults of --s2k-cipher-algo, SHA1, and ZIP
483 respectively. This allows a user to set algorithms to use in a
484 safe manner so they are used when legal to do so, without
485 forcing them on for all messages.
487 * New --primary-keyring option to designate the keyring that the
488 user wants new keys imported into.
490 * --s2k-digest-algo is now used for all password mangling.
491 Earlier versions used both --s2k-digest-algo and --digest-algo
492 for passphrase mangling.
494 * Handling of --hidden-recipient or --throw-keyid messages is now
495 easier - the user only needs to give their passphrase once, and
496 GnuPG will try it against all of the available secret keys.
498 * Care is taken to prevent compiler optimization from removing
501 * New option --no-mangle-dos-filenames so that filenames are not
502 truncated in the W32 version.
504 * A "convert-from-106" script has been added. This is a simple
505 script that automates the conversion from a 1.0.6 or earlier
506 version of GnuPG to a 1.0.7 or later version.
508 * Disabled keys are now skipped when selecting keys for
509 encryption. If you are using the --with-colons key listings to
510 detect disabled keys, please see doc/DETAILS for a minor format
511 change in this release.
513 * Minor trustdb changes to make the trust calculations match
516 * New command "revuid" in the --edit-key menu to revoke a user ID.
517 This is a simpler interface to the old method (which still
518 works) of revoking the user ID self-signature.
520 * Status VALIDSIG does now also print the primary key's
521 fingerprint, as well as the signature version, pubkey algorithm,
522 hash algorithm, and signature class.
524 * Add read-only support for the SHA-256 hash, and optional
525 read-only support for the SHA-384 and SHA-512 hashes.
527 * New option --enable-progress-filter for use with frontends.
529 * DNS SRV records are used in HKP keyserver lookups to allow
530 administrators to load balance and select keyserver ports
531 automatically. This is as specified in
532 draft-shaw-openpgp-hkp-00.txt.
534 * When using the "keyid!" syntax during a key export, only that
535 specified key is exported. If the key in question is a subkey,
536 the primary key plus only that subkey is exported.
538 * configure --disable-xxx options to disable individual algorithms
539 at build time. This can be used to build a smaller gpg binary
540 for embedded uses where space is tight. See the README file for
541 the algorithms that can be used with this option, or use
542 --enable-minimal to build the smallest gpg possible (disables
543 all optional algorithms, disables keyserver access, and disables
546 * The keyserver no-modify flag on a key can now be displayed and
549 * Note that the TIGER/192 digest algorithm is in the process of
550 being dropped from the OpenPGP standard. While this release of
551 GnuPG still contains it, it is disabled by default. To ensure
552 you will still be able to use your messages with future versions
553 of GnuPG and other OpenPGP programs, please do not use this
557 Noteworthy changes in version 1.3.1 (2002-11-12)
558 ------------------------------------------------
560 * Trust signature support. This is based on the Maurer trust
561 model where a user can specify the trust level along with the
562 signature with multiple levels so users can delegate
563 certification ability to other users, possibly restricted by a
564 regular expression on the user ID. Note that full trust
565 signature support requires a regular expression parsing library.
566 The regexp code from glibc 2.3.1 is included for those platforms
567 that don't have working regexp functions available. The
568 configure option --disable-regex may be used to disable any
569 regular expression code, which will make GnuPG ignore any trust
570 signature with a regular expression included.
572 * Two new commands --hidden-recipient (-R) and --hidden-encrypt-to
573 encrypt to a user, but hide the identity of that user. This is
574 the same functionality as --throw-keyid, but can be used on a
577 * Full algorithm names (e.g. "3DES", "SHA1", "ZIP") can now be
578 used interchangeably with the short algorithm names (e.g. "S2",
579 "H2", "Z1") anywhere algorithm names are used in GnuPG.
582 Noteworthy changes in version 1.3.0 (2002-10-18)
583 ------------------------------------------------
585 * The last piece of internal keyserver support has been removed,
586 and now all keyserver access is done via the keyserver plugins.
587 There is also a newer keyserver protocol used between GnuPG and
588 the plugins, so plugins from earlier versions of GnuPG may not
591 * The HKP keyserver plugin supports the new machine-readable key
592 listing format for those keyservers that provide it.
594 * When using a HKP keyserver with multiple DNS records (such as
595 wwwkeys.pgp.net which has the addresses of multiple servers
596 around the world), try all records until one succeeds. Note
597 that it depends on the LDAP library used whether the LDAP
598 keyserver plugin does this as well.
600 * The library dependencies for OpenLDAP seem to change fairly
601 frequently, and GnuPG's configure script cannot guess all the
602 combinations. Use ./configure LDAPLIBS="-L libdir -l libs" to
603 override the script and use the libraries selected.
605 * Secret keys generated with --export-secret-subkeys are now
606 indicated in key listings with a '#' after the "sec", and in
607 --with-colons listings by showing no capabilities (no lowercase
610 * --trusted-key has been un-obsoleted, as it is useful for adding
611 ultimately trusted keys from the config file. It is identical
612 to using --edit and "trust" to change a key to ultimately
615 * Translations other than de are no longer distributed with the
616 development branch. This is due to the frequent text changes
617 during development, which cause the translations to rapidly go
621 Noteworthy changes in version 1.1.92 (2002-09-11)
622 -------------------------------------------------
624 * [IMPORTANT] The default configuration file is now
625 ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will
626 still be used. This change is required to have a more
627 consistent naming scheme with forthcoming tools.
629 * The use of MDCs have increased. A MDC will be used if the
630 recipients directly request it, if the recipients have AES,
631 AES192, AES256, or TWOFISH in their cipher preferences, or if
632 the chosen cipher has a blocksize not equal to 64 bits
633 (currently this is also AES, AES192, AES256, and TWOFISH).
635 * GnuPG will no longer automatically disable compression when
636 processing an already-compressed file unless a MDC is being
637 used. This is to give the message a certain amount of
638 resistance to the chosen-ciphertext attack while communicating
639 with other programs (most commonly PGP earlier than version 7.x)
640 that do not support MDCs.
642 * The option --interactive now has the desired effect when
645 * The file permission and ownership checks on files have been
646 clarified. Specifically, the homedir (usually ~/.gnupg) is
647 checked to protect everything within it. If the user specifies
648 keyrings outside this homedir, they are presumed to be shared
649 keyrings and therefore *not* checked. Configuration files
650 specified with the --options option and the IDEA cipher
651 extension specified with --load-extension are checked, along
652 with their enclosing directories.
654 * The configure option --with-static-rnd=auto allows to build gpg
655 with all available entropy gathering modules included. At
656 runtime the best usable one will be selected from the list
657 linux, egd, unix. This is also the default for systems lacking
658 a /dev/random device.
660 * The default character set is now taken from the current locale;
661 it can still be overridden by the --charset option. Using the
662 option -vvv shows the used character set.
664 * [REMOVED] --emulate-checksum-bug and --emulate-3des-s2k-bug have
668 Noteworthy changes in version 1.1.91 (2002-08-04)
669 -------------------------------------------------
671 * All modules are now linked statically; the --load-extension
672 option is in general not useful anymore. The only exception is
673 to specify the deprecated idea cipher.
675 * The IDEA plugin has changed. Previous versions of the IDEA
676 plugin will no longer work with GnuPG. However, the current
677 version of the plugin will work with earlier GnuPG versions.
679 * When using --batch with one of the --delete-key commands, the
680 key must be specified by fingerprint. See the man page for
683 * There are now various ways to restrict the ability GnuPG has to
684 exec external programs (for the keyserver helpers or photo ID
685 viewers). Read the README file for the complete list.
687 * New export option to leave off attribute packets (photo IDs)
688 during export. This is useful when exporting to HKP keyservers
689 which do not understand attribute packets.
691 * New import option to repair during import the HKP keyserver
692 mangling multiple subkeys bug. Note that this cannot completely
693 repair the damaged key as some crucial data is removed by the
694 keyserver, but it does at least give you back one subkey. This
695 is on by default for keyserver --recv-keys, and off by default
696 for regular --import.
698 * The keyserver helper programs now live in
699 /usr/[local/]libexec/gnupg by default. If you are upgrading
700 from 1.0.7, you might want to delete your old copies in
701 /usr/[local/]bin. If you use an OS that does not use libexec
702 for whatever reason, use configure --libexecdir=/usr/local/lib
703 to place the keyserver helpers there.
705 * The LDAP keyserver handler now works properly with very old
706 (version 1) LDAP keyservers.
709 Noteworthy changes in version 1.1.90 (2002-07-01)
710 -------------------------------------------------
712 * New commands: --personal-cipher-preferences,
713 --personal-digest-preferences, and
714 --personal-compress-preferences allow the user to specify which
715 algorithms are to be preferred. Note that this does not permit
716 using an algorithm that is not present in the recipient's
717 preferences (which would violate the OpenPGP standard). This
718 just allows sorting the preferences differently.
720 * New "group" command to refer to several keys with one name.
722 * A warning is issued if the user forces the use of an algorithm
723 that is not listed in the recipient's preferences.
725 * Full revocation key (aka "designated revoker") support.
727 * The preferred hash algorithms on a key are consulted when
728 encrypting a signed message to that key. Note that this is
729 disabled by default by a SHA1 preference in
730 --personal-digest-preferences.
732 * --cert-digest-algo allows the user to specify the hash algorithm
733 to use when signing a key rather than the default SHA1 (or MD5
734 for PGP2 keys). Do not use this feature unless you fully
735 understand the implications of this.
737 * --pgp7 mode automatically sets all necessary options to ensure
738 that the resulting message will be usable by a user of PGP 7.x.
740 * New --attribute-fd command for frontends and scripts to get the
741 contents of attribute packets (i.e. photos)
743 * In expert mode, the user can now re-sign a v3 key with a v4
744 self-signature. This does not change the v3 key into a v4 key,
745 but it does allow the user to use preferences, primary ID flags,
748 * Significantly improved photo ID support on non-unixlike
751 * The version number has jumped ahead to 1.1.90 to skip over the
752 old version 1.1 and to get ready for the upcoming 1.2.
754 * ElGamal sign and encrypt is not anymore allowed in the key
755 generation dialog unless in expert mode. RSA sign and encrypt
756 has been added with the same restrictions.
758 * [W32] Keyserver access does work with Windows NT.
761 Noteworthy changes in version 1.0.7 (2002-04-29)
762 ------------------------------------------------
764 * Secret keys are now stored and exported in a new format which
765 uses SHA-1 for integrity checks. This format renders the
766 Rosa/Klima attack useless. Other OpenPGP implementations might
767 not yet support this, so the option --simple-sk-checksum creates
768 the old vulnerable format.
770 * The default cipher algorithm for encryption is now CAST5,
771 default hash algorithm is SHA-1. This will give us better
772 interoperability with other OpenPGP implementations.
774 * Symmetric encrypted messages now use a fixed file size if
775 possible. This is a tradeoff: it breaks PGP 5, but fixes PGP 2,
776 6, and 7. Note this was only an issue with RFC-1991 style
779 * Photographic user ID support. This uses an external program to
782 * Enhanced keyserver support via keyserver "plugins". GnuPG comes
783 with plugins for the NAI LDAP keyserver as well as the HKP email
784 keyserver. It retains internal support for the HKP HTTP
787 * Nonrevocable signatures are now supported. If a user signs a
788 key nonrevocably, this signature cannot be taken back so be
791 * Multiple signature classes are usable when signing a key to
792 specify how carefully the key information (fingerprint, photo
793 ID, etc) was checked.
795 * --pgp2 mode automatically sets all necessary options to ensure
796 that the resulting message will be usable by a user of PGP 2.x.
798 * --pgp6 mode automatically sets all necessary options to ensure
799 that the resulting message will be usable by a user of PGP 6.x.
801 * Signatures may now be given an expiration date. When signing a
802 key with an expiration date, the user is prompted whether they
803 want their signature to expire at the same time.
805 * Revocation keys (designated revokers) are now supported if
806 present. There is currently no way to designate new keys as
809 * Permissions on the .gnupg directory and its files are checked
812 * --expert mode enables certain silly things such as signing a
813 revoked user id, expired key, or revoked key.
815 * Some fixes to build cleanly under Cygwin32.
817 * New tool gpgsplit to split OpenPGP data formats into packets.
819 * New option --preserve-permissions.
821 * Subkeys created in the future are not used for encryption or
822 signing unless the new option --ignore-valid-from is used.
824 * Revoked user-IDs are not listed unless signatures are listed too
825 or we are in verbose mode.
827 * There is no default comment string with ascii armors anymore
828 except for revocation certificates and --enarmor mode.
830 * The command "primary" in the edit menu can be used to change the
831 primary UID, "setpref" and "updpref" can be used to change the
834 * Fixed the preference handling; since 1.0.5 they were erroneously
835 matched against against the latest user ID and not the given one.
837 * RSA key generation.
839 * Merged Stefan's patches for RISC OS in. See comments in
840 scripts/build-riscos.
842 * It is now possible to sign and conventional encrypt a message (-cs).
844 * The MDC feature flag is supported and can be set by using
845 the "updpref" edit command.
847 * The status messages GOODSIG and BADSIG are now returning the primary
848 UID, encoded using %XX escaping (but with spaces left as spaces,
849 so that it should not break too much)
851 * Support for GDBM based keyrings has been removed.
853 * The entire keyring management has been revamped.
855 * The way signature stati are store has changed so that v3
856 signatures can be supported. To increase the speed of many
857 operations for existing keyrings you can use the new
858 --rebuild-keydb-caches command.
860 * The entire key validation process (trustdb) has been revamped.
861 See the man page entries for --update-trustdb, --check-trustdb
862 and --no-auto-check-trustdb.
864 * --trusted-keys is again obsolete, --edit can be used to set the
865 ownertrust of any key to ultimately trusted.
867 * A subkey is never used to sign keys.
869 * Read only keyrings are now handled as expected.
872 Noteworthy changes in version 1.0.6 (2001-05-29)
873 ------------------------------------------------
875 * Security fix for a format string bug in the tty code.
877 * Fixed format string bugs in all PO files.
879 * Removed Russian translation due to too many bugs. The FTP
880 server has an unofficial but better translation in the contrib
883 * Fixed expire time calculation and keyserver access.
885 * The usual set of minor bug fixes and enhancements.
887 * non-writable keyrings are now correctly handled.
890 Noteworthy changes in version 1.0.5 (2001-04-29)
891 ------------------------------------------------
893 * WARNING: The semantics of --verify have changed to address a
894 problem with detached signature detection. --verify now ignores
895 signed material given on stdin unless this is requested by using
896 a "-" as the name for the file with the signed material. Please
897 check all your detached signature handling applications and make
898 sure that they don't pipe the signed material to stdin without
899 using a filename together with "-" on the the command line.
901 * WARNING: Corrected hash calculation for input data larger than
902 512M - it was just wrong, so you might notice bad signature in
903 some very big files. It may be wise to keep an old copy of
906 * Secret keys are no longer imported unless you use the new option
907 --allow-secret-key-import. This is a kludge and future versions will
908 handle it in another way.
910 * New command "showpref" in the --edit-key menu to show an easier
911 to understand preference listing.
913 * There is now the notation of a primary user ID. For example, it
914 is printed with a signature verification as the first user ID;
915 revoked user IDs are not printed there anymore. In general the
916 primary user ID is the one with the latest self-signature.
918 * New --charset=utf-8 to bypass all internal conversions.
920 * Large File Support (LFS) is now working.
922 * New options: --ignore-crc-error, --no-sig-create-check,
923 --no-sig-cache, --fixed-list-mode, --no-expensive-trust-checks,
924 --enable-special-filenames and --use-agent. See man page.
926 * New command --pipemode, which can be used to run gpg as a
927 co-process. Currently only the verification of detached
928 signatures are working. See doc/DETAILS.
930 * Keyserver support for the W32 version.
932 * Rewritten key selection code so that GnuPG can better cope with
933 multiple subkeys, expire dates and so. The drawback is that it
936 * A whole lot of bug fixes.
938 * The verification status of self-signatures are now cached. To
939 increase the speed of key list operations for existing keys you
940 can do the following in your GnuPG homedir (~/.gnupg):
941 cp pubring.gpg pubring.gpg.save && gpg --export-all >x && \
942 rm pubring.gpg && gpg --import x
943 Only v4 keys (i.e not the old RSA keys) benefit from this caching.
945 * New translations: Estonian, Turkish.
948 Noteworthy changes in version 1.0.4 (2000-10-17)
949 ------------------------------------------------
951 * Fixed a serious bug which could lead to false signature verification
952 results when more than one signature is fed to gpg. This is the
953 primary reason for releasing this version.
955 * New utility gpgv which is a stripped down version of gpg to
956 be used to verify signatures against a list of trusted keys.
958 * Rijndael (AES) is now supported and listed with top preference.
960 * --with-colons now works with --print-md[s].
962 Noteworthy changes in version 1.0.3 (2000-09-18)
963 ------------------------------------------------
965 * Fixed problems with piping to/from other MS-Windows software
967 * Expiration time of the primary key can be changed again.
969 * Revoked user IDs are now marked in the output of --list-key
971 * New options --show-session-key and --override-session-key
972 to help the British folks to somewhat minimize the danger
973 of this Orwellian RIP bill.
975 * New options --merge-only and --try-all-secrets.
977 * New configuration option --with-egd-socket.
979 * The --trusted-key option is back after it left us with 0.9.5
981 * RSA is supported. Key generation does not yet work but will come
984 * CAST5 and SHA-1 are now the default algorithms to protect the key
985 and for symmetric-only encryption. This should solve a couple
986 of compatibility problems because the old algorithms are optional
989 * Twofish and MDC enhanced encryption is now used. PGP 7 supports
990 this. Older versions of GnuPG don't support it, so they should be
991 upgraded to at least 1.0.2
994 Noteworthy changes in version 1.0.2 (2000-07-12)
995 ----------------------------------------------
997 * Fixed expiration handling of encryption keys.
999 * Add an experimental feature to do unattended key generation.
1001 * The user is now asked for the reason of revocation as required
1002 by the new OpenPGP draft.
1004 * There is a ~/.gnupg/random_seed file now which saves the
1005 state of the internal RNG and increases system performance
1006 somewhat. This way the full entropy source is only used in
1007 cases were it is really required.
1008 Use the option --no-random-seed-file to disable this feature.
1010 * New options --ignore-time-conflict and --lock-never.
1012 * Some fixes for the W32 version.
1014 * The entropy.dll is not anymore used by the W32 version but replaced
1015 by code derived from Cryptlib.
1017 * Encryption is now much faster: About 2 times for 1k bit keys
1018 and 8 times for 4k keys.
1020 * New encryption keys are generated in a way which allows a much
1023 * New command --export-secret-subkeys which outputs the
1024 the _primary_ key with it's secret parts deleted. This is
1025 useful for automated decryption/signature creation as it
1026 allows to keep the real secret primary key offline and
1027 thereby protecting the key certificates and allowing to
1028 create revocations for the subkeys. See the FAQ for a
1029 procedure to install such secret keys.
1031 * Keygeneration now writes to the first writeable keyring or
1032 as default to the one in the homedirectory. Prior versions
1033 ignored all --keyring options.
1035 * New option --command-fd to take user input from a file descriptor;
1036 to be used with --status-fd by software which uses GnuPG as a backend.
1038 * There is a new status PROGRESS which is used to show progress during
1041 * Support for the new MDC encryption packets. To create them either
1042 --force-mdc must be use or cipher algorithm with a blocksize other
1043 than 64 bits is to be used. --openpgp currently disables MDC packets
1044 entirely. This option should not yet be used.
1046 * New option --no-auto-key-retrieve to disable retrieving of
1047 a missing public key from a keyserver, when a keyserver has been set.
1049 * Danish translation
1051 Noteworthy changes in version 1.0.1 (1999-12-16)
1052 -----------------------------------
1054 * New command --verify-files. New option --fast-list-mode.
1056 * $http_proxy is now used when --honor-http-proxy is set.
1058 * Fixed some minor bugs and the problem with conventional encrypted
1059 packets which did use the gpg v3 partial length headers.
1061 * Add Indonesian and Portugese translations.
1063 * Fixed a bug with symmetric-only encryption using the non-default 3DES.
1064 The option --emulate-3des-s2k-bug may be used to decrypt documents
1065 which have been encrypted this way; this should be done immediately
1066 as this workaround will be remove in 1.1
1068 * Can now handle (but not display) PGP's photo IDs. I don't know the
1069 format of that packet but after stripping a few bytes from the start
1070 it looks like a JPEG (at least my test data). Handling of this
1071 package is required because otherwise it would mix up the
1072 self signatures and you can't import those keys.
1074 * Passing non-ascii user IDs on the commandline should now work in all
1077 * New keys are now generated with an additional preference to Blowfish.
1079 * Removed the GNU Privacy Handbook from the distribution as it will go
1080 into a separate one.
1083 Noteworthy changes in version 1.0.0 (1999-09-07)
1084 -----------------------------------
1086 * Add a very preliminary version of the GNU Privacy Handbook to
1087 the distribution (lynx doc/gph/index.html).
1089 * Changed the version number to GnuPG 2001 ;-)
1092 Noteworthy changes in version 0.9.11
1093 ------------------------------------
1095 * UTF-8 strings are now correctly printed (if --charset is set correctly).
1096 Output of --with-colons remains C-style escaped UTF-8.
1098 * Workaround for a problem with PGP 5 detached signature in textmode.
1100 * Fixed a problem when importing new subkeys (duplicated signatures).
1102 Noteworthy changes in version 0.9.10
1103 ------------------------------------
1105 * Some strange new options to help pgpgpg
1107 * Cleaned up the dox a bit.
1110 Noteworthy changes in version 0.9.9
1111 -----------------------------------
1113 * New options --[no-]utf8-strings.
1115 * New edit-menu commands "enable" and "disable" for entire keys.
1117 * You will be asked for a filename if gpg cannot deduce one.
1119 * Changes to support libtool which is needed for the development
1122 * New script tools/lspgpot to help transferring assigned
1123 trustvalues from PGP to GnuPG.
1125 * New commands --lsign-key and made --sign-key a shortcut for --edit
1128 * New options (#122--126 ;-) --[no-]default-recipient[-self],
1129 --disable-{cipher,pubkey}-algo. See the man page.
1131 * Enhanced info output in case of multiple recipients and fixed exit code.
1133 * New option --allow-non-selfsigned-uid to work around a problem with
1134 the German IN way of separating signing and encryption keys.
1137 Noteworthy changes in version 0.9.8
1138 -----------------------------------
1140 * New subcommand "delsig" in the edit menu.
1142 * The name of the output file is not anymore the one which is
1143 embedded in the processed message, but the used filename with
1144 the extension stripped. To revert to the old behaviour you can
1145 use the option --use-embedded-filename.
1147 * Another hack to cope with pgp2 generated detached signatures.
1149 * latin-2 character set works (--charset=iso-8859-2).
1151 * New option --with-key-data to list the public key parameters.
1152 New option -N to insert notations and a --set-policy-url.
1153 A couple of other options to allow reseting of options.
1155 * Better support for HPUX.
1158 Noteworthy changes in version 0.9.7
1159 -----------------------------------
1161 * Add some work arounds for a bugs in pgp 2 which led to bad signatures
1162 when used with canonical texts in some cases.
1164 * Enhanced some status outputs.
1166 Noteworthy changes in version 0.9.6
1167 -----------------------------------
1169 * Twofish is now statically linked by default. The experimental 128 bit
1170 version is now disabled. Full support will be available as soon as
1171 the OpenPGP WG has decided on an interpretation of rfc2440.
1173 * Dropped support for the ancient Blowfish160 which is not OpenPGP.
1175 * Merged gpgm and gpg into one binary.
1177 * Add "revsig" and "revkey" commands to the edit menu. It is now
1178 possible to revoke signature and subkeys.
1181 Noteworthy changes in version 0.9.5
1182 -----------------------------------
1184 * New command "lsign" in the keyedit menu to create non-exportable
1185 signatures. Removed --trusted-keys option.
1187 * A bunch of changes to the key validation code.
1189 * --list-trust-path now has an optional --with-colons format.
1191 * New command --recv-keys to import keys from an keyserver.
1194 Noteworthy changes in version 0.9.4
1195 -----------------------------------
1197 * New configure option --enable-static-rnd=[egd|linux|unix|none]
1198 to select a random gathering module for static linking.
1200 * The original text is now verbatim copied to a cleartext signed message.
1202 * Bugfixes but there are still a couple of bugs.
1205 Noteworthy changes in version 0.9.3
1206 -----------------------------------
1208 * Changed the internal design of getkey which now allows a
1209 efficient lookup of multiple keys and add a word match mode.
1211 * New options --[no-]encrypt-to.
1213 * Some changes to the configure stuff. Switched to automake 1.4.
1214 Removed intl/ from CVS, autogen.sh now uses gettextize.
1216 * Preferences now include Twofish. Removed preference to Blowfish with
1217 a special hack to suppress the "not listed in preferences" warning;
1218 this is to allow us to switch completely to Twofish in the near future.
1220 * Changed the locking stuff.
1222 * Print all user ids of a good signature.
1225 Noteworthy changes in version 0.9.2
1226 -----------------------------------
1228 * add some additional time warp checks.
1230 * Option --keyserver and command --send-keys to utilize HKP servers.
1232 * Upgraded to zlib 1.1.3 and fixed an inflate bug
1234 * More cleanup on the cleartext signatures.
1237 Noteworthy changes in version 0.9.1
1238 -----------------------------------
1240 * Polish language support.
1242 * When querying the passphrase, the key ID of the primary key is
1243 displayed along with the one of the used secondary key.
1245 * Fixed a bug occurring when decrypting pgp 5 encrypted messages,
1246 fixed an infinite loop bug in the 3DES code and in the code
1247 which looks for trusted signatures.
1249 * Fixed a bug in the mpi library which caused signatures not to
1252 * Rewrote the handling of cleartext signatures; the code is now
1253 better maintainable (I hope so).
1255 * New status output VALIDSIG only for valid signatures together
1256 with the fingerprint of the signer's key.
1259 Noteworthy changes in version 0.9.0
1260 -----------------------------------
1262 * --export does now only exports rfc2440 compatible keys; the
1263 old behaviour is available with --export-all.
1264 Generation of v3 ElGamal (sign and encrypt) keys is not longer
1267 * Fixed the uncompress bug.
1269 * Rewrote the rndunix module. There are two environment variables
1270 used for debugging now: GNUPG_RNDUNIX_DBG give the file to write
1271 debugging information (use "-" for stdout) and if GNUPG_RNDUNIX_DBGALL
1272 is set, all programs which are only tried are also printed.
1274 * New option --escape-from-lines to "dash-escape" "From " lines to
1275 prevent mailers to change them to ">From ". This is not enabled by
1276 default because it is not in compliance with rfc2440 - however, you
1280 Noteworthy changes in version 0.4.5
1281 -----------------------------------
1283 * The keyrings and the trustdb is now locked, so that
1284 other GnuPG processes won't damage these files. You
1285 may want to put the option --lock-once into your options file.
1287 * The latest self-signatures are now used; this enables --import
1288 to see updated preferences etc.
1290 * Import of subkeys should now work.
1292 * Random gathering modules may now be loaded as extensions. Add
1293 such a module for most Unices but it is very experimental!
1295 * Brazilian language support.
1298 Noteworthy changes in version 0.4.4
1299 -----------------------------------
1301 * Fixed the way the key expiration time is stored. If you have
1302 an expiration time on your key you should fix it with --edit-key
1303 and the command "expire". I apologize for this inconvenience.
1305 * Add option --charset to support "koi8-r" encoding of user ids.
1308 * Preferences should now work again. You should run
1309 "gpgm --check-trustdb \*" to rebuild all preferences.
1311 * Checking of certificates should now work but this needs a lot
1312 of testing. Key validation values are now cached in the
1313 trustdb; they should be recalculated as needed, but you may
1314 use --check-trustdb or --update-trustdb to do this.
1316 * Spanish translation by Urko Lusa.
1318 * Patch files are from now on signed. See the man page
1319 for the new option --not-dash-escaped.
1321 * New syntax: --edit-key <userID> [<commands>]
1322 If you run it without --batch the commands are executed and then
1323 you are put into normal mode unless you use "quit" or "save" as
1324 one of the commands. When in batch mode, the program quits after
1325 the last command, so you have to use "save" if you did some changes.
1326 It does not yet work completely, but may be used to list so the
1330 Noteworthy changes in version 0.4.3
1331 -----------------------------------
1333 * Fixed the gettext configure bug.
1335 * Kludge for RSA keys: keyid and length of a RSA key are
1336 correctly reported, but you get an error if you try to use
1337 this key (If you do not have the non-US version).
1339 * Experimental support for keyrings stored in a GDBM database.
1340 This is *much* faster than a standard keyring. You will notice
1341 that the import gets slower with time; the reason is that all
1342 new keys are used to verify signatures of previous inserted
1343 keys. Use "--keyring gnupg-gdbm:<name-of-gdbm-file>". This is
1344 not (yet) supported for secret keys.
1346 * A Russian language file in the distribution (alternatives are in
1347 the contrib directory of the FTP servers)
1349 * commandline option processing now works as expected for GNU programs
1350 with the exception that you can't mix options and normal arguments.
1352 * Now --list-key lists all matching keys. This is needed in some
1356 Noteworthy changes in version 0.4.2
1357 -----------------------------------
1359 * This is only a snapshot: There are still a few bugs.
1361 * Fixed this huge memory leak.
1363 * Redesigned the trust database: You should run "gpgm --check-trustdb".
1364 New command --update-trustdb, which adds new key from the public
1365 keyring into your trustdb
1367 * Fixed a bug in the armor code, leading to invalid packet errors.
1368 (a workaround for this was to use --no-armor). The shorten line
1369 length (64 instead of 72) fixes a problem with pgp5 and keyservers.
1371 * comment packets are not anymore generated. "--export" filters
1372 them out. One Exception: The comment packets in a secret keyring
1373 are still used because they carry the factorization of the public
1376 * --import now only looks for KEYBLOCK headers, so you can now simply
1377 remove the "- " in front of such a header if someone accidently signed
1378 such a message or the keyblock is part of a cleartext signed message.
1380 * --with-colons now lists the key expiration time and not anymore
1383 * Some keyblocks created with old releases have a wrong sequence
1384 of packets, so that the keyservers don't accept these keys.
1385 Simply using "--edit-key" fixes the problem.
1387 * New option --force-v3-sigs to generate signed messages which are
1388 compatible to PGP 5.
1390 * Add some code to support DLD (for non ELF systems) - but this is
1391 not tested because my BSD box is currently broken.
1393 * New command "expire" in the edit-key menu.
1397 Noteworthy changes in version 0.4.1
1398 -----------------------------------
1399 * A secondary key is used when the primary key is specified but cannot
1400 be used for the operation (if it is a sign-only key).
1402 * GNUPG can now handle concatenated armored messages: There is still a
1403 bug if different kinds of messages are mixed.
1405 * Iterated+Salted passphrases now work. If want to be sure that PGP5
1406 is able to handle them you may want to use the options
1407 "--s2k-mode 3 --s2k-cipher-algo cast5 --s2k-digest-algo sha1"
1408 when changing a passphrase.
1410 * doc/OpenPGP talks about OpenPGP compliance, doc/HACKING gives
1411 a few hints about the internal structure.
1413 * Checked gnupg against the August 1998 draft (07) and I believe
1414 it is in compliance with this document (except for one point).
1416 * Fixed some bugs in the import merging code and rewrote some
1417 code for the trustdb.
1420 Noteworthy changes in version 0.4.0
1421 -----------------------------------
1422 * Triple DES is now supported. Michael Roth did this piece of
1423 needed work. We have now all the coded needed to be OpenPGP
1426 * Added a simple rpm spec file (see INSTALL).
1428 * detached and armored signatures are now using "PGP SIGNATURE",
1429 except when --rfc1991 is used.
1431 * All times which are not in the yyyy-mm-dd format are now printed
1435 Noteworthy changes in version 0.3.5
1436 -----------------------------------
1437 * New option --throw-keyid to create anonymous enciphered messages.
1438 If gpg detects such a message it tires all available secret keys
1439 in turn so decode it. This is a gnupg extension and not in OpenPGP
1440 but it has been discussed there and afaik some products use this
1441 scheme too (Suggested by Nimrod Zimmerman).
1443 * Fixed a bug with 5 byte length headers.
1445 * --delete-[secret-]key is now also available in gpgm.
1447 * cleartext signatures are not anymore converted to LF only.
1449 * Fixed a trustdb problem. Run "gpgm --check-trustdb" to fix old
1452 * Building in another directory should now work.
1454 * Weak key detection mechanism (Niklas Hernaeus).
1457 Noteworthy changes in version 0.3.4
1458 -----------------------------------
1459 * New options --comment and --set-filename; see g10/OPTIONS
1461 * yes/no, y/n localized.
1465 Noteworthy changes in version 0.3.3
1466 -----------------------------------
1467 * IMPORTANT: I found yet another bug in the way the secret keys
1468 are encrypted - I did it the way pgp 2.x did it, but OpenPGP
1469 and pgp 5.x specify another (in some aspects simpler) method.
1470 To convert your secret keys you have to do this:
1471 1. Build the new release but don't install it and keep
1472 a copy of the old program.
1473 2. Disable the network, make sure that you are the only
1474 user, be sure that there are no Trojan horses etc ....
1475 3. Use your old gpg (version 0.3.[12]) and set the
1476 passphrases of ALL your secret keys to empty!
1477 (gpg --change-passphrase your-user-id).
1478 4. Save your ownertrusts (see the next point)
1479 5. rm ~/.gnupg/trustdb.gpg
1480 6. install the new version of gpg (0.3.3)
1481 7. For every secret key call "gpg --edit-key your-user-id",
1482 enter "passwd" at the prompt, follow the instructions and
1483 change your password back, enter "save" to store it.
1484 8. Restore the ownertrust (see next point).
1486 * The format of the trust database has changed; you must delete
1487 the old one, so gnupg can create a new one.
1488 IMPORTANT: Use version 0.3.[12] to save your assigned ownertrusts
1489 ("gpgm --list-ownertrust >saved-trust"); then build this new version
1490 and restore the ownertrust with this new version
1491 ("gpgm --import-ownertrust saved-trust"). Please note that
1492 --list-ownertrust has been renamed to --export-ownertrust in this
1493 release and it does now only export defined ownertrusts.
1495 * The command --edit-key now provides a commandline driven menu
1496 which can be used for various tasks. --sign-key is only an
1497 an alias to --edit-key and maybe removed in future: use the
1498 command "sign" of this new menu - you can select which user ids
1501 * Alternate user ids can now be created an signed.
1503 * Owner trust values can now be changed with --edit-key (trust)
1505 * GNUPG can now run as a coprocess; this enables sophisticated
1506 frontends. tools/shmtest.c is a simple sample implementation.
1507 This needs some more work: all tty_xxx() are to be replaced
1508 by cpr_xxx() and some changes in the display logics is needed.
1510 * Removed options --gen-prime and --gen-random.
1512 * Removed option --add-key; use --edit-key instead.
1514 * Removed option --change-passphrase; use --edit-key instead.
1516 * Signatures are now checked even if the output file could not
1517 be created. Command "--verify" tries to find the detached data.
1519 * gpg now disables core dumps.
1521 * compress and symmetric cipher preferences are now used.
1522 Because there is no 3DES yet, this is replaced by Blowfish.
1524 * We have added the Twofish as an experimental cipher algorithm.
1525 Many thanks to Matthew Skala for doing this work.
1526 Twofish is the AES submission from Schneier et al.; see
1527 "www.counterpane.com/twofish.html" for more information.
1529 * Started with a help system: If you enter a question mark at some
1530 prompt; you should get a specific help for this prompt.
1532 * There is no more backup copy of the secret keyring.
1534 * A lot of new bugs. I think this release is not as stable as
1538 Noteworthy changes in version 0.3.2
1539 -----------------------------------
1540 * Fixed some bugs when using --textmode (-seat)
1542 * Now displays the trust status of a positive verified message.
1544 * Keyrings are now scanned in the sequence they are added with
1545 --[secret-]keyring. Note that the default keyring is implicitly
1546 added as the very first one unless --no-default-keyring is used.
1548 * Fixed setuid and dlopen bug.
1550 Noteworthy changes in version 0.3.1
1551 -----------------------------------
1552 * Partial headers are now written in the OpenPGP format if
1553 a key in a v4 packet is used.
1555 * Removed some unused options, removed the gnupg.sig stuff.
1557 * Key lookup by name now returns a key which can be used for
1560 * New options --list-ownertrust (gpgm) to make a backup copy
1561 of the ownertrust values you assigned.
1563 * clear signature headers are now in compliance with OpenPGP.
1565 Noteworthy changes in version 0.3.0
1566 -----------------------------------
1568 * New option --emulate-checksum-bug. If your passphrase does not
1569 work anymore, use this option and --change-passphrase to rewrite
1572 * More complete v4 key support: Preferences and expiration time
1573 is set into the self signature.
1575 * Key generation defaults to DSA/ElGamal keys, so that new keys are
1576 interoperable with pgp5
1578 * DSA key generation is faster and key generation does not anymore
1579 remove entropy from the random generator (the primes are public
1580 parameters, so there is really no need for a cryptographic secure
1581 prime number generator which we had used).
1583 * A complete new structure for representing the key parameters.
1585 * Removed most public key knowledge into the cipher library.
1587 * Support for dynamic loading of new algorithms.
1589 * Moved tiger to an extension module.
1592 Noteworthy changes in version 0.2.19
1593 ------------------------------------
1595 * Replaced /dev/urandom in checks with new tool mk-tdata.
1597 * Some assembler file cleanups; some more functions for the Alpha.
1599 * Tiger has now the OpenPGP assigned number 6. Because the OID has
1600 changed, old signatures using this algorithm can't be verified.
1602 * gnupg now encrypts the compressed packed and not any longer in the
1603 reverse order; anyway it can decrypt both versions. Thanks to Tom
1604 for telling me this (not security related) bug.
1606 * --add-key works and you are now able to generate subkeys.
1608 * It is now possible to generate ElGamal keys in v4 packets to create
1611 * Some new features for better integration into MUAs.
1614 Noteworthy changes in version 0.2.18
1615 ------------------------------------
1617 * Splitted cipher/random.c, add new option "--disable-dev-random"
1618 to configure to support the development of a random source for
1619 other systems. Prepared sourcefiles rand-unix.c, rand-w32.c
1620 and rand-dummy.c (which is used to allow compilation on systems
1621 without a random source).
1623 * Fixed a small bug in the key generation (it was possible that 48 bits
1624 of a key were not taken from the random pool)
1626 * Add key generation for DSA and v4 signatures.
1628 * Add a function trap_unaligned(), so that a SIGBUS is issued on
1629 Alphas and not the slow emulation code is used. And success: rmd160
1632 * Enhanced the formatting facility of argparse and changed the use of
1633 \r,\v to @ because gettext does not like it.
1635 * New option "--compress-algo 1" to allow the creation of compressed
1636 messages which are readable by PGP and "--print-md" (gpgm) to make
1637 speed measurement easier.
1640 Noteworthy changes in version 0.2.17
1641 ------------------------------------
1643 * Comment packets are now of private type 61.
1645 * Passphrase code still used a 160 bit blowfish key, added a
1646 silly workaround. Please change your passphrase again - sorry.
1648 * Conventional encryption now uses a type 3 packet to describe the
1651 * The new algorithm number for Blowfish is 20, 16 is still used for
1652 encryption only; for signing it is only used when it is in a v3 packet,
1653 so that GNUPG keys are still valid.
1656 Noteworthy changes in version 0.2.16
1657 ------------------------------------
1659 * Add experimental support for the TIGER/192 message digest algorithm.
1660 (But there is only a dummy ASN OID).
1662 * Standard cipher is now Blowfish with 128 bit key in OpenPGP's CFB
1663 mode. I renamed the old cipher to Blowfish160. Because the OpenPGP
1664 group refused to assign me a number for Blowfish160, I have to
1665 drop support for this in the future. You should use
1666 "--change-passphrase" to recode your current passphrase with 128
1670 Noteworthy changes in version 0.2.15
1671 ------------------------------------
1673 * Fixed a bug with the old checksum calculation for secret keys.
1674 If you run the program without --batch, a warning does inform
1675 you if your secret key needs to be converted; simply use
1676 --change-passphrase to recalculate the checksum. Please do this
1677 soon, as the compatible mode will be removed sometime in the future.
1679 * CAST5 works (using the PGP's special CFB mode).
1681 * Again somewhat more PGP 5 compatible.
1683 * Some new test cases
1685 Noteworthy changes in version 0.2.14
1686 ------------------------------------
1688 * Changed the internal handling of keyrings.
1690 * Add support to list PGP 5 keyrings with subkeys
1692 * Timestamps of signatures are now verified.
1694 * A expiration time can now be specified during key generation.
1696 * Some speedups for Blowfish and SHA-1, rewrote SHA-1 transform.
1697 Reduced the amount of random bytes needed for key generation in
1701 Noteworthy changes in version 0.2.13
1702 ------------------------------------
1704 * Verify of DSA signatures works.
1706 * Re-implemented the slower random number generator.
1709 Noteworthy changes in version 0.2.12
1710 ------------------------------------
1712 * --delete-key checks that there is no secret key. The new
1713 option --delete-secret-key maybe used to delete a secret key.
1715 * "-kv" now works as expected. Options "--list-{keys,sigs]"
1716 and "--check-sigs" are now working.
1718 * New options "--verify" and "--decrypt" to better support integration
1719 into MUAs (partly done for Mutt).
1721 * New option "--with-colons" to make parsing of key lists easier.
1723 Noteworthy changes in version 0.2.11
1724 ------------------------------------
1726 * GPG now asks for a recipient's name if option "-r" is not used.
1728 * If there is no good trust path, the program asks whether to use
1729 the public keys anyway.
1731 * "--delete-key" works for public keys. What semantics shall I use
1732 when there is a secret key too? Delete the secret key or leave him
1733 and auto-regenerate the public key, next time the secret key is used?
1735 Noteworthy changes in version 0.2.10
1736 ------------------------------------
1738 * Code for the alpha is much faster (about 20 times); the data
1739 was misaligned and the kernel traps this, so nearly all time
1740 was used by system to trap the misalignments and to write
1741 syslog messages. Shame on me and thanks to Ralph for
1742 pointing me at this while drinking some beer yesterday.
1744 * Changed some configure options and add an option
1745 --disable-m-guard to remove the memory checking code
1746 and to compile everything with optimization on.
1748 * New environment variable GNUPGHOME, which can be used to set
1749 another homedir than ~/.gnupg. Changed default homedir for
1750 Windoze version to c:/gnupg.
1752 * Fixed detached signatures; detached PGP signatures caused a SEGV.
1754 * The Windoze version works (as usual w/o a strong RNG).
1757 Noteworthy changes in version 0.2.9
1758 -----------------------------------
1760 * Fixed FreeBSD bug.
1762 * Added a simple man page.
1764 * Switched to automake1.2f and a newer gettext.
1766 Noteworthy changes in version 0.2.8
1767 -----------------------------------
1769 * Changed the name to GNUPG, the binaries are called gpg and gpgm.
1770 You must rename rename the directory "~/.g10" to ~/.gnupg/, rename
1771 {pub,sec}ring.g10 to {pub,sec}ring.gpg, trustdb.g10 to trustdb.gpg
1772 and g10.sig to gnupg.sig.
1774 * New or changed passphrases are now salted.
1777 Noteworthy changes in version 0.2.7
1778 -----------------------------------
1780 * New command "gen-revoke" to create a key revocation certificate.
1782 * New option "homedir" to set the homedir (which defaults to "~/.g10").
1783 This directory is created if it does not exists (only the last
1784 part of the name and not the complete hierarchy)
1786 * Command "import" works. (Try: "finger gcrypt@ftp.guug.de|g10 --import")
1788 * New commands "dearmor/enarmor" for g10maint. These are mainly
1789 used for internal test purposes.
1791 * Option --version now conforming to the GNU standards and lists
1792 the available ciphers, message digests and public key algorithms.
1794 * Assembler code for m68k (not tested).
1796 * "make check" works.
1798 Noteworthy changes in version 0.2.6
1799 -----------------------------------
1801 * Option "--export" works.
1804 Noteworthy changes in version 0.2.5
1805 -----------------------------------
1807 * Added zlib for systems which don't have it.
1808 Use "./configure --with-zlib" to link with the static version.
1810 * Generalized some more functions and rewrote the encoding of
1811 message digests into MPIs.
1813 * Enhanced the checkit script
1816 Noteworthy changes in version 0.2.4
1817 -----------------------------------
1819 * nearly doubled the speed of the ElGamal signature verification.
1821 * backup copies of keyrings are created.
1823 * assembler stuff for Pentium; gives about 15% better performance.
1825 * fixed a lot of bugs.
1828 Noteworthy changes in version 0.2.3
1829 -----------------------------------
1831 * Found a bug in the calculation of ELG fingerprints. This is now
1832 fixed, but all existing fingerprints and keyids for ELG keys
1833 are not any more valid.
1835 * armor should now work; including clear signed text.
1837 * moved some options to the new program g10maint
1839 * It's now 64 bit clean and runs fine on an alpha--linux.
1841 * Key generation is much faster now. I fixed this by using not
1842 so strong random number for the primes (this was a bug because the
1843 ElGamal primes are public parameters and it does not make sense
1844 to generate them from strong random). The real secret is the x value
1845 which is still generated from strong (okay: /dev/random) random bits.
1847 * added option "--status-fd": see g10/OPTIONS
1849 * We have secure memory on systems which support mlock().
1850 It is not complete yet, because we do not have signal handler
1851 which does a cleanup in very case.
1852 We should also check the ulimit for the user in the case
1853 that the admin does not have set a limit on locked pages.
1855 * started with internationalization support.
1857 * The logic to handle the web of trust is now implemented. It is
1858 has some bugs; but I'm going to change the algorithm anyway.
1859 It works by calculating the trustlevel on the fly. It may ask
1860 you to provide trust parameters if the calculated trust probability
1861 is too low. I will write a paper which discusses this new approach.
1863 * a couple of changes to the configure script.
1865 * New option "--quick-random" which uses a much quicker random
1866 number generator. Keys generated while this option is in effect
1867 are flags with "INSECURE!" in the user-id. This is a development
1870 * Read support for new version packets (OpenPGP).
1872 * Comment packets are now of correct OpenPGP type 16. Old comment
1873 packets written by G10 are detected because they always start with
1874 a hash which is an invalid version byte.
1876 * The string "(INSECURE!)" is appended to a new user-id if this
1877 is generated on a system without a good random number generator.
1880 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1881 2005, 2006 Free Software Foundation, Inc.
1883 This file is free software; as a special exception the author gives
1884 unlimited permission to copy and/or distribute it, with or without
1885 modifications, as long as this notice is preserved.
1887 This file is distributed in the hope that it will be useful, but
1888 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1889 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.