1 Noteworthy changes in version 1.4.1
2 -------------------------------------------------
4 * New --rfc2440-text option which controls how text is handled in
5 signatures. This is in response to some problems seen with
6 certain PGP/MIME mail clients and GnuPG version 1.4.0. More
7 details about this are available at
8 <http://lists.gnupg.org/pipermail/gnupg-users/2005-January/024408.html>
10 * New "import-unusable-sigs" and "export-unusable-sigs" tags for
11 --import-options and --export-options. These are on by
12 default, and cause GnuPG to not import or export key signatures
13 that are not usable (e.g. expired signatures).
15 * New experimental HTTP, HTTPS, and FTP keyserver helper that uses
16 the cURL library (http://curl.haxx.se) to retrieve keys. This
17 is disabled by default, but may be enabled with the configure
18 option --with-libcurl. Without this option, the existing HTTP
19 code is used for HTTP, and HTTPS and FTP are not supported.
22 Noteworthy changes in version 1.4.0 (2004-12-16)
23 -------------------------------------------------
25 * See the file doc/highlights-1.4.txt for an overview of all
26 changes in respect to the 1.2 series.
29 Noteworthy changes in version 1.3.93 (2004-12-14)
30 -------------------------------------------------
32 * Ask the user to repeat a changed PIN.
34 * Switched to automake 1.9. Minor big fixes.
37 Noteworthy changes in version 1.3.92 (2004-10-28)
38 -------------------------------------------------
40 * Added Russian man page. Thanks to Pawel I. Shajdo.
42 * libiconv is now used to support other character sets other than
43 UTF-8, Latin-1,-2 and KOI8-2. The W32 version will only work
44 correctly when iconv.dll is installed on the system. A binary
45 version is available at all GNU mirror sites under libiconv.
47 * gettext for Windows has been simplified. The MO files are now
48 distributed UTF-8 encoded and gpg translates on the fly.
51 Noteworthy changes in version 1.3.91 (2004-10-15)
52 -------------------------------------------------
54 * A new configure option --enable-selinux-support disallows
55 processing of confidential files used by gpg (e.g. secring.gpg).
56 This helps writing ACLs for the SELinux kernel.
58 * Support for fetching keys via finger has been added. This is
59 useful for setting a preferred keyserver URL like
60 "finger:wk@g10code.com".
62 * Timeout support has been added to the keyserver helpers. This
63 allows users to set an upper limit on how long to wait for the
64 keyserver before giving up.
66 * New "direct" trust model where users can set key validity
67 directly if they do not want to participate in the web of trust.
69 * Minor bug fixes, code and string cleanups.
72 Noteworthy changes in version 1.3.90 (2004-10-01)
73 -------------------------------------------------
75 * Readline support at all prompts is now available if the systems
76 provides a readline library. The build time option
77 --without-readline may be used to disable this feature.
79 * Support for the OpenPGP smartcard is now enabled by default.
80 Use the option --disable-card-support to build without support
83 * New command "addcardkey" in the key edit menu to add subkeys to
84 a smartcard. New command "keytocard" to transfer a key to a smartcard.
85 The serial number of the card is show in secret key listings.
87 * -K may now be used as an alias for --list-secret-keys.
89 * HTTP Basic authentication is now supported for all HKP and HTTP
90 keyserver functions, either through a proxy or via direct
94 Noteworthy changes in version 1.3.6 (2004-05-22)
95 ------------------------------------------------
97 * New --keyid-format option that selects short (99242560), long
98 (DB698D7199242560), 0xshort (0x99242560), or 0xlong
99 (0xDB698D7199242560) keyid displays. This lets users tune the
100 display to what they prefer.
102 * The --list-options and --verify-options option
103 "show-long-keyids" has been removed since --keyid-format
104 obviates the need for them.
106 * Support for the old quasi-1991 partial length encoding has been
109 * The --export-all and --export-options include-non-rfc options
110 have been removed as superfluous since nonstandard V3 Elgamal
111 sign+encrypt keys have been removed.
113 * Preferred keyserver support has been added. Users may set a
114 preferred keyserver via the --edit-key command "keyserver". If
115 the --keyserver-option honor-keyserver-url is set (and it is by
116 default), then the preferred keyserver is used when refreshing
119 * The --sig-keyserver-url option can be used to inform signature
120 recipients where the signing key can be downloaded. When
121 verifying the signature, if the signing key is not present, and
122 the keyserver options honor-keyserver-url and auto-key-retrieve
123 are set, this URL will be used to retrieve the key.
125 * Support for fetching keys via HTTP has been added. This is
126 mainly useful for setting a preferred keyserver URL like
127 "http://www.jabberwocky.com/key.asc".
129 * New --ask-cert-level/--no-ask-cert-level option to turn on and
130 off the prompt for signature level when signing a key. Defaults
133 * New --gpgconf-list command for internal use by the gpgconf
134 utility from gnupg 1.9.x.
137 Noteworthy changes in version 1.3.5 (2004-02-26)
138 ------------------------------------------------
140 * New --min-cert-level option to disregard key signatures that are
141 under a specified level. Defaults to 2 (i.e. discard 0x11
144 * New --max-output option to limit the amount of plaintext output
145 generated by GnuPG. This option can be used by programs which
146 call GnuPG to process messages that may result in plaintext
147 larger than the calling program is prepared to handle. This is
148 sometimes called a "Decompression Bomb".
150 * New --list-config command for frontends and other programs that
151 call GnuPG. See doc/DETAILS for the specifics of this.
153 * Some performance improvements with large keyrings. See the
154 build time option --enable-key-cache=SIZE in the README file for
157 * Some portability fixes for the OpenBSD/i386, HPPA, and AIX
160 * New keyserver-option "http-proxy" to specify which proxy to use
161 in the config file without using environment variables.
163 * Added support for storing, retrieving, and searching for keys in
164 LDAP servers. Note that this is different than the "LDAP
165 keyserver" which was already (and remains) supported.
167 * Added support for TLS and LDAPS session encryption for LDAP.
169 * --show-session-key/--override-session-key now works with
170 --symmetric messages.
172 * The configure options --enable-rsa and --disable-rsa can now be
173 used to enable or disable the RSA algorithm. This can be useful
174 for embedded use where space is tight. --enable-minimal
175 includes --disable-rsa. RSA is enabled by default.
177 * The last support for Elgamal sign+encrypt keys has been removed.
180 Noteworthy changes in version 1.3.4 (2003-11-27)
181 ------------------------------------------------
183 * Added support for BZIP2 compression. This should be considered
184 experimental, and is only available if the libbzip2 library
185 <http://sources.redhat.com/bzip2/> is installed.
187 * Added the ability to handle messages that can be decrypted with
188 either a passphrase or a secret key. These messages may be
189 generated with --symmetric --encrypt or --symmetric --sign
192 * The config file search has been enhanced to try for less
193 specific filename matches before giving up. For example,
194 version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and
195 gpg.conf-1 before falling back to the regular gpg.conf file.
197 * Fixed a format string bug in the HKP keyserver handler.
199 * Support for Elgamal sign+encrypt keys has been removed. Old
200 signatures may still be verified, and existing encrypted
201 messages may still be decrypted, but no new signatures may be
202 issued by, and no new messages will be encrypted to, these keys.
205 Noteworthy changes in version 1.3.3 (2003-10-10)
206 ------------------------------------------------
208 * Basic support for the OpenPGP card. New commands --card-status,
209 --card-edit, --change-pin and the configuration options
210 --reader-port, --ctapi-driver, --pcsc-driver, and --disable-ccid.
212 * Full (read/write) support for the SHA-256 hash has been added.
214 * Support for the TIGER/192 hash has been dropped. This should
215 not be interpreted as a statement as to the strength of
216 TIGER/192 - rather, the upcoming revision to the OpenPGP
217 standard removes support for several unused (or mostly unused)
220 * Revoked or expired user IDs are now skipped when selecting keys
221 for encryption. Specifying a key by the key ID overrides this
222 check and allows the selection of any key.
224 * Note that --no-mangle-dos-filenames is now the default. If you
225 are upgrading from a 1.2.x version of GnuPG, and are running a
226 very old version of Windows that has the 8.3 filename limit, you
227 may need to change this.
229 * Multiple "Comment:" lines in armored output are now allowed.
231 * New --list-options option. This option takes a list of
232 arguments that allows the user to customize exactly what key
233 listings (including the --edit-key listing) look like, enabling
234 or disabling things such as photo display, policy URL, preferred
235 keyserver URL, or notation display, long or short keyIDs,
236 calculated validity for each user ID, etc. See the manual for
237 the complete list of list-options.
239 * New --verify-options option. This option takes a list of
240 arguments that allows the user to customize exactly what happens
241 during signature verification, enabling or disabling things such
242 as photo display, policy URL, preferred keyserver URL, or
243 notation display, long or short keyIDs, calculated validity for
244 each user ID, etc. See the manual for the complete list of
247 * New --sig-keyserver-url to embed a "where to get my key"
248 subpacket into a signature.
250 * The options --show-photos, --show-policy-url, --show-notation,
251 and --show-keyring are all deprecated in favor of those
252 arguments to --list-options and --verify-options. The new
253 method is more flexible since a user can specify (for example)
254 showing photos during sig verification, but not in key listings.
256 * The complete fingerprint of the key that made a given key
257 certification is now available in the --with-colons output. For
258 technical reasons, this is only available when running with
259 --no-sig-cache set. See doc/DETAILS for the specifics of this.
261 * IPv6 support for HKP keyserver access. IPv6 for LDAP keyserver
262 access is also supported, but is dependent on the LDAP library
265 * To simplify running both the stable (1.2.x) and development
266 (1.3.x) versions of GnuPG, the development version will try to
267 load the options file gpg.conf-VERSION (e.g. gpg.conf-1.3.3 for
268 this release) before falling back to the regular gpg.conf file.
270 * Two new %-expandos for use in notation and policy URLs. "%g"
271 expands to the fingerprint of the key making the signature
272 (which might be a subkey), and "%p" expands to the fingerprint
273 of the primary key that owns the key making the signature.
275 * New "tru" record in --with-colons --list-keys listings. It
276 shows the status of the trust database that was used to
277 calculate the key validity in the listings. See doc/DETAILS for
278 the specifics of this.
280 * New REVKEYSIG status tag for --status-fd. It indicates a valid
281 signature that was issued by a revoked key. See doc/DETAILS for
282 the specifics of this.
284 * A number of portability changes to make building GnuPG on
285 less-common platforms easier.
288 Noteworthy changes in version 1.3.2 (2003-05-27)
289 ------------------------------------------------
291 * New "--gnupg" option (set by default) that disables --openpgp,
292 and the various --pgpX emulation options. This replaces
293 --no-openpgp, and --no-pgpX, and also means that GnuPG has
294 finally grown a --gnupg option to make GnuPG act like GnuPG.
296 * A bug in key validation has been fixed. This bug only affects
297 keys with more than one user ID (photo IDs do not count here),
298 and results in all user IDs on a given key being treated with
299 the validity of the most-valid user ID on that key.
301 * Notation names that do not contain a '@' are no longer allowed
302 unless --expert is set. This is to help prevent pollution of
303 the (as yet unused) IETF notation namespace.
305 * Multiple trust models are now supported via the --trust-model
306 option. The options are "pgp" (web-of-trust plus trust
307 signatures), "classic" (web-of-trust only), and "always"
308 (identical to the --always-trust option).
310 * The --personal-{cipher|digest|compression}-preferences are now
311 consulted to get default algorithms before resorting to the
312 last-ditch defaults of --s2k-cipher-algo, SHA1, and ZIP
313 respectively. This allows a user to set algorithms to use in a
314 safe manner so they are used when legal to do so, without
315 forcing them on for all messages.
317 * New --primary-keyring option to designate the keyring that the
318 user wants new keys imported into.
320 * --s2k-digest-algo is now used for all password mangling.
321 Earlier versions used both --s2k-digest-algo and --digest-algo
322 for passphrase mangling.
324 * Handling of --hidden-recipient or --throw-keyid messages is now
325 easier - the user only needs to give their passphrase once, and
326 GnuPG will try it against all of the available secret keys.
328 * Care is taken to prevent compiler optimization from removing
331 * New option --no-mangle-dos-filenames so that filenames are not
332 truncated in the W32 version.
334 * A "convert-from-106" script has been added. This is a simple
335 script that automates the conversion from a 1.0.6 or earlier
336 version of GnuPG to a 1.0.7 or later version.
338 * Disabled keys are now skipped when selecting keys for
339 encryption. If you are using the --with-colons key listings to
340 detect disabled keys, please see doc/DETAILS for a minor format
341 change in this release.
343 * Minor trustdb changes to make the trust calculations match
346 * New command "revuid" in the --edit-key menu to revoke a user ID.
347 This is a simpler interface to the old method (which still
348 works) of revoking the user ID self-signature.
350 * Status VALIDSIG does now also print the primary key's
351 fingerprint, as well as the signature version, pubkey algorithm,
352 hash algorithm, and signature class.
354 * Add read-only support for the SHA-256 hash, and optional
355 read-only support for the SHA-384 and SHA-512 hashes.
357 * New option --enable-progress-filter for use with frontends.
359 * DNS SRV records are used in HKP keyserver lookups to allow
360 administrators to load balance and select keyserver ports
361 automatically. This is as specified in
362 draft-shaw-openpgp-hkp-00.txt.
364 * When using the "keyid!" syntax during a key export, only that
365 specified key is exported. If the key in question is a subkey,
366 the primary key plus only that subkey is exported.
368 * configure --disable-xxx options to disable individual algorithms
369 at build time. This can be used to build a smaller gpg binary
370 for embedded uses where space is tight. See the README file for
371 the algorithms that can be used with this option, or use
372 --enable-minimal to build the smallest gpg possible (disables
373 all optional algorithms, disables keyserver access, and disables
376 * The keyserver no-modify flag on a key can now be displayed and
379 * Note that the TIGER/192 digest algorithm is in the process of
380 being dropped from the OpenPGP standard. While this release of
381 GnuPG still contains it, it is disabled by default. To ensure
382 you will still be able to use your messages with future versions
383 of GnuPG and other OpenPGP programs, please do not use this
387 Noteworthy changes in version 1.3.1 (2002-11-12)
388 ------------------------------------------------
390 * Trust signature support. This is based on the Maurer trust
391 model where a user can specify the trust level along with the
392 signature with multiple levels so users can delegate
393 certification ability to other users, possibly restricted by a
394 regular expression on the user ID. Note that full trust
395 signature support requires a regular expression parsing library.
396 The regexp code from glibc 2.3.1 is included for those platforms
397 that don't have working regexp functions available. The
398 configure option --disable-regex may be used to disable any
399 regular expression code, which will make GnuPG ignore any trust
400 signature with a regular expression included.
402 * Two new commands --hidden-recipient (-R) and --hidden-encrypt-to
403 encrypt to a user, but hide the identity of that user. This is
404 the same functionality as --throw-keyid, but can be used on a
407 * Full algorithm names (e.g. "3DES", "SHA1", "ZIP") can now be
408 used interchangeably with the short algorithm names (e.g. "S2",
409 "H2", "Z1") anywhere algorithm names are used in GnuPG.
412 Noteworthy changes in version 1.3.0 (2002-10-18)
413 ------------------------------------------------
415 * The last piece of internal keyserver support has been removed,
416 and now all keyserver access is done via the keyserver plugins.
417 There is also a newer keyserver protocol used between GnuPG and
418 the plugins, so plugins from earlier versions of GnuPG may not
421 * The HKP keyserver plugin supports the new machine-readable key
422 listing format for those keyservers that provide it.
424 * When using a HKP keyserver with multiple DNS records (such as
425 wwwkeys.pgp.net which has the addresses of multiple servers
426 around the world), try all records until one succeeds. Note
427 that it depends on the LDAP library used whether the LDAP
428 keyserver plugin does this as well.
430 * The library dependencies for OpenLDAP seem to change fairly
431 frequently, and GnuPG's configure script cannot guess all the
432 combinations. Use ./configure LDAPLIBS="-L libdir -l libs" to
433 override the script and use the libraries selected.
435 * Secret keys generated with --export-secret-subkeys are now
436 indicated in key listings with a '#' after the "sec", and in
437 --with-colons listings by showing no capabilities (no lowercase
440 * --trusted-key has been un-obsoleted, as it is useful for adding
441 ultimately trusted keys from the config file. It is identical
442 to using --edit and "trust" to change a key to ultimately
445 * Translations other than de are no longer distributed with the
446 development branch. This is due to the frequent text changes
447 during development, which cause the translations to rapidly go
451 Noteworthy changes in version 1.1.92 (2002-09-11)
452 -------------------------------------------------
454 * [IMPORTANT] The default configuration file is now
455 ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will
456 still be used. This change is required to have a more
457 consistent naming scheme with forthcoming tools.
459 * The use of MDCs have increased. A MDC will be used if the
460 recipients directly request it, if the recipients have AES,
461 AES192, AES256, or TWOFISH in their cipher preferences, or if
462 the chosen cipher has a blocksize not equal to 64 bits
463 (currently this is also AES, AES192, AES256, and TWOFISH).
465 * GnuPG will no longer automatically disable compression when
466 processing an already-compressed file unless a MDC is being
467 used. This is to give the message a certain amount of
468 resistance to the chosen-ciphertext attack while communicating
469 with other programs (most commonly PGP earlier than version 7.x)
470 that do not support MDCs.
472 * The option --interactive now has the desired effect when
475 * The file permission and ownership checks on files have been
476 clarified. Specifically, the homedir (usually ~/.gnupg) is
477 checked to protect everything within it. If the user specifies
478 keyrings outside this homedir, they are presumed to be shared
479 keyrings and therefore *not* checked. Configuration files
480 specified with the --options option and the IDEA cipher
481 extension specified with --load-extension are checked, along
482 with their enclosing directories.
484 * The configure option --with-static-rnd=auto allows to build gpg
485 with all available entropy gathering modules included. At
486 runtime the best usable one will be selected from the list
487 linux, egd, unix. This is also the default for systems lacking
488 a /dev/random device.
490 * The default character set is now taken from the current locale;
491 it can still be overridden by the --charset option. Using the
492 option -vvv shows the used character set.
494 * [REMOVED] --emulate-checksum-bug and --emulate-3des-s2k-bug have
498 Noteworthy changes in version 1.1.91 (2002-08-04)
499 -------------------------------------------------
501 * All modules are now linked statically; the --load-extension
502 option is in general not useful anymore. The only exception is
503 to specify the deprecated idea cipher.
505 * The IDEA plugin has changed. Previous versions of the IDEA
506 plugin will no longer work with GnuPG. However, the current
507 version of the plugin will work with earlier GnuPG versions.
509 * When using --batch with one of the --delete-key commands, the
510 key must be specified by fingerprint. See the man page for
513 * There are now various ways to restrict the ability GnuPG has to
514 exec external programs (for the keyserver helpers or photo ID
515 viewers). Read the README file for the complete list.
517 * New export option to leave off attribute packets (photo IDs)
518 during export. This is useful when exporting to HKP keyservers
519 which do not understand attribute packets.
521 * New import option to repair during import the HKP keyserver
522 mangling multiple subkeys bug. Note that this cannot completely
523 repair the damaged key as some crucial data is removed by the
524 keyserver, but it does at least give you back one subkey. This
525 is on by default for keyserver --recv-keys, and off by default
526 for regular --import.
528 * The keyserver helper programs now live in
529 /usr/[local/]libexec/gnupg by default. If you are upgrading
530 from 1.0.7, you might want to delete your old copies in
531 /usr/[local/]bin. If you use an OS that does not use libexec
532 for whatever reason, use configure --libexecdir=/usr/local/lib
533 to place the keyserver helpers there.
535 * The LDAP keyserver handler now works properly with very old
536 (version 1) LDAP keyservers.
539 Noteworthy changes in version 1.1.90 (2002-07-01)
540 -------------------------------------------------
542 * New commands: --personal-cipher-preferences,
543 --personal-digest-preferences, and
544 --personal-compress-preferences allow the user to specify which
545 algorithms are to be preferred. Note that this does not permit
546 using an algorithm that is not present in the recipient's
547 preferences (which would violate the OpenPGP standard). This
548 just allows sorting the preferences differently.
550 * New "group" command to refer to several keys with one name.
552 * A warning is issued if the user forces the use of an algorithm
553 that is not listed in the recipient's preferences.
555 * Full revocation key (aka "designated revoker") support.
557 * The preferred hash algorithms on a key are consulted when
558 encrypting a signed message to that key. Note that this is
559 disabled by default by a SHA1 preference in
560 --personal-digest-preferences.
562 * --cert-digest-algo allows the user to specify the hash algorithm
563 to use when signing a key rather than the default SHA1 (or MD5
564 for PGP2 keys). Do not use this feature unless you fully
565 understand the implications of this.
567 * --pgp7 mode automatically sets all necessary options to ensure
568 that the resulting message will be usable by a user of PGP 7.x.
570 * New --attribute-fd command for frontends and scripts to get the
571 contents of attribute packets (i.e. photos)
573 * In expert mode, the user can now re-sign a v3 key with a v4
574 self-signature. This does not change the v3 key into a v4 key,
575 but it does allow the user to use preferences, primary ID flags,
578 * Significantly improved photo ID support on non-unixlike
581 * The version number has jumped ahead to 1.1.90 to skip over the
582 old version 1.1 and to get ready for the upcoming 1.2.
584 * ElGamal sign and encrypt is not anymore allowed in the key
585 generation dialog unless in expert mode. RSA sign and encrypt
586 has been added with the same restrictions.
588 * [W32] Keyserver access does work with Windows NT.
591 Noteworthy changes in version 1.0.7 (2002-04-29)
592 ------------------------------------------------
594 * Secret keys are now stored and exported in a new format which
595 uses SHA-1 for integrity checks. This format renders the
596 Rosa/Klima attack useless. Other OpenPGP implementations might
597 not yet support this, so the option --simple-sk-checksum creates
598 the old vulnerable format.
600 * The default cipher algorithm for encryption is now CAST5,
601 default hash algorithm is SHA-1. This will give us better
602 interoperability with other OpenPGP implementations.
604 * Symmetric encrypted messages now use a fixed file size if
605 possible. This is a tradeoff: it breaks PGP 5, but fixes PGP 2,
606 6, and 7. Note this was only an issue with RFC-1991 style
609 * Photographic user ID support. This uses an external program to
612 * Enhanced keyserver support via keyserver "plugins". GnuPG comes
613 with plugins for the NAI LDAP keyserver as well as the HKP email
614 keyserver. It retains internal support for the HKP HTTP
617 * Nonrevocable signatures are now supported. If a user signs a
618 key nonrevocably, this signature cannot be taken back so be
621 * Multiple signature classes are usable when signing a key to
622 specify how carefully the key information (fingerprint, photo
623 ID, etc) was checked.
625 * --pgp2 mode automatically sets all necessary options to ensure
626 that the resulting message will be usable by a user of PGP 2.x.
628 * --pgp6 mode automatically sets all necessary options to ensure
629 that the resulting message will be usable by a user of PGP 6.x.
631 * Signatures may now be given an expiration date. When signing a
632 key with an expiration date, the user is prompted whether they
633 want their signature to expire at the same time.
635 * Revocation keys (designated revokers) are now supported if
636 present. There is currently no way to designate new keys as
639 * Permissions on the .gnupg directory and its files are checked
642 * --expert mode enables certain silly things such as signing a
643 revoked user id, expired key, or revoked key.
645 * Some fixes to build cleanly under Cygwin32.
647 * New tool gpgsplit to split OpenPGP data formats into packets.
649 * New option --preserve-permissions.
651 * Subkeys created in the future are not used for encryption or
652 signing unless the new option --ignore-valid-from is used.
654 * Revoked user-IDs are not listed unless signatures are listed too
655 or we are in verbose mode.
657 * There is no default comment string with ascii armors anymore
658 except for revocation certificates and --enarmor mode.
660 * The command "primary" in the edit menu can be used to change the
661 primary UID, "setpref" and "updpref" can be used to change the
664 * Fixed the preference handling; since 1.0.5 they were erroneously
665 matched against against the latest user ID and not the given one.
667 * RSA key generation.
669 * Merged Stefan's patches for RISC OS in. See comments in
670 scripts/build-riscos.
672 * It is now possible to sign and conventional encrypt a message (-cs).
674 * The MDC feature flag is supported and can be set by using
675 the "updpref" edit command.
677 * The status messages GOODSIG and BADSIG are now returning the primary
678 UID, encoded using %XX escaping (but with spaces left as spaces,
679 so that it should not break too much)
681 * Support for GDBM based keyrings has been removed.
683 * The entire keyring management has been revamped.
685 * The way signature stati are store has changed so that v3
686 signatures can be supported. To increase the speed of many
687 operations for existing keyrings you can use the new
688 --rebuild-keydb-caches command.
690 * The entire key validation process (trustdb) has been revamped.
691 See the man page entries for --update-trustdb, --check-trustdb
692 and --no-auto-check-trustdb.
694 * --trusted-keys is again obsolete, --edit can be used to set the
695 ownertrust of any key to ultimately trusted.
697 * A subkey is never used to sign keys.
699 * Read only keyrings are now handled as expected.
702 Noteworthy changes in version 1.0.6 (2001-05-29)
703 ------------------------------------------------
705 * Security fix for a format string bug in the tty code.
707 * Fixed format string bugs in all PO files.
709 * Removed Russian translation due to too many bugs. The FTP
710 server has an unofficial but better translation in the contrib
713 * Fixed expire time calculation and keyserver access.
715 * The usual set of minor bug fixes and enhancements.
717 * non-writable keyrings are now correctly handled.
720 Noteworthy changes in version 1.0.5 (2001-04-29)
721 ------------------------------------------------
723 * WARNING: The semantics of --verify have changed to address a
724 problem with detached signature detection. --verify now ignores
725 signed material given on stdin unless this is requested by using
726 a "-" as the name for the file with the signed material. Please
727 check all your detached signature handling applications and make
728 sure that they don't pipe the signed material to stdin without
729 using a filename together with "-" on the the command line.
731 * WARNING: Corrected hash calculation for input data larger than
732 512M - it was just wrong, so you might notice bad signature in
733 some very big files. It may be wise to keep an old copy of
736 * Secret keys are no longer imported unless you use the new option
737 --allow-secret-key-import. This is a kludge and future versions will
738 handle it in another way.
740 * New command "showpref" in the --edit-key menu to show an easier
741 to understand preference listing.
743 * There is now the notation of a primary user ID. For example, it
744 is printed with a signature verification as the first user ID;
745 revoked user IDs are not printed there anymore. In general the
746 primary user ID is the one with the latest self-signature.
748 * New --charset=utf-8 to bypass all internal conversions.
750 * Large File Support (LFS) is now working.
752 * New options: --ignore-crc-error, --no-sig-create-check,
753 --no-sig-cache, --fixed_list_mode, --no-expensive-trust-checks,
754 --enable-special-filenames and --use-agent. See man page.
756 * New command --pipemode, which can be used to run gpg as a
757 co-process. Currently only the verification of detached
758 signatures are working. See doc/DETAILS.
760 * Keyserver support for the W32 version.
762 * Rewritten key selection code so that GnuPG can better cope with
763 multiple subkeys, expire dates and so. The drawback is that it
766 * A whole lot of bug fixes.
768 * The verification status of self-signatures are now cached. To
769 increase the speed of key list operations for existing keys you
770 can do the following in your GnuPG homedir (~/.gnupg):
771 cp pubring.gpg pubring.gpg.save && gpg --export-all >x && \
772 rm pubring.gpg && gpg --import x
773 Only v4 keys (i.e not the old RSA keys) benefit from this caching.
775 * New translations: Estonian, Turkish.
778 Noteworthy changes in version 1.0.4 (2000-10-17)
779 ------------------------------------------------
781 * Fixed a serious bug which could lead to false signature verification
782 results when more than one signature is fed to gpg. This is the
783 primary reason for releasing this version.
785 * New utility gpgv which is a stripped down version of gpg to
786 be used to verify signatures against a list of trusted keys.
788 * Rijndael (AES) is now supported and listed with top preference.
790 * --with-colons now works with --print-md[s].
792 Noteworthy changes in version 1.0.3 (2000-09-18)
793 ------------------------------------------------
795 * Fixed problems with piping to/from other MS-Windows software
797 * Expiration time of the primary key can be changed again.
799 * Revoked user IDs are now marked in the output of --list-key
801 * New options --show-session-key and --override-session-key
802 to help the British folks to somewhat minimize the danger
803 of this Orwellian RIP bill.
805 * New options --merge-only and --try-all-secrets.
807 * New configuration option --with-egd-socket.
809 * The --trusted-key option is back after it left us with 0.9.5
811 * RSA is supported. Key generation does not yet work but will come
814 * CAST5 and SHA-1 are now the default algorithms to protect the key
815 and for symmetric-only encryption. This should solve a couple
816 of compatibility problems because the old algorithms are optional
819 * Twofish and MDC enhanced encryption is now used. PGP 7 supports
820 this. Older versions of GnuPG don't support it, so they should be
821 upgraded to at least 1.0.2
824 Noteworthy changes in version 1.0.2 (2000-07-12)
825 ----------------------------------------------
827 * Fixed expiration handling of encryption keys.
829 * Add an experimental feature to do unattended key generation.
831 * The user is now asked for the reason of revocation as required
832 by the new OpenPGP draft.
834 * There is a ~/.gnupg/random_seed file now which saves the
835 state of the internal RNG and increases system performance
836 somewhat. This way the full entropy source is only used in
837 cases were it is really required.
838 Use the option --no-random-seed-file to disable this feature.
840 * New options --ignore-time-conflict and --lock-never.
842 * Some fixes for the W32 version.
844 * The entropy.dll is not anymore used by the W32 version but replaced
845 by code derived from Cryptlib.
847 * Encryption is now much faster: About 2 times for 1k bit keys
848 and 8 times for 4k keys.
850 * New encryption keys are generated in a way which allows a much
853 * New command --export-secret-subkeys which outputs the
854 the _primary_ key with it's secret parts deleted. This is
855 useful for automated decryption/signature creation as it
856 allows to keep the real secret primary key offline and
857 thereby protecting the key certificates and allowing to
858 create revocations for the subkeys. See the FAQ for a
859 procedure to install such secret keys.
861 * Keygeneration now writes to the first writeable keyring or
862 as default to the one in the homedirectory. Prior versions
863 ignored all --keyring options.
865 * New option --command-fd to take user input from a file descriptor;
866 to be used with --status-fd by software which uses GnuPG as a backend.
868 * There is a new status PROGRESS which is used to show progress during
871 * Support for the new MDC encryption packets. To create them either
872 --force-mdc must be use or cipher algorithm with a blocksize other
873 than 64 bits is to be used. --openpgp currently disables MDC packets
874 entirely. This option should not yet be used.
876 * New option --no-auto-key-retrieve to disable retrieving of
877 a missing public key from a keyserver, when a keyserver has been set.
881 Noteworthy changes in version 1.0.1 (1999-12-16)
882 -----------------------------------
884 * New command --verify-files. New option --fast-list-mode.
886 * $http_proxy is now used when --honor-http-proxy is set.
888 * Fixed some minor bugs and the problem with conventional encrypted
889 packets which did use the gpg v3 partial length headers.
891 * Add Indonesian and Portugese translations.
893 * Fixed a bug with symmetric-only encryption using the non-default 3DES.
894 The option --emulate-3des-s2k-bug may be used to decrypt documents
895 which have been encrypted this way; this should be done immediately
896 as this workaround will be remove in 1.1
898 * Can now handle (but not display) PGP's photo IDs. I don't know the
899 format of that packet but after stripping a few bytes from the start
900 it looks like a JPEG (at least my test data). Handling of this
901 package is required because otherwise it would mix up the
902 self signatures and you can't import those keys.
904 * Passing non-ascii user IDs on the commandline should now work in all
907 * New keys are now generated with an additional preference to Blowfish.
909 * Removed the GNU Privacy Handbook from the distribution as it will go
913 Noteworthy changes in version 1.0.0 (1999-09-07)
914 -----------------------------------
916 * Add a very preliminary version of the GNU Privacy Handbook to
917 the distribution (lynx doc/gph/index.html).
919 * Changed the version number to GnuPG 2001 ;-)
922 Noteworthy changes in version 0.9.11
923 ------------------------------------
925 * UTF-8 strings are now correctly printed (if --charset is set correctly).
926 Output of --with-colons remains C-style escaped UTF-8.
928 * Workaround for a problem with PGP 5 detached signature in textmode.
930 * Fixed a problem when importing new subkeys (duplicated signatures).
932 Noteworthy changes in version 0.9.10
933 ------------------------------------
935 * Some strange new options to help pgpgpg
937 * Cleaned up the dox a bit.
940 Noteworthy changes in version 0.9.9
941 -----------------------------------
943 * New options --[no-]utf8-strings.
945 * New edit-menu commands "enable" and "disable" for entire keys.
947 * You will be asked for a filename if gpg cannot deduce one.
949 * Changes to support libtool which is needed for the development
952 * New script tools/lspgpot to help transferring assigned
953 trustvalues from PGP to GnuPG.
955 * New commands --lsign-key and made --sign-key a shortcut for --edit
958 * New options (#122--126 ;-) --[no-]default-recipient[-self],
959 --disable-{cipher,pubkey}-algo. See the man page.
961 * Enhanced info output in case of multiple recipients and fixed exit code.
963 * New option --allow-non-selfsigned-uid to work around a problem with
964 the German IN way of separating signing and encryption keys.
967 Noteworthy changes in version 0.9.8
968 -----------------------------------
970 * New subcommand "delsig" in the edit menu.
972 * The name of the output file is not anymore the one which is
973 embedded in the processed message, but the used filename with
974 the extension stripped. To revert to the old behaviour you can
975 use the option --use-embedded-filename.
977 * Another hack to cope with pgp2 generated detached signatures.
979 * latin-2 character set works (--charset=iso-8859-2).
981 * New option --with-key-data to list the public key parameters.
982 New option -N to insert notations and a --set-policy-url.
983 A couple of other options to allow reseting of options.
985 * Better support for HPUX.
988 Noteworthy changes in version 0.9.7
989 -----------------------------------
991 * Add some work arounds for a bugs in pgp 2 which led to bad signatures
992 when used with canonical texts in some cases.
994 * Enhanced some status outputs.
996 Noteworthy changes in version 0.9.6
997 -----------------------------------
999 * Twofish is now statically linked by default. The experimental 128 bit
1000 version is now disabled. Full support will be available as soon as
1001 the OpenPGP WG has decided on an interpretation of rfc2440.
1003 * Dropped support for the ancient Blowfish160 which is not OpenPGP.
1005 * Merged gpgm and gpg into one binary.
1007 * Add "revsig" and "revkey" commands to the edit menu. It is now
1008 possible to revoke signature and subkeys.
1011 Noteworthy changes in version 0.9.5
1012 -----------------------------------
1014 * New command "lsign" in the keyedit menu to create non-exportable
1015 signatures. Removed --trusted-keys option.
1017 * A bunch of changes to the key validation code.
1019 * --list-trust-path now has an optional --with-colons format.
1021 * New command --recv-keys to import keys from an keyserver.
1024 Noteworthy changes in version 0.9.4
1025 -----------------------------------
1027 * New configure option --enable-static-rnd=[egd|linux|unix|none]
1028 to select a random gathering module for static linking.
1030 * The original text is now verbatim copied to a cleartext signed message.
1032 * Bugfixes but there are still a couple of bugs.
1035 Noteworthy changes in version 0.9.3
1036 -----------------------------------
1038 * Changed the internal design of getkey which now allows a
1039 efficient lookup of multiple keys and add a word match mode.
1041 * New options --[no-]encrypt-to.
1043 * Some changes to the configure stuff. Switched to automake 1.4.
1044 Removed intl/ from CVS, autogen.sh now uses gettextize.
1046 * Preferences now include Twofish. Removed preference to Blowfish with
1047 a special hack to suppress the "not listed in preferences" warning;
1048 this is to allow us to switch completely to Twofish in the near future.
1050 * Changed the locking stuff.
1052 * Print all user ids of a good signature.
1055 Noteworthy changes in version 0.9.2
1056 -----------------------------------
1058 * add some additional time warp checks.
1060 * Option --keyserver and command --send-keys to utilize HKP servers.
1062 * Upgraded to zlib 1.1.3 and fixed an inflate bug
1064 * More cleanup on the cleartext signatures.
1067 Noteworthy changes in version 0.9.1
1068 -----------------------------------
1070 * Polish language support.
1072 * When querying the passphrase, the key ID of the primary key is
1073 displayed along with the one of the used secondary key.
1075 * Fixed a bug occurring when decrypting pgp 5 encrypted messages,
1076 fixed an infinite loop bug in the 3DES code and in the code
1077 which looks for trusted signatures.
1079 * Fixed a bug in the mpi library which caused signatures not to
1082 * Rewrote the handling of cleartext signatures; the code is now
1083 better maintainable (I hope so).
1085 * New status output VALIDSIG only for valid signatures together
1086 with the fingerprint of the signer's key.
1089 Noteworthy changes in version 0.9.0
1090 -----------------------------------
1092 * --export does now only exports rfc2440 compatible keys; the
1093 old behaviour is available with --export-all.
1094 Generation of v3 ElGamal (sign and encrypt) keys is not longer
1097 * Fixed the uncompress bug.
1099 * Rewrote the rndunix module. There are two environment variables
1100 used for debugging now: GNUPG_RNDUNIX_DBG give the file to write
1101 debugging information (use "-" for stdout) and if GNUPG_RNDUNIX_DBGALL
1102 is set, all programs which are only tried are also printed.
1104 * New option --escape-from-lines to "dash-escape" "From " lines to
1105 prevent mailers to change them to ">From ". This is not enabled by
1106 default because it is not in compliance with rfc2440 - however, you
1110 Noteworthy changes in version 0.4.5
1111 -----------------------------------
1113 * The keyrings and the trustdb is now locked, so that
1114 other GnuPG processes won't damage these files. You
1115 may want to put the option --lock-once into your options file.
1117 * The latest self-signatures are now used; this enables --import
1118 to see updated preferences etc.
1120 * Import of subkeys should now work.
1122 * Random gathering modules may now be loaded as extensions. Add
1123 such a module for most Unices but it is very experimental!
1125 * Brazilian language support.
1128 Noteworthy changes in version 0.4.4
1129 -----------------------------------
1131 * Fixed the way the key expiration time is stored. If you have
1132 an expiration time on your key you should fix it with --edit-key
1133 and the command "expire". I apologize for this inconvenience.
1135 * Add option --charset to support "koi8-r" encoding of user ids.
1138 * Preferences should now work again. You should run
1139 "gpgm --check-trustdb \*" to rebuild all preferences.
1141 * Checking of certificates should now work but this needs a lot
1142 of testing. Key validation values are now cached in the
1143 trustdb; they should be recalculated as needed, but you may
1144 use --check-trustdb or --update-trustdb to do this.
1146 * Spanish translation by Urko Lusa.
1148 * Patch files are from now on signed. See the man page
1149 for the new option --not-dash-escaped.
1151 * New syntax: --edit-key <userID> [<commands>]
1152 If you run it without --batch the commands are executed and then
1153 you are put into normal mode unless you use "quit" or "save" as
1154 one of the commands. When in batch mode, the program quits after
1155 the last command, so you have to use "save" if you did some changes.
1156 It does not yet work completely, but may be used to list so the
1160 Noteworthy changes in version 0.4.3
1161 -----------------------------------
1163 * Fixed the gettext configure bug.
1165 * Kludge for RSA keys: keyid and length of a RSA key are
1166 correctly reported, but you get an error if you try to use
1167 this key (If you do not have the non-US version).
1169 * Experimental support for keyrings stored in a GDBM database.
1170 This is *much* faster than a standard keyring. You will notice
1171 that the import gets slower with time; the reason is that all
1172 new keys are used to verify signatures of previous inserted
1173 keys. Use "--keyring gnupg-gdbm:<name-of-gdbm-file>". This is
1174 not (yet) supported for secret keys.
1176 * A Russian language file in the distribution (alternatives are in
1177 the contrib directory of the FTP servers)
1179 * commandline option processing now works as expected for GNU programs
1180 with the exception that you can't mix options and normal arguments.
1182 * Now --list-key lists all matching keys. This is needed in some
1186 Noteworthy changes in version 0.4.2
1187 -----------------------------------
1189 * This is only a snapshot: There are still a few bugs.
1191 * Fixed this huge memory leak.
1193 * Redesigned the trust database: You should run "gpgm --check-trustdb".
1194 New command --update-trustdb, which adds new key from the public
1195 keyring into your trustdb
1197 * Fixed a bug in the armor code, leading to invalid packet errors.
1198 (a workaround for this was to use --no-armor). The shorten line
1199 length (64 instead of 72) fixes a problem with pgp5 and keyservers.
1201 * comment packets are not anymore generated. "--export" filters
1202 them out. One Exception: The comment packets in a secret keyring
1203 are still used because they carry the factorization of the public
1206 * --import now only looks for KEYBLOCK headers, so you can now simply
1207 remove the "- " in front of such a header if someone accidently signed
1208 such a message or the keyblock is part of a cleartext signed message.
1210 * --with-colons now lists the key expiration time and not anymore
1213 * Some keyblocks created with old releases have a wrong sequence
1214 of packets, so that the keyservers don't accept these keys.
1215 Simply using "--edit-key" fixes the problem.
1217 * New option --force-v3-sigs to generate signed messages which are
1218 compatible to PGP 5.
1220 * Add some code to support DLD (for non ELF systems) - but this is
1221 not tested because my BSD box is currently broken.
1223 * New command "expire" in the edit-key menu.
1227 Noteworthy changes in version 0.4.1
1228 -----------------------------------
1229 * A secondary key is used when the primary key is specified but cannot
1230 be used for the operation (if it is a sign-only key).
1232 * GNUPG can now handle concatenated armored messages: There is still a
1233 bug if different kinds of messages are mixed.
1235 * Iterated+Salted passphrases now work. If want to be sure that PGP5
1236 is able to handle them you may want to use the options
1237 "--s2k-mode 3 --s2k-cipher-algo cast5 --s2k-digest-algo sha1"
1238 when changing a passphrase.
1240 * doc/OpenPGP talks about OpenPGP compliance, doc/HACKING gives
1241 a few hints about the internal structure.
1243 * Checked gnupg against the August 1998 draft (07) and I believe
1244 it is in compliance with this document (except for one point).
1246 * Fixed some bugs in the import merging code and rewrote some
1247 code for the trustdb.
1250 Noteworthy changes in version 0.4.0
1251 -----------------------------------
1252 * Triple DES is now supported. Michael Roth did this piece of
1253 needed work. We have now all the coded needed to be OpenPGP
1256 * Added a simple rpm spec file (see INSTALL).
1258 * detached and armored signatures are now using "PGP SIGNATURE",
1259 except when --rfc1991 is used.
1261 * All times which are not in the yyyy-mm-dd format are now printed
1265 Noteworthy changes in version 0.3.5
1266 -----------------------------------
1267 * New option --throw-keyid to create anonymous enciphered messages.
1268 If gpg detects such a message it tires all available secret keys
1269 in turn so decode it. This is a gnupg extension and not in OpenPGP
1270 but it has been discussed there and afaik some products use this
1271 scheme too (Suggested by Nimrod Zimmerman).
1273 * Fixed a bug with 5 byte length headers.
1275 * --delete-[secret-]key is now also available in gpgm.
1277 * cleartext signatures are not anymore converted to LF only.
1279 * Fixed a trustdb problem. Run "gpgm --check-trustdb" to fix old
1282 * Building in another directory should now work.
1284 * Weak key detection mechanism (Niklas Hernaeus).
1287 Noteworthy changes in version 0.3.4
1288 -----------------------------------
1289 * New options --comment and --set-filename; see g10/OPTIONS
1291 * yes/no, y/n localized.
1295 Noteworthy changes in version 0.3.3
1296 -----------------------------------
1297 * IMPORTANT: I found yet another bug in the way the secret keys
1298 are encrypted - I did it the way pgp 2.x did it, but OpenPGP
1299 and pgp 5.x specify another (in some aspects simpler) method.
1300 To convert your secret keys you have to do this:
1301 1. Build the new release but don't install it and keep
1302 a copy of the old program.
1303 2. Disable the network, make sure that you are the only
1304 user, be sure that there are no Trojan horses etc ....
1305 3. Use your old gpg (version 0.3.[12]) and set the
1306 passphrases of ALL your secret keys to empty!
1307 (gpg --change-passphrase your-user-id).
1308 4. Save your ownertrusts (see the next point)
1309 5. rm ~/.gnupg/trustdb.gpg
1310 6. install the new version of gpg (0.3.3)
1311 7. For every secret key call "gpg --edit-key your-user-id",
1312 enter "passwd" at the prompt, follow the instructions and
1313 change your password back, enter "save" to store it.
1314 8. Restore the ownertrust (see next point).
1316 * The format of the trust database has changed; you must delete
1317 the old one, so gnupg can create a new one.
1318 IMPORTANT: Use version 0.3.[12] to save your assigned ownertrusts
1319 ("gpgm --list-ownertrust >saved-trust"); then build this new version
1320 and restore the ownertrust with this new version
1321 ("gpgm --import-ownertrust saved-trust"). Please note that
1322 --list-ownertrust has been renamed to --export-ownertrust in this
1323 release and it does now only export defined ownertrusts.
1325 * The command --edit-key now provides a commandline driven menu
1326 which can be used for various tasks. --sign-key is only an
1327 an alias to --edit-key and maybe removed in future: use the
1328 command "sign" of this new menu - you can select which user ids
1331 * Alternate user ids can now be created an signed.
1333 * Owner trust values can now be changed with --edit-key (trust)
1335 * GNUPG can now run as a coprocess; this enables sophisticated
1336 frontends. tools/shmtest.c is a simple sample implementation.
1337 This needs some more work: all tty_xxx() are to be replaced
1338 by cpr_xxx() and some changes in the display logics is needed.
1340 * Removed options --gen-prime and --gen-random.
1342 * Removed option --add-key; use --edit-key instead.
1344 * Removed option --change-passphrase; use --edit-key instead.
1346 * Signatures are now checked even if the output file could not
1347 be created. Command "--verify" tries to find the detached data.
1349 * gpg now disables core dumps.
1351 * compress and symmetric cipher preferences are now used.
1352 Because there is no 3DES yet, this is replaced by Blowfish.
1354 * We have added the Twofish as an experimental cipher algorithm.
1355 Many thanks to Matthew Skala for doing this work.
1356 Twofish is the AES submission from Schneier et al.; see
1357 "www.counterpane.com/twofish.html" for more information.
1359 * Started with a help system: If you enter a question mark at some
1360 prompt; you should get a specific help for this prompt.
1362 * There is no more backup copy of the secret keyring.
1364 * A lot of new bugs. I think this release is not as stable as
1368 Noteworthy changes in version 0.3.2
1369 -----------------------------------
1370 * Fixed some bugs when using --textmode (-seat)
1372 * Now displays the trust status of a positive verified message.
1374 * Keyrings are now scanned in the sequence they are added with
1375 --[secret-]keyring. Note that the default keyring is implicitly
1376 added as the very first one unless --no-default-keyring is used.
1378 * Fixed setuid and dlopen bug.
1380 Noteworthy changes in version 0.3.1
1381 -----------------------------------
1382 * Partial headers are now written in the OpenPGP format if
1383 a key in a v4 packet is used.
1385 * Removed some unused options, removed the gnupg.sig stuff.
1387 * Key lookup by name now returns a key which can be used for
1390 * New options --list-ownertrust (gpgm) to make a backup copy
1391 of the ownertrust values you assigned.
1393 * clear signature headers are now in compliance with OpenPGP.
1395 Noteworthy changes in version 0.3.0
1396 -----------------------------------
1398 * New option --emulate-checksum-bug. If your passphrase does not
1399 work anymore, use this option and --change-passphrase to rewrite
1402 * More complete v4 key support: Preferences and expiration time
1403 is set into the self signature.
1405 * Key generation defaults to DSA/ElGamal keys, so that new keys are
1406 interoperable with pgp5
1408 * DSA key generation is faster and key generation does not anymore
1409 remove entropy from the random generator (the primes are public
1410 parameters, so there is really no need for a cryptographic secure
1411 prime number generator which we had used).
1413 * A complete new structure for representing the key parameters.
1415 * Removed most public key knowledge into the cipher library.
1417 * Support for dynamic loading of new algorithms.
1419 * Moved tiger to an extension module.
1422 Noteworthy changes in version 0.2.19
1423 ------------------------------------
1425 * Replaced /dev/urandom in checks with new tool mk-tdata.
1427 * Some assembler file cleanups; some more functions for the Alpha.
1429 * Tiger has now the OpenPGP assigned number 6. Because the OID has
1430 changed, old signatures using this algorithm can't be verified.
1432 * gnupg now encrypts the compressed packed and not any longer in the
1433 reverse order; anyway it can decrypt both versions. Thanks to Tom
1434 for telling me this (not security related) bug.
1436 * --add-key works and you are now able to generate subkeys.
1438 * It is now possible to generate ElGamal keys in v4 packets to create
1441 * Some new features for better integration into MUAs.
1444 Noteworthy changes in version 0.2.18
1445 ------------------------------------
1447 * Splitted cipher/random.c, add new option "--disable-dev-random"
1448 to configure to support the development of a random source for
1449 other systems. Prepared sourcefiles rand-unix.c, rand-w32.c
1450 and rand-dummy.c (which is used to allow compilation on systems
1451 without a random source).
1453 * Fixed a small bug in the key generation (it was possible that 48 bits
1454 of a key were not taken from the random pool)
1456 * Add key generation for DSA and v4 signatures.
1458 * Add a function trap_unaligned(), so that a SIGBUS is issued on
1459 Alphas and not the slow emulation code is used. And success: rmd160
1462 * Enhanced the formatting facility of argparse and changed the use of
1463 \r,\v to @ because gettext does not like it.
1465 * New option "--compress-algo 1" to allow the creation of compressed
1466 messages which are readable by PGP and "--print-md" (gpgm) to make
1467 speed measurement easier.
1470 Noteworthy changes in version 0.2.17
1471 ------------------------------------
1473 * Comment packets are now of private type 61.
1475 * Passphrase code still used a 160 bit blowfish key, added a
1476 silly workaround. Please change your passphrase again - sorry.
1478 * Conventional encryption now uses a type 3 packet to describe the
1481 * The new algorithm number for Blowfish is 20, 16 is still used for
1482 encryption only; for signing it is only used when it is in a v3 packet,
1483 so that GNUPG keys are still valid.
1486 Noteworthy changes in version 0.2.16
1487 ------------------------------------
1489 * Add experimental support for the TIGER/192 message digest algorithm.
1490 (But there is only a dummy ASN OID).
1492 * Standard cipher is now Blowfish with 128 bit key in OpenPGP's CFB
1493 mode. I renamed the old cipher to Blowfish160. Because the OpenPGP
1494 group refused to assign me a number for Blowfish160, I have to
1495 drop support for this in the future. You should use
1496 "--change-passphrase" to recode your current passphrase with 128
1500 Noteworthy changes in version 0.2.15
1501 ------------------------------------
1503 * Fixed a bug with the old checksum calculation for secret keys.
1504 If you run the program without --batch, a warning does inform
1505 you if your secret key needs to be converted; simply use
1506 --change-passphrase to recalculate the checksum. Please do this
1507 soon, as the compatible mode will be removed sometime in the future.
1509 * CAST5 works (using the PGP's special CFB mode).
1511 * Again somewhat more PGP 5 compatible.
1513 * Some new test cases
1515 Noteworthy changes in version 0.2.14
1516 ------------------------------------
1518 * Changed the internal handling of keyrings.
1520 * Add support to list PGP 5 keyrings with subkeys
1522 * Timestamps of signatures are now verified.
1524 * A expiration time can now be specified during key generation.
1526 * Some speedups for Blowfish and SHA-1, rewrote SHA-1 transform.
1527 Reduced the amount of random bytes needed for key generation in
1531 Noteworthy changes in version 0.2.13
1532 ------------------------------------
1534 * Verify of DSA signatures works.
1536 * Re-implemented the slower random number generator.
1539 Noteworthy changes in version 0.2.12
1540 ------------------------------------
1542 * --delete-key checks that there is no secret key. The new
1543 option --delete-secret-key maybe used to delete a secret key.
1545 * "-kv" now works as expected. Options "--list-{keys,sigs]"
1546 and "--check-sigs" are now working.
1548 * New options "--verify" and "--decrypt" to better support integration
1549 into MUAs (partly done for Mutt).
1551 * New option "--with-colons" to make parsing of key lists easier.
1553 Noteworthy changes in version 0.2.11
1554 ------------------------------------
1556 * GPG now asks for a recipient's name if option "-r" is not used.
1558 * If there is no good trust path, the program asks whether to use
1559 the public keys anyway.
1561 * "--delete-key" works for public keys. What semantics shall I use
1562 when there is a secret key too? Delete the secret key or leave him
1563 and auto-regenerate the public key, next time the secret key is used?
1565 Noteworthy changes in version 0.2.10
1566 ------------------------------------
1568 * Code for the alpha is much faster (about 20 times); the data
1569 was misaligned and the kernel traps this, so nearly all time
1570 was used by system to trap the misalignments and to write
1571 syslog messages. Shame on me and thanks to Ralph for
1572 pointing me at this while drinking some beer yesterday.
1574 * Changed some configure options and add an option
1575 --disable-m-guard to remove the memory checking code
1576 and to compile everything with optimization on.
1578 * New environment variable GNUPGHOME, which can be used to set
1579 another homedir than ~/.gnupg. Changed default homedir for
1580 Windoze version to c:/gnupg.
1582 * Fixed detached signatures; detached PGP signatures caused a SEGV.
1584 * The Windoze version works (as usual w/o a strong RNG).
1587 Noteworthy changes in version 0.2.9
1588 -----------------------------------
1590 * Fixed FreeBSD bug.
1592 * Added a simple man page.
1594 * Switched to automake1.2f and a newer gettext.
1596 Noteworthy changes in version 0.2.8
1597 -----------------------------------
1599 * Changed the name to GNUPG, the binaries are called gpg and gpgm.
1600 You must rename rename the directory "~/.g10" to ~/.gnupg/, rename
1601 {pub,sec}ring.g10 to {pub,sec}ring.gpg, trustdb.g10 to trustdb.gpg
1602 and g10.sig to gnupg.sig.
1604 * New or changed passphrases are now salted.
1607 Noteworthy changes in version 0.2.7
1608 -----------------------------------
1610 * New command "gen-revoke" to create a key revocation certificate.
1612 * New option "homedir" to set the homedir (which defaults to "~/.g10").
1613 This directory is created if it does not exists (only the last
1614 part of the name and not the complete hierarchy)
1616 * Command "import" works. (Try: "finger gcrypt@ftp.guug.de|g10 --import")
1618 * New commands "dearmor/enarmor" for g10maint. These are mainly
1619 used for internal test purposes.
1621 * Option --version now conforming to the GNU standards and lists
1622 the available ciphers, message digests and public key algorithms.
1624 * Assembler code for m68k (not tested).
1626 * "make check" works.
1628 Noteworthy changes in version 0.2.6
1629 -----------------------------------
1631 * Option "--export" works.
1634 Noteworthy changes in version 0.2.5
1635 -----------------------------------
1637 * Added zlib for systems which don't have it.
1638 Use "./configure --with-zlib" to link with the static version.
1640 * Generalized some more functions and rewrote the encoding of
1641 message digests into MPIs.
1643 * Enhanced the checkit script
1646 Noteworthy changes in version 0.2.4
1647 -----------------------------------
1649 * nearly doubled the speed of the ElGamal signature verification.
1651 * backup copies of keyrings are created.
1653 * assembler stuff for Pentium; gives about 15% better performance.
1655 * fixed a lot of bugs.
1658 Noteworthy changes in version 0.2.3
1659 -----------------------------------
1661 * Found a bug in the calculation of ELG fingerprints. This is now
1662 fixed, but all existing fingerprints and keyids for ELG keys
1663 are not any more valid.
1665 * armor should now work; including clear signed text.
1667 * moved some options to the new program g10maint
1669 * It's now 64 bit clean and runs fine on an alpha--linux.
1671 * Key generation is much faster now. I fixed this by using not
1672 so strong random number for the primes (this was a bug because the
1673 ElGamal primes are public parameters and it does not make sense
1674 to generate them from strong random). The real secret is the x value
1675 which is still generated from strong (okay: /dev/random) random bits.
1677 * added option "--status-fd": see g10/OPTIONS
1679 * We have secure memory on systems which support mlock().
1680 It is not complete yet, because we do not have signal handler
1681 which does a cleanup in very case.
1682 We should also check the ulimit for the user in the case
1683 that the admin does not have set a limit on locked pages.
1685 * started with internationalization support.
1687 * The logic to handle the web of trust is now implemented. It is
1688 has some bugs; but I'm going to change the algorithm anyway.
1689 It works by calculating the trustlevel on the fly. It may ask
1690 you to provide trust parameters if the calculated trust probability
1691 is too low. I will write a paper which discusses this new approach.
1693 * a couple of changes to the configure script.
1695 * New option "--quick-random" which uses a much quicker random
1696 number generator. Keys generated while this option is in effect
1697 are flags with "INSECURE!" in the user-id. This is a development
1700 * Read support for new version packets (OpenPGP).
1702 * Comment packets are now of correct OpenPGP type 16. Old comment
1703 packets written by G10 are detected because they always start with
1704 a hash which is an invalid version byte.
1706 * The string "(INSECURE!)" is appended to a new user-id if this
1707 is generated on a system without a good random number generator.
1710 Copyright 1998, 1999, 2000, 2001, 2002, 2003,
1711 2004 Free Software Foundation, Inc.
1713 This file is free software; as a special exception the author gives
1714 unlimited permission to copy and/or distribute it, with or without
1715 modifications, as long as this notice is preserved.
1717 This file is distributed in the hope that it will be useful, but
1718 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1719 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.