* gpgkeys_http.c, gpgkeys_oldhkp.c: Removed.
[gnupg.git] / NEWS
blob7b39e986db36f548fa125b136cee545619b6cf69
1 Noteworthy changes in version 1.4.4
2 ------------------------------------------------
5 Noteworthy changes in version 1.4.3 (2006-04-03)
6 ------------------------------------------------
8     * If available, cURL-based keyserver helpers are built that can
9       retrieve keys using HKP or any protocol that cURL supports
10       (HTTP, HTTPS, FTP, FTPS, etc).  If cURL is not available, HKP
11       and HTTP are still supported using a built-in cURL emulator.  To
12       force building the old pre-cURL keyserver helpers, use the
13       configure option --enable-old-keyserver-helpers.  Note that none
14       of this affects finger or LDAP support, which are unchanged.
15       Note also that a future version of GnuPG will remove the old
16       keyserver helpers altogether.
18     * Implemented Public Key Association (PKA) signature verification.
19       This uses special DNS records and notation data to associate a
20       mail address with an OpenPGP key to prove that mail coming from
21       that address is legitimate without the need for a full trust
22       path to the signing key.
24     * When exporting subkeys, those specified with a key ID or
25       fingerpint and the '!' suffix are now merged into one keyblock.
27     * Added "gpg-zip", a program to create encrypted archives that can
28       interoperate with PGP Zip.
30     * Added support for signing subkey cross-certification "back
31       signatures".  Requiring cross-certification to be present is
32       currently off by default, but will be changed to on by default
33       in the future, once more keys use it.  A new "cross-certify"
34       command in the --edit-key menu can be used to update signing
35       subkeys to have cross-certification.
37     * The key cleaning options for --import-options and
38       --export-options have been further polished.  "import-clean" and
39       "export-clean" replace the older
40       import-clean-sigs/import-clean-uids and
41       export-clean-sigs/export-clean-uids option pairs.
43     * New "minimize" command in the --edit-key menu removes everything
44       that can be removed from a key, rendering it as small as
45       possible.  There are corresponding "export-minimal" and
46       "import-minimal" commands for --export-options and
47       --import-options.
49     * New --fetch-keys command to retrieve keys by specifying a URI.
50       This allows direct key retrieval from a web page or other
51       location that can be specified in a URI.  Available protocols
52       are HTTP and finger, plus anything that cURL supplies, if built
53       with cURL support.
55     * Files containing several signed messages are not allowed any
56       longer as there is no clean way to report the status of such
57       files back to the caller.  To partly revert to the old behaviour
58       the new option --allow-multisig-verification may be used.
60     * The keyserver helpers can now handle keys in either ASCII armor
61       or binary format.
63     * New auto-key-locate option that takes an ordered list of methods
64       to locate a key if it is not available at encryption time (-r or
65       --recipient).  Possible methods include "cert" (use DNS CERT as
66       per RFC2538bis, "pka" (use DNS PKA), "ldap" (consult the LDAP
67       server for the domain in question), "keyserver" (use the
68       currently defined keyserver), as well as arbitrary keyserver
69       URIs that will be contacted for the key.
71     * Able to retrieve keys using DNS CERT records as per RFC-4398.
74 Noteworthy changes in version 1.4.2 (2005-07-26)
75 ------------------------------------------------
77     * New command "verify" in the card-edit menu to display
78       the Private-DO-3.  The Admin command has been enhanced to take
79       the optional arguments "on", "off" and "verify".  The latter may
80       be used to verify the Admin Pin without modifying data; this
81       allows displaying the Private-DO-4 with the "list" command.
83     * Rewrote large parts of the card code to optionally make use of a
84       running gpg-agent.  If --use-agent is being used and a gpg-agent
85       with enabled scdaemon is active, gpg will now divert all card
86       operations to that daemon.  This is required because both,
87       scdaemon and gpg require exclusive access to the card reader. By
88       delegating the work to scdaemon, both can peacefully coexist and
89       scdaemon is able to control the use of the reader.  Note that
90       this requires at least gnupg 1.9.17.
92     * Fixed a couple of problems with the card reader.
94     * Command completion is now available in the --edit-key and
95       --card-edit menus.  Filename completion is available at all
96       filename prompts.  Note that completion is only available if the
97       system provides a readline library.
99     * New experimental HKP keyserver helper that uses the cURL
100       library.  It is enabled via the configure option --with-libcurl
101       like the other (also experimental) cURL helpers.
103     * New key cleaning options that can be used to remove unusable
104       (expired, revoked) signatures from a key.  This is available via
105       the new "clean" command in --edit-key on a key by key basis, as
106       well as via the import-clean-sigs/import-clean-uids and
107       export-clean-sigs/export-clean-uids options for --import-options
108       and --export-options.  These are currently off by default, and
109       replace the import-unusable-sigs/export-unusable-sigs options
110       from version 1.4.1.
112     * New export option export-reset-subkey-passwd.
114     * New option --limit-card-insert-tries.
117 Noteworthy changes in version 1.4.1 (2005-03-15)
118 ------------------------------------------------
120     * New --rfc2440-text option which controls how text is handled in
121       signatures.  This is in response to some problems seen with
122       certain PGP/MIME mail clients and GnuPG version 1.4.0.  More
123       details about this are available at
124       <http://lists.gnupg.org/pipermail/gnupg-users/2005-January/024408.html>.
126     * New "import-unusable-sigs" and "export-unusable-sigs" tags for
127       --import-options and --export-options.  These are off by default,
128       which causes GnuPG to not import or export key signatures that
129       are not usable (e.g. expired signatures).
131     * New experimental HTTP, HTTPS, FTP, and FTPS keyserver helper
132       that uses the cURL library <http://curl.haxx.se> to retrieve
133       keys.  This is disabled by default, but may be enabled with the
134       configure option --with-libcurl.  Without this option, the
135       existing HTTP code is used for HTTP, and HTTPS, FTP, and FTPS
136       are not supported.
138     * When running a --card-status or --card-edit and a public key is
139       available, missing secret key stubs will be created on the fly.
140       Details of the key are listed too.
142     * The implicit packet dumping in double verbose mode is now sent
143       to stderr and not to stdout.
145     * Added countermeasures against the Mister/Zuccherato CFB attack
146       <http://eprint.iacr.org/2005/033>.
148     * [W32] The algorithm for the default home directory changed:
149       First we look at the environment variable GNUPGHOME, if this one
150       is not set, we check whether the registry entry
151       {HKCU,HKLM}\Software\GNU\GnuPG:HomeDir has been set. If this
152       fails we use a GnuPG directory below the standard application
153       data directory (APPDATA) of the current user. Only in the case
154       that this directory cannot be determined, the old default of
155       c:\gnupg will be used.  The option --homedir still overrides all
156       of them.
158     * [W32] The locale selection under Windows changed. You need to
159       enter the locale in the registry at HKCU\Software\GNU\GnuPG:Lang. 
160       For German you would use "de".  If it is not set, GnuPG falls
161       back to HKLM.  The languages files "*.mo" are expected in a
162       directory named "gnupg.nls" below the installation directory;
163       that directory must be stored in the registry at the same key as
164       above with the name "Install Directory".
166     * Add new --edit-key command "bkuptocard" to allow restoring a
167       card key from a backup.
169     * The "fetch" command of --card-edit now retrieves the key using
170       the default keyserver if no URL has been stored on the card.
172     * New configure option --enable-noexecstack.
175 Noteworthy changes in version 1.4.0 (2004-12-16)
176 ------------------------------------------------
178     * See the file doc/highlights-1.4.txt for an overview of all
179       changes in respect to the 1.2 series.
182 Noteworthy changes in version 1.3.93 (2004-12-14)
183 -------------------------------------------------
185     * Ask the user to repeat a changed PIN.
187     * Switched to automake 1.9.  Minor big fixes.
189     
190 Noteworthy changes in version 1.3.92 (2004-10-28)
191 -------------------------------------------------
192     
193     * Added Russian man page. Thanks to Pawel I. Shajdo.
195     * libiconv is now used to support other character sets other than
196       UTF-8, Latin-1,-2 and KOI8-2.  The W32 version will only work
197       correctly when iconv.dll is installed on the system.  A binary
198       version is available at all GNU mirror sites under libiconv.
199      
200     * gettext for Windows has been simplified.  The MO files are now
201       distributed UTF-8 encoded and gpg translates on the fly.
204 Noteworthy changes in version 1.3.91 (2004-10-15)
205 -------------------------------------------------
207     * A new configure option --enable-selinux-support disallows
208       processing of confidential files used by gpg (e.g. secring.gpg).
209       This helps writing ACLs for the SELinux kernel.
211     * Support for fetching keys via finger has been added.  This is
212       useful for setting a preferred keyserver URL like
213       "finger:wk@g10code.com".
215     * Timeout support has been added to the keyserver helpers.  This
216       allows users to set an upper limit on how long to wait for the
217       keyserver before giving up.
219     * New "direct" trust model where users can set key validity
220       directly if they do not want to participate in the web of trust.
222     * Minor bug fixes, code and string cleanups.
225 Noteworthy changes in version 1.3.90 (2004-10-01)
226 -------------------------------------------------
228     * Readline support at all prompts is now available if the system
229       provides a readline library.  The build time option
230       --without-readline may be used to disable this feature.
232     * Support for the OpenPGP smartcard is now enabled by default.
233       Use the option --disable-card-support to build without support
234       for smartcards. 
236     * New command "addcardkey" in the key edit menu to add subkeys to
237       a smartcard. New command "keytocard" to transfer a key to a smartcard.
238       The serial number of the card is show in secret key listings.
240     * -K may now be used as an alias for --list-secret-keys.      
242     * HTTP Basic authentication is now supported for all HKP and HTTP
243       keyserver functions, either through a proxy or via direct
244       access.
247 Noteworthy changes in version 1.3.6 (2004-05-22)
248 ------------------------------------------------
250     * New --keyid-format option that selects short (99242560), long
251       (DB698D7199242560), 0xshort (0x99242560), or 0xlong
252       (0xDB698D7199242560) keyid displays.  This lets users tune the
253       display to what they prefer.
255     * The --list-options and --verify-options option
256       "show-long-keyids" has been removed since --keyid-format
257       obviates the need for them.
259     * Support for the old quasi-1991 partial length encoding has been
260       removed.
262     * The --export-all and --export-options include-non-rfc options
263       have been removed as superfluous since nonstandard V3 Elgamal
264       sign+encrypt keys have been removed.
266     * Preferred keyserver support has been added.  Users may set a
267       preferred keyserver via the --edit-key command "keyserver".  If
268       the --keyserver-option honor-keyserver-url is set (and it is by
269       default), then the preferred keyserver is used when refreshing
270       that key.
272     * The --sig-keyserver-url option can be used to inform signature
273       recipients where the signing key can be downloaded.  When
274       verifying the signature, if the signing key is not present, and
275       the keyserver options honor-keyserver-url and auto-key-retrieve
276       are set, this URL will be used to retrieve the key.
278     * Support for fetching keys via HTTP has been added.  This is
279       mainly useful for setting a preferred keyserver URL like
280       "http://www.jabberwocky.com/key.asc".
282     * New --ask-cert-level/--no-ask-cert-level option to turn on and
283       off the prompt for signature level when signing a key.  Defaults
284       to off.
286     * New --gpgconf-list command for internal use by the gpgconf
287       utility from gnupg 1.9.x.
290 Noteworthy changes in version 1.3.5 (2004-02-26)
291 ------------------------------------------------
293     * New --min-cert-level option to disregard key signatures that are
294       under a specified level.  Defaults to 2 (i.e. discard 0x11
295       signatures).
297     * New --max-output option to limit the amount of plaintext output
298       generated by GnuPG.  This option can be used by programs which
299       call GnuPG to process messages that may result in plaintext
300       larger than the calling program is prepared to handle.  This is
301       sometimes called a "Decompression Bomb".
303     * New --list-config command for frontends and other programs that
304       call GnuPG.  See doc/DETAILS for the specifics of this.
306     * Some performance improvements with large keyrings.  See the
307       build time option --enable-key-cache=SIZE in the README file for
308       details.
310     * Some portability fixes for the OpenBSD/i386, HPPA, and AIX
311       platforms.
313     * New keyserver-option "http-proxy" to specify which proxy to use
314       in the config file without using environment variables.
316     * Added support for storing, retrieving, and searching for keys in
317       LDAP servers.  Note that this is different than the "LDAP
318       keyserver" which was already (and remains) supported.
320     * Added support for TLS and LDAPS session encryption for LDAP.
322     * --show-session-key/--override-session-key now works with
323       --symmetric messages.
325     * The configure options --enable-rsa and --disable-rsa can now be
326       used to enable or disable the RSA algorithm.  This can be useful
327       for embedded use where space is tight.  --enable-minimal
328       includes --disable-rsa.  RSA is enabled by default.
330     * The last support for Elgamal sign+encrypt keys has been removed.
333 Noteworthy changes in version 1.3.4 (2003-11-27)
334 ------------------------------------------------
336     * Added support for BZIP2 compression.  This should be considered
337       experimental, and is only available if the libbzip2 library
338       <http://sources.redhat.com/bzip2/> is installed.
340     * Added the ability to handle messages that can be decrypted with
341       either a passphrase or a secret key.  These messages may be
342       generated with --symmetric --encrypt or --symmetric --sign
343       --encrypt.
345     * The config file search has been enhanced to try for less
346       specific filename matches before giving up.  For example,
347       version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and
348       gpg.conf-1 before falling back to the regular gpg.conf file.
350     * Fixed a format string bug in the HKP keyserver handler.
352     * Support for Elgamal sign+encrypt keys has been removed.  Old
353       signatures may still be verified, and existing encrypted
354       messages may still be decrypted, but no new signatures may be
355       issued by, and no new messages will be encrypted to, these keys.
358 Noteworthy changes in version 1.3.3 (2003-10-10)
359 ------------------------------------------------
361     * Basic support for the OpenPGP card.  New commands --card-status,
362       --card-edit, --change-pin and the configuration options
363       --reader-port, --ctapi-driver, --pcsc-driver, and --disable-ccid.
365     * Full (read/write) support for the SHA-256 hash has been added.
367     * Support for the TIGER/192 hash has been dropped.  This should
368       not be interpreted as a statement as to the strength of
369       TIGER/192 - rather, the upcoming revision to the OpenPGP
370       standard removes support for several unused (or mostly unused)
371       hashes.
373     * Revoked or expired user IDs are now skipped when selecting keys
374       for encryption.  Specifying a key by the key ID overrides this
375       check and allows the selection of any key.
377     * Note that --no-mangle-dos-filenames is now the default.  If you
378       are upgrading from a 1.2.x version of GnuPG, and are running a
379       very old version of Windows that has the 8.3 filename limit, you
380       may need to change this.
382     * Multiple "Comment:" lines in armored output are now allowed.
384     * New --list-options option.  This option takes a list of
385       arguments that allows the user to customize exactly what key
386       listings (including the --edit-key listing) look like, enabling
387       or disabling things such as photo display, policy URL, preferred
388       keyserver URL, or notation display, long or short keyIDs,
389       calculated validity for each user ID, etc.  See the manual for
390       the complete list of list-options.
392     * New --verify-options option.  This option takes a list of
393       arguments that allows the user to customize exactly what happens
394       during signature verification, enabling or disabling things such
395       as photo display, policy URL, preferred keyserver URL, or
396       notation display, long or short keyIDs, calculated validity for
397       each user ID, etc.  See the manual for the complete list of
398       verify-options.
400     * New --sig-keyserver-url to embed a "where to get my key"
401       subpacket into a signature.
403     * The options --show-photos, --show-policy-url, --show-notation,
404       and --show-keyring are all deprecated in favor of those
405       arguments to --list-options and --verify-options.  The new
406       method is more flexible since a user can specify (for example)
407       showing photos during sig verification, but not in key listings.
409     * The complete fingerprint of the key that made a given key
410       certification is now available in the --with-colons output.  For
411       technical reasons, this is only available when running with
412       --no-sig-cache set.  See doc/DETAILS for the specifics of this.
414     * IPv6 support for HKP keyserver access.  IPv6 for LDAP keyserver
415       access is also supported, but is dependent on the LDAP library
416       used.
418     * To simplify running both the stable (1.2.x) and development
419       (1.3.x) versions of GnuPG, the development version will try to
420       load the options file gpg.conf-VERSION (e.g. gpg.conf-1.3.3 for
421       this release) before falling back to the regular gpg.conf file.
423     * Two new %-expandos for use in notation and policy URLs.  "%g"
424       expands to the fingerprint of the key making the signature
425       (which might be a subkey), and "%p" expands to the fingerprint
426       of the primary key that owns the key making the signature.
428     * New "tru" record in --with-colons --list-keys listings.  It
429       shows the status of the trust database that was used to
430       calculate the key validity in the listings.  See doc/DETAILS for
431       the specifics of this.
433     * New REVKEYSIG status tag for --status-fd.  It indicates a valid
434       signature that was issued by a revoked key.  See doc/DETAILS for
435       the specifics of this.
437     * A number of portability changes to make building GnuPG on
438       less-common platforms easier.
441 Noteworthy changes in version 1.3.2 (2003-05-27)
442 ------------------------------------------------
444     * New "--gnupg" option (set by default) that disables --openpgp,
445       and the various --pgpX emulation options.  This replaces
446       --no-openpgp, and --no-pgpX, and also means that GnuPG has
447       finally grown a --gnupg option to make GnuPG act like GnuPG.
449     * A bug in key validation has been fixed.  This bug only affects
450       keys with more than one user ID (photo IDs do not count here),
451       and results in all user IDs on a given key being treated with
452       the validity of the most-valid user ID on that key.
454     * Notation names that do not contain a '@' are no longer allowed
455       unless --expert is set.  This is to help prevent pollution of
456       the (as yet unused) IETF notation namespace.
458     * Multiple trust models are now supported via the --trust-model
459       option.  The options are "pgp" (web-of-trust plus trust
460       signatures), "classic" (web-of-trust only), and "always"
461       (identical to the --always-trust option).
463     * The --personal-{cipher|digest|compression}-preferences are now
464       consulted to get default algorithms before resorting to the
465       last-ditch defaults of --s2k-cipher-algo, SHA1, and ZIP
466       respectively.  This allows a user to set algorithms to use in a
467       safe manner so they are used when legal to do so, without
468       forcing them on for all messages.
470     * New --primary-keyring option to designate the keyring that the
471       user wants new keys imported into.
473     * --s2k-digest-algo is now used for all password mangling.
474       Earlier versions used both --s2k-digest-algo and --digest-algo
475       for passphrase mangling.
477     * Handling of --hidden-recipient or --throw-keyid messages is now
478       easier - the user only needs to give their passphrase once, and
479       GnuPG will try it against all of the available secret keys.
481     * Care is taken to prevent compiler optimization from removing
482       memory wiping code.
484     * New option --no-mangle-dos-filenames so that filenames are not
485       truncated in the W32 version.
487     * A "convert-from-106" script has been added.  This is a simple
488       script that automates the conversion from a 1.0.6 or earlier
489       version of GnuPG to a 1.0.7 or later version.
491     * Disabled keys are now skipped when selecting keys for
492       encryption.  If you are using the --with-colons key listings to
493       detect disabled keys, please see doc/DETAILS for a minor format
494       change in this release.
496     * Minor trustdb changes to make the trust calculations match
497       common usage.
499     * New command "revuid" in the --edit-key menu to revoke a user ID.
500       This is a simpler interface to the old method (which still
501       works) of revoking the user ID self-signature.
503     * Status VALIDSIG does now also print the primary key's
504       fingerprint, as well as the signature version, pubkey algorithm,
505       hash algorithm, and signature class.
507     * Add read-only support for the SHA-256 hash, and optional
508       read-only support for the SHA-384 and SHA-512 hashes.
510     * New option --enable-progress-filter for use with frontends.
512     * DNS SRV records are used in HKP keyserver lookups to allow
513       administrators to load balance and select keyserver ports
514       automatically.  This is as specified in
515       draft-shaw-openpgp-hkp-00.txt.
517     * When using the "keyid!" syntax during a key export, only that
518       specified key is exported.  If the key in question is a subkey,
519       the primary key plus only that subkey is exported.
521     * configure --disable-xxx options to disable individual algorithms
522       at build time.  This can be used to build a smaller gpg binary
523       for embedded uses where space is tight.  See the README file for
524       the algorithms that can be used with this option, or use
525       --enable-minimal to build the smallest gpg possible (disables
526       all optional algorithms, disables keyserver access, and disables
527       photo IDs).
529     * The keyserver no-modify flag on a key can now be displayed and
530       modified.
532     * Note that the TIGER/192 digest algorithm is in the process of
533       being dropped from the OpenPGP standard.  While this release of
534       GnuPG still contains it, it is disabled by default.  To ensure
535       you will still be able to use your messages with future versions
536       of GnuPG and other OpenPGP programs, please do not use this
537       algorithm.
540 Noteworthy changes in version 1.3.1 (2002-11-12)
541 ------------------------------------------------
543     * Trust signature support.  This is based on the Maurer trust
544       model where a user can specify the trust level along with the
545       signature with multiple levels so users can delegate
546       certification ability to other users, possibly restricted by a
547       regular expression on the user ID.  Note that full trust
548       signature support requires a regular expression parsing library.
549       The regexp code from glibc 2.3.1 is included for those platforms
550       that don't have working regexp functions available.  The
551       configure option --disable-regex may be used to disable any
552       regular expression code, which will make GnuPG ignore any trust
553       signature with a regular expression included.
555     * Two new commands --hidden-recipient (-R) and --hidden-encrypt-to
556       encrypt to a user, but hide the identity of that user.  This is
557       the same functionality as --throw-keyid, but can be used on a
558       per-user basis.
560     * Full algorithm names (e.g. "3DES", "SHA1", "ZIP") can now be
561       used interchangeably with the short algorithm names (e.g. "S2",
562       "H2", "Z1") anywhere algorithm names are used in GnuPG.
565 Noteworthy changes in version 1.3.0 (2002-10-18)
566 ------------------------------------------------
568     * The last piece of internal keyserver support has been removed,
569       and now all keyserver access is done via the keyserver plugins.
570       There is also a newer keyserver protocol used between GnuPG and
571       the plugins, so plugins from earlier versions of GnuPG may not
572       work properly.
574     * The HKP keyserver plugin supports the new machine-readable key
575       listing format for those keyservers that provide it.
577     * When using a HKP keyserver with multiple DNS records (such as
578       wwwkeys.pgp.net which has the addresses of multiple servers
579       around the world), try all records until one succeeds.  Note
580       that it depends on the LDAP library used whether the LDAP
581       keyserver plugin does this as well.
583     * The library dependencies for OpenLDAP seem to change fairly
584       frequently, and GnuPG's configure script cannot guess all the
585       combinations.  Use ./configure LDAPLIBS="-L libdir -l libs" to
586       override the script and use the libraries selected.
588     * Secret keys generated with --export-secret-subkeys are now
589       indicated in key listings with a '#' after the "sec", and in
590       --with-colons listings by showing no capabilities (no lowercase
591       characters).
593     * --trusted-key has been un-obsoleted, as it is useful for adding
594       ultimately trusted keys from the config file.  It is identical
595       to using --edit and "trust" to change a key to ultimately
596       trusted.
598     * Translations other than de are no longer distributed with the
599       development branch.  This is due to the frequent text changes
600       during development, which cause the translations to rapidly go
601       out of date.
604 Noteworthy changes in version 1.1.92 (2002-09-11)
605 -------------------------------------------------
607     * [IMPORTANT] The default configuration file is now
608       ~/.gnupg/gpg.conf.  If an old ~/.gnupg/options is found it will
609       still be used.  This change is required to have a more
610       consistent naming scheme with forthcoming tools.
612     * The use of MDCs have increased.  A MDC will be used if the
613       recipients directly request it, if the recipients have AES,
614       AES192, AES256, or TWOFISH in their cipher preferences, or if
615       the chosen cipher has a blocksize not equal to 64 bits
616       (currently this is also AES, AES192, AES256, and TWOFISH).
618     * GnuPG will no longer automatically disable compression when
619       processing an already-compressed file unless a MDC is being
620       used.  This is to give the message a certain amount of
621       resistance to the chosen-ciphertext attack while communicating
622       with other programs (most commonly PGP earlier than version 7.x)
623       that do not support MDCs.
625     * The option --interactive now has the desired effect when
626       importing keys.
628     * The file permission and ownership checks on files have been
629       clarified.  Specifically, the homedir (usually ~/.gnupg) is
630       checked to protect everything within it.  If the user specifies
631       keyrings outside this homedir, they are presumed to be shared
632       keyrings and therefore *not* checked.  Configuration files
633       specified with the --options option and the IDEA cipher
634       extension specified with --load-extension are checked, along
635       with their enclosing directories.
637     * The configure option --with-static-rnd=auto allows to build gpg
638       with all available entropy gathering modules included.  At
639       runtime the best usable one will be selected from the list
640       linux, egd, unix.  This is also the default for systems lacking
641       a /dev/random device.
643     * The default character set is now taken from the current locale;
644       it can still be overridden by the --charset option.  Using the
645       option -vvv shows the used character set.
647     * [REMOVED] --emulate-checksum-bug and --emulate-3des-s2k-bug have
648       been removed.
651 Noteworthy changes in version 1.1.91 (2002-08-04)
652 -------------------------------------------------
654     * All modules are now linked statically; the --load-extension
655       option is in general not useful anymore.  The only exception is
656       to specify the deprecated idea cipher.
658     * The IDEA plugin has changed.  Previous versions of the IDEA
659       plugin will no longer work with GnuPG.  However, the current
660       version of the plugin will work with earlier GnuPG versions.
662     * When using --batch with one of the --delete-key commands, the
663       key must be specified by fingerprint.  See the man page for
664       details.
666     * There are now various ways to restrict the ability GnuPG has to
667       exec external programs (for the keyserver helpers or photo ID
668       viewers).  Read the README file for the complete list.
670     * New export option to leave off attribute packets (photo IDs)
671       during export.  This is useful when exporting to HKP keyservers
672       which do not understand attribute packets.
674     * New import option to repair during import the HKP keyserver
675       mangling multiple subkeys bug.  Note that this cannot completely
676       repair the damaged key as some crucial data is removed by the
677       keyserver, but it does at least give you back one subkey.  This
678       is on by default for keyserver --recv-keys, and off by default
679       for regular --import.
681     * The keyserver helper programs now live in
682       /usr/[local/]libexec/gnupg by default.  If you are upgrading
683       from 1.0.7, you might want to delete your old copies in
684       /usr/[local/]bin.  If you use an OS that does not use libexec
685       for whatever reason, use configure --libexecdir=/usr/local/lib
686       to place the keyserver helpers there.
688     * The LDAP keyserver handler now works properly with very old
689       (version 1) LDAP keyservers.
692 Noteworthy changes in version 1.1.90 (2002-07-01)
693 -------------------------------------------------
695     * New commands: --personal-cipher-preferences,
696       --personal-digest-preferences, and
697       --personal-compress-preferences allow the user to specify which
698       algorithms are to be preferred.  Note that this does not permit
699       using an algorithm that is not present in the recipient's
700       preferences (which would violate the OpenPGP standard).  This
701       just allows sorting the preferences differently.
703     * New "group" command to refer to several keys with one name.
705     * A warning is issued if the user forces the use of an algorithm
706       that is not listed in the recipient's preferences.
708     * Full revocation key (aka "designated revoker") support.
710     * The preferred hash algorithms on a key are consulted when
711       encrypting a signed message to that key.  Note that this is
712       disabled by default by a SHA1 preference in
713       --personal-digest-preferences.
715     * --cert-digest-algo allows the user to specify the hash algorithm
716       to use when signing a key rather than the default SHA1 (or MD5
717       for PGP2 keys).  Do not use this feature unless you fully
718       understand the implications of this.
720     * --pgp7 mode automatically sets all necessary options to ensure
721       that the resulting message will be usable by a user of PGP 7.x.
723     * New --attribute-fd command for frontends and scripts to get the
724       contents of attribute packets (i.e. photos)
726     * In expert mode, the user can now re-sign a v3 key with a v4
727       self-signature.  This does not change the v3 key into a v4 key,
728       but it does allow the user to use preferences, primary ID flags,
729       etc.
731     * Significantly improved photo ID support on non-unixlike
732       platforms.
734     * The version number has jumped ahead to 1.1.90 to skip over the
735       old version 1.1 and to get ready for the upcoming 1.2.
737     * ElGamal sign and encrypt is not anymore allowed in the key
738       generation dialog unless in expert mode.  RSA sign and encrypt
739       has been added with the same restrictions.
741     * [W32] Keyserver access does work with Windows NT.
744 Noteworthy changes in version 1.0.7 (2002-04-29)
745 ------------------------------------------------
747     * Secret keys are now stored and exported in a new format which
748       uses SHA-1 for integrity checks.  This format renders the
749       Rosa/Klima attack useless.  Other OpenPGP implementations might
750       not yet support this, so the option --simple-sk-checksum creates
751       the old vulnerable format.
753     * The default cipher algorithm for encryption is now CAST5,
754       default hash algorithm is SHA-1.  This will give us better
755       interoperability with other OpenPGP implementations.
757     * Symmetric encrypted messages now use a fixed file size if
758       possible.  This is a tradeoff: it breaks PGP 5, but fixes PGP 2,
759       6, and 7.  Note this was only an issue with RFC-1991 style
760       symmetric messages.
762     * Photographic user ID support.  This uses an external program to
763       view the images.
765     * Enhanced keyserver support via keyserver "plugins".  GnuPG comes
766       with plugins for the NAI LDAP keyserver as well as the HKP email
767       keyserver.  It retains internal support for the HKP HTTP
768       keyserver.
770     * Nonrevocable signatures are now supported.  If a user signs a
771       key nonrevocably, this signature cannot be taken back so be
772       careful!
774     * Multiple signature classes are usable when signing a key to
775       specify how carefully the key information (fingerprint, photo
776       ID, etc) was checked.
778     * --pgp2 mode automatically sets all necessary options to ensure
779       that the resulting message will be usable by a user of PGP 2.x.
781     * --pgp6 mode automatically sets all necessary options to ensure
782       that the resulting message will be usable by a user of PGP 6.x.
784     * Signatures may now be given an expiration date.  When signing a
785       key with an expiration date, the user is prompted whether they
786       want their signature to expire at the same time.
788     * Revocation keys (designated revokers) are now supported if
789       present.  There is currently no way to designate new keys as
790       designated revokers.
792     * Permissions on the .gnupg directory and its files are checked
793       for safety.
795     * --expert mode enables certain silly things such as signing a
796       revoked user id, expired key, or revoked key.
798     * Some fixes to build cleanly under Cygwin32.
800     * New tool gpgsplit to split OpenPGP data formats into packets.
802     * New option --preserve-permissions.
804     * Subkeys created in the future are not used for encryption or
805       signing unless the new option --ignore-valid-from is used.
807     * Revoked user-IDs are not listed unless signatures are listed too
808       or we are in verbose mode.
810     * There is no default comment string with ascii armors anymore
811       except for revocation certificates and --enarmor mode.
813     * The command "primary" in the edit menu can be used to change the
814       primary UID, "setpref" and "updpref" can be used to change the
815       preferences.
817     * Fixed the preference handling; since 1.0.5 they were erroneously
818       matched against against the latest user ID and not the given one.
820     * RSA key generation.
822     * Merged Stefan's patches for RISC OS in.  See comments in
823       scripts/build-riscos. 
825     * It is now possible to sign and conventional encrypt a message (-cs).
827     * The MDC feature flag is supported and can be set by using
828       the "updpref" edit command.
830     * The status messages GOODSIG and BADSIG are now returning the primary
831       UID, encoded using %XX escaping (but with spaces left as spaces,
832       so that it should not break too much)
834     * Support for GDBM based keyrings has been removed.
836     * The entire keyring management has been revamped.
838     * The way signature stati are store has changed so that v3
839       signatures can be supported. To increase the speed of many
840       operations for existing keyrings you can use the new
841       --rebuild-keydb-caches command.
843     * The entire key validation process (trustdb) has been revamped.
844       See the man page entries for --update-trustdb, --check-trustdb
845       and --no-auto-check-trustdb.
847     * --trusted-keys is again obsolete, --edit can be used to set the
848       ownertrust of any key to ultimately trusted.
850     * A subkey is never used to sign keys.
852     * Read only keyrings are now handled as expected.
855 Noteworthy changes in version 1.0.6 (2001-05-29)
856 ------------------------------------------------
858     * Security fix for a format string bug in the tty code.
860     * Fixed format string bugs in all PO files. 
862     * Removed Russian translation due to too many bugs.  The FTP
863       server has an unofficial but better translation in the contrib
864       directory.
866     * Fixed expire time calculation and keyserver access.
868     * The usual set of minor bug fixes and enhancements.
870     * non-writable keyrings are now correctly handled.
873 Noteworthy changes in version 1.0.5 (2001-04-29)
874 ------------------------------------------------
876     * WARNING: The semantics of --verify have changed to address a
877       problem with detached signature detection. --verify now ignores
878       signed material given on stdin unless this is requested by using
879       a "-" as the name for the file with the signed material.  Please
880       check all your detached signature handling applications and make
881       sure that they don't pipe the signed material to stdin without
882       using a filename together with "-" on the the command line.
884     * WARNING: Corrected hash calculation for input data larger than
885       512M - it was just wrong, so you might notice bad signature in
886       some very big files.  It may be wise to keep an old copy of
887       GnuPG around.
889     * Secret keys are no longer imported unless you use the new option
890       --allow-secret-key-import.  This is a kludge and future versions will
891       handle it in another way.
893     * New command "showpref" in the --edit-key menu to show an easier
894       to understand preference listing.
896     * There is now the notation of a primary user ID.  For example, it
897       is printed with a signature verification as the first user ID;
898       revoked user IDs are not printed there anymore.  In general the
899       primary user ID is the one with the latest self-signature.
901     * New --charset=utf-8 to bypass all internal conversions.
903     * Large File Support (LFS) is now working.
905     * New options: --ignore-crc-error, --no-sig-create-check, 
906       --no-sig-cache, --fixed-list-mode, --no-expensive-trust-checks,
907       --enable-special-filenames and --use-agent.  See man page.
909     * New command --pipemode, which can be used to run gpg as a
910       co-process.  Currently only the verification of detached
911       signatures are working.  See doc/DETAILS.
913     * Keyserver support for the W32 version.
915     * Rewritten key selection code so that GnuPG can better cope with
916       multiple subkeys, expire dates and so.  The drawback is that it
917       is slower.
919     * A whole lot of bug fixes.
921     * The verification status of self-signatures are now cached. To
922       increase the speed of key list operations for existing keys you
923       can do the following in your GnuPG homedir (~/.gnupg):
924          cp pubring.gpg pubring.gpg.save && gpg --export-all >x && \
925          rm pubring.gpg && gpg --import x
926       Only v4 keys (i.e not the old RSA keys) benefit from this caching.
928     * New translations: Estonian, Turkish.
931 Noteworthy changes in version 1.0.4 (2000-10-17)
932 ------------------------------------------------
934     * Fixed a serious bug which could lead to false signature verification
935       results when more than one signature is fed to gpg.  This is the
936       primary reason for releasing this version.
938     * New utility gpgv which is a stripped down version of gpg to
939       be used to verify signatures against a list of trusted keys.
941     * Rijndael (AES) is now supported and listed with top preference.
943     * --with-colons now works with --print-md[s].
945 Noteworthy changes in version 1.0.3 (2000-09-18)
946 ------------------------------------------------
948     * Fixed problems with piping to/from other MS-Windows software
950     * Expiration time of the primary key can be changed again.
952     * Revoked user IDs are now marked in the output of --list-key
954     * New options --show-session-key and --override-session-key
955       to help the British folks to somewhat minimize the danger
956       of this Orwellian RIP bill.
958     * New options --merge-only and --try-all-secrets.
960     * New configuration option --with-egd-socket.
962     * The --trusted-key option is back after it left us with 0.9.5
963      
964     * RSA is supported. Key generation does not yet work but will come
965       soon. 
966     
967     * CAST5 and SHA-1 are now the default algorithms to protect the key
968       and for symmetric-only encryption. This should solve a couple
969       of compatibility problems because the old algorithms are optional
970       according to RFC2440
972     * Twofish and MDC enhanced encryption is now used.  PGP 7 supports 
973       this.  Older versions of GnuPG don't support it, so they should be
974       upgraded to at least 1.0.2
975       
977 Noteworthy changes in version 1.0.2 (2000-07-12)
978 ----------------------------------------------
980     * Fixed expiration handling of encryption keys.
982     * Add an experimental feature to do unattended key generation.
984     * The user is now asked for the reason of revocation as required
985       by the new OpenPGP draft.
987     * There is a ~/.gnupg/random_seed file now which saves the
988       state of the internal RNG and increases system performance
989       somewhat.  This way the full entropy source is only used in
990       cases were it is really required.
991       Use the option --no-random-seed-file to disable this feature.
993     * New options --ignore-time-conflict and --lock-never.
995     * Some fixes for the W32 version.
997     * The entropy.dll is not anymore used by the W32 version but replaced
998       by code derived from Cryptlib.
1000     * Encryption is now much faster: About 2 times for 1k bit keys
1001       and 8 times for 4k keys.
1003     * New encryption keys are generated in a way which allows a much
1004       faster decryption.
1006     * New command --export-secret-subkeys which outputs the
1007       the _primary_ key with it's secret parts deleted.  This is
1008       useful for automated decryption/signature creation as it
1009       allows to keep the real secret primary key offline and
1010       thereby protecting the key certificates and allowing to
1011       create revocations for the subkeys.  See the FAQ for a
1012       procedure to install such secret keys.
1014     * Keygeneration now writes to the first writeable keyring or
1015       as default to the one in the homedirectory.  Prior versions
1016       ignored all --keyring options.
1018     * New option --command-fd to take user input from a file descriptor;
1019       to be used with --status-fd by software which uses GnuPG as a backend.
1021     * There is a new status PROGRESS which is used to show progress during
1022       key generation.
1024     * Support for the new MDC encryption packets.  To create them either
1025       --force-mdc must be use or cipher algorithm with a blocksize other
1026       than 64 bits is to be used.  --openpgp currently disables MDC packets
1027       entirely.  This option should not yet be used.
1029     * New option --no-auto-key-retrieve to disable retrieving of
1030       a missing public key from a keyserver, when a keyserver has been set.
1032     * Danish translation
1034 Noteworthy changes in version 1.0.1 (1999-12-16)
1035 -----------------------------------
1037     * New command --verify-files.  New option --fast-list-mode.
1039     * $http_proxy is now used when --honor-http-proxy is set.
1041     * Fixed some minor bugs and the problem with conventional encrypted
1042       packets which did use the gpg v3 partial length headers.
1044     * Add Indonesian and Portugese translations.
1046     * Fixed a bug with symmetric-only encryption using the non-default 3DES.
1047       The option --emulate-3des-s2k-bug may be used to decrypt documents
1048       which have been encrypted this way; this should be done immediately
1049       as this workaround will be remove in 1.1
1051     * Can now handle (but not display) PGP's photo IDs. I don't know the
1052       format of that packet but after stripping a few bytes from the start
1053       it looks like a JPEG (at least my test data).  Handling of this
1054       package is required because otherwise it would mix up the
1055       self signatures and you can't import those keys.
1057     * Passing non-ascii user IDs on the commandline should now work in all
1058       cases.
1060     * New keys are now generated with an additional preference to Blowfish.
1062     * Removed the GNU Privacy Handbook from the distribution as it will go
1063       into a separate one.
1066 Noteworthy changes in version 1.0.0 (1999-09-07)
1067 -----------------------------------
1069     * Add a very preliminary version of the GNU Privacy Handbook to
1070       the distribution (lynx doc/gph/index.html).
1072     * Changed the version number to GnuPG 2001 ;-)
1075 Noteworthy changes in version 0.9.11
1076 ------------------------------------
1078     * UTF-8 strings are now correctly printed (if --charset is set correctly).
1079       Output of --with-colons remains C-style escaped UTF-8.
1081     * Workaround for a problem with PGP 5 detached signature in textmode.
1083     * Fixed a problem when importing new subkeys (duplicated signatures).
1085 Noteworthy changes in version 0.9.10
1086 ------------------------------------
1088     * Some strange new options to help pgpgpg
1090     * Cleaned up the dox a bit.
1093 Noteworthy changes in version 0.9.9
1094 -----------------------------------
1096     * New options --[no-]utf8-strings.
1098     * New edit-menu commands "enable" and "disable" for entire keys.
1100     * You will be asked for a filename if gpg cannot deduce one.
1102     * Changes to support libtool which is needed for the development
1103       of libgcrypt.
1105     * New script tools/lspgpot to help transferring assigned
1106       trustvalues from PGP to GnuPG.
1108     * New commands --lsign-key and made --sign-key a shortcut for --edit
1109       and sign.
1111     * New options (#122--126 ;-) --[no-]default-recipient[-self],
1112       --disable-{cipher,pubkey}-algo. See the man page.
1114     * Enhanced info output in case of multiple recipients and fixed exit code.
1116     * New option --allow-non-selfsigned-uid to work around a problem with
1117       the German IN way of separating signing and encryption keys.
1120 Noteworthy changes in version 0.9.8
1121 -----------------------------------
1123     * New subcommand "delsig" in the edit menu.
1125     * The name of the output file is not anymore the one which is
1126       embedded in the processed message, but the used filename with
1127       the extension stripped.  To revert to the old behaviour you can
1128       use the option --use-embedded-filename.
1130     * Another hack to cope with pgp2 generated detached signatures.
1132     * latin-2 character set works (--charset=iso-8859-2).
1134     * New option --with-key-data to list the public key parameters.
1135       New option -N to insert notations and a --set-policy-url.
1136       A couple of other options to allow reseting of options.
1138     * Better support for HPUX.
1141 Noteworthy changes in version 0.9.7
1142 -----------------------------------
1144     * Add some work arounds for a bugs in pgp 2 which led to bad signatures
1145       when used with canonical texts in some cases.
1147     * Enhanced some status outputs.
1149 Noteworthy changes in version 0.9.6
1150 -----------------------------------
1152     * Twofish is now statically linked by default. The experimental 128 bit
1153       version is now disabled.  Full support will be available as soon as
1154       the OpenPGP WG has decided on an interpretation of rfc2440.
1156     * Dropped support for the ancient Blowfish160 which is not OpenPGP.
1158     * Merged gpgm and gpg into one binary.
1160     * Add "revsig" and "revkey" commands to the edit menu.  It is now
1161       possible to revoke signature and subkeys.
1164 Noteworthy changes in version 0.9.5
1165 -----------------------------------
1167     * New command "lsign" in the keyedit menu to create non-exportable
1168       signatures.  Removed --trusted-keys option.
1170     * A bunch of changes to the key validation code.
1172     * --list-trust-path now has an optional --with-colons format.
1174     * New command --recv-keys to import keys from an keyserver.
1177 Noteworthy changes in version 0.9.4
1178 -----------------------------------
1180     * New configure option --enable-static-rnd=[egd|linux|unix|none]
1181       to select a random gathering module for static linking.
1183     * The original text is now verbatim copied to a cleartext signed message.
1185     * Bugfixes but there are still a couple of bugs.
1188 Noteworthy changes in version 0.9.3
1189 -----------------------------------
1191     * Changed the internal design of getkey which now allows a
1192       efficient lookup of multiple keys and add a word match mode.
1194     * New options --[no-]encrypt-to.
1196     * Some changes to the configure stuff.  Switched to automake 1.4.
1197       Removed intl/ from CVS, autogen.sh now uses gettextize.
1199     * Preferences now include Twofish. Removed preference to Blowfish with
1200       a special hack to suppress the "not listed in preferences" warning;
1201       this is to allow us to switch completely to Twofish in the near future.
1203     * Changed the locking stuff.
1205     * Print all user ids of a good signature.
1208 Noteworthy changes in version 0.9.2
1209 -----------------------------------
1211     * add some additional time warp checks.
1213     * Option --keyserver and command --send-keys to utilize HKP servers.
1215     * Upgraded to zlib 1.1.3 and fixed an inflate bug
1217     * More cleanup on the cleartext signatures.
1220 Noteworthy changes in version 0.9.1
1221 -----------------------------------
1223     * Polish language support.
1225     * When querying the passphrase, the key ID of the primary key is
1226       displayed along with the one of the used secondary key.
1228     * Fixed a bug occurring when decrypting pgp 5 encrypted messages,
1229       fixed an infinite loop bug in the 3DES code and in the code
1230       which looks for trusted signatures.
1232     * Fixed a bug in the mpi library which caused signatures not to
1233       compare okay.
1235     * Rewrote the handling of cleartext signatures; the code is now
1236       better maintainable (I hope so).
1238     * New status output VALIDSIG only for valid signatures together
1239       with the fingerprint of the signer's key.
1242 Noteworthy changes in version 0.9.0
1243 -----------------------------------
1245     * --export does now only exports rfc2440 compatible keys; the
1246       old behaviour is available with --export-all.
1247       Generation of v3 ElGamal (sign and encrypt) keys is not longer
1248       supported.
1250     * Fixed the uncompress bug.
1252     * Rewrote the rndunix module. There are two environment variables
1253       used for debugging now: GNUPG_RNDUNIX_DBG give the file to write
1254       debugging information (use "-" for stdout) and if GNUPG_RNDUNIX_DBGALL
1255       is set, all programs which are only tried are also printed.
1257     * New option --escape-from-lines to "dash-escape" "From " lines to
1258       prevent mailers to change them to ">From ".  This is not enabled by
1259       default because it is not in compliance with rfc2440 - however, you
1260       should turn it on.
1263 Noteworthy changes in version 0.4.5
1264 -----------------------------------
1266     * The keyrings and the trustdb is now locked, so that
1267       other GnuPG processes won't damage these files.  You
1268       may want to put the option --lock-once into your options file.
1270     * The latest self-signatures are now used; this enables --import
1271       to see updated preferences etc.
1273     * Import of subkeys should now work.
1275     * Random gathering modules may now be loaded as extensions. Add
1276       such a module for most Unices but it is very experimental!
1278     * Brazilian language support.
1281 Noteworthy changes in version 0.4.4
1282 -----------------------------------
1284     * Fixed the way the key expiration time is stored. If you have
1285       an expiration time on your key you should fix it with --edit-key
1286       and the command "expire".  I apologize for this inconvenience.
1288     * Add option --charset to support "koi8-r" encoding of user ids.
1289       (Not yet tested).
1291     * Preferences should now work again. You should run
1292       "gpgm --check-trustdb \*" to rebuild all preferences.
1294     * Checking of certificates should now work but this needs a lot
1295       of testing.  Key validation values are now cached in the
1296       trustdb; they should be recalculated as needed, but you may
1297       use --check-trustdb or --update-trustdb to do this.
1299     * Spanish translation by Urko Lusa.
1301     * Patch files are from now on signed.  See the man page
1302       for the new option --not-dash-escaped.
1304     * New syntax: --edit-key <userID> [<commands>]
1305       If you run it without --batch the commands are executed and then
1306       you are put into normal mode unless you use "quit" or "save" as
1307       one of the commands.  When in batch mode, the program quits after
1308       the last command, so you have to use "save" if you did some changes.
1309       It does not yet work completely, but may be used to list so the
1310       keys etc.
1313 Noteworthy changes in version 0.4.3
1314 -----------------------------------
1316     * Fixed the gettext configure bug.
1318     * Kludge for RSA keys: keyid and length of a RSA key are
1319       correctly reported, but you get an error if you try to use
1320       this key (If you do not have the non-US version).
1322     * Experimental support for keyrings stored in a GDBM database.
1323       This is *much* faster than a standard keyring.  You will notice
1324       that the import gets slower with time; the reason is that all
1325       new keys are used to verify signatures of previous inserted
1326       keys.  Use "--keyring gnupg-gdbm:<name-of-gdbm-file>".  This is
1327       not (yet) supported for secret keys.
1329     * A Russian language file in the distribution (alternatives are in
1330       the contrib directory of the FTP servers)
1332     * commandline option processing now works as expected for GNU programs
1333       with the exception that you can't mix options and normal arguments.
1335     * Now --list-key lists all matching keys.  This is needed in some
1336       other places too.
1339 Noteworthy changes in version 0.4.2
1340 -----------------------------------
1342     * This is only a snapshot: There are still a few bugs.
1344     * Fixed this huge memory leak.
1346     * Redesigned the trust database:  You should run "gpgm --check-trustdb".
1347       New command --update-trustdb, which adds new key from the public
1348       keyring into your trustdb
1350     * Fixed a bug in the armor code, leading to invalid packet errors.
1351       (a workaround for this was to use --no-armor).  The shorten line
1352       length (64 instead of 72) fixes a problem with pgp5 and keyservers.
1354     * comment packets are not anymore generated. "--export" filters
1355       them out.  One Exception:  The comment packets in a secret keyring
1356       are still used because they carry the factorization of the public
1357       prime product.
1359     * --import now only looks for KEYBLOCK headers, so you can now simply
1360       remove the "- " in front of such a header if someone accidently signed
1361       such a message or the keyblock is part of a cleartext signed message.
1363     * --with-colons now lists the key expiration time and not anymore
1364       the valid period.
1366     * Some keyblocks created with old releases have a wrong sequence
1367       of packets, so that the keyservers don't accept these keys.
1368       Simply using "--edit-key" fixes the problem.
1370     * New option --force-v3-sigs to generate signed messages which are
1371       compatible to PGP 5.
1373     * Add some code to support DLD (for non ELF systems) - but this is
1374       not tested because my BSD box is currently broken.
1376     * New command "expire" in the edit-key menu.
1380 Noteworthy changes in version 0.4.1
1381 -----------------------------------
1382     * A secondary key is used when the primary key is specified but cannot
1383       be used for the operation (if it is a sign-only key).
1385     * GNUPG can now handle concatenated armored messages:  There is still a
1386       bug if different kinds of messages are mixed.
1388     * Iterated+Salted passphrases now work.  If want to be sure that PGP5
1389       is able to handle them you may want to use the options
1390         "--s2k-mode 3 --s2k-cipher-algo cast5 --s2k-digest-algo sha1"
1391       when changing a passphrase.
1393     * doc/OpenPGP talks about OpenPGP compliance, doc/HACKING gives
1394       a few hints about the internal structure.
1396     * Checked gnupg against the August 1998 draft (07) and I believe
1397       it is in compliance with this document (except for one point).
1399     * Fixed some bugs in the import merging code and rewrote some
1400       code for the trustdb.
1403 Noteworthy changes in version 0.4.0
1404 -----------------------------------
1405     * Triple DES is now supported.  Michael Roth did this piece of
1406       needed work.  We have now all the coded needed to be OpenPGP
1407       compliant.
1409     * Added a simple rpm spec file (see INSTALL).
1411     * detached and armored signatures are now using "PGP SIGNATURE",
1412       except when --rfc1991 is used.
1414     * All times which are not in the yyyy-mm-dd format are now printed
1415       in local time.
1418 Noteworthy changes in version 0.3.5
1419 -----------------------------------
1420     * New option --throw-keyid to create anonymous enciphered messages.
1421       If gpg detects such a message it tires all available secret keys
1422       in turn so decode it.  This is a gnupg extension and not in OpenPGP
1423       but it has been discussed there and afaik some products use this
1424       scheme too (Suggested by Nimrod Zimmerman).
1426     * Fixed a bug with 5 byte length headers.
1428     * --delete-[secret-]key is now also available in gpgm.
1430     * cleartext signatures are not anymore converted to LF only.
1432     * Fixed a trustdb problem.  Run "gpgm --check-trustdb" to fix old
1433       trust dbs.
1435     * Building in another directory should now work.
1437     * Weak key detection mechanism (Niklas Hernaeus).
1440 Noteworthy changes in version 0.3.4
1441 -----------------------------------
1442     * New options --comment and --set-filename; see g10/OPTIONS
1444     * yes/no, y/n localized.
1446     * Fixed some bugs.
1448 Noteworthy changes in version 0.3.3
1449 -----------------------------------
1450     * IMPORTANT: I found yet another bug in the way the secret keys
1451       are encrypted - I did it the way pgp 2.x did it, but OpenPGP
1452       and pgp 5.x specify another (in some aspects simpler) method.
1453       To convert your secret keys you have to do this:
1454         1. Build the new release but don't install it and keep
1455            a copy of the old program.
1456         2. Disable the network, make sure that you are the only
1457            user, be sure that there are no Trojan horses etc ....
1458         3. Use your old gpg (version 0.3.[12]) and set the
1459            passphrases of ALL your secret keys to empty!
1460            (gpg --change-passphrase your-user-id).
1461         4. Save your ownertrusts (see the next point)
1462         5. rm ~/.gnupg/trustdb.gpg
1463         6. install the new version of gpg (0.3.3)
1464         7. For every secret key call "gpg --edit-key your-user-id",
1465            enter "passwd" at the prompt, follow the instructions and
1466            change your password back, enter "save" to store it.
1467         8. Restore the ownertrust (see next point).
1469     * The format of the trust database has changed; you must delete
1470       the old one, so gnupg can create a new one.
1471       IMPORTANT: Use version 0.3.[12] to save your assigned ownertrusts
1472       ("gpgm --list-ownertrust >saved-trust"); then build this new version
1473       and restore the ownertrust with this new version
1474       ("gpgm --import-ownertrust saved-trust").  Please note that
1475       --list-ownertrust has been renamed to --export-ownertrust in this
1476       release and it does now only export defined ownertrusts.
1478     * The command --edit-key now provides a commandline driven menu
1479       which can be used for various tasks.  --sign-key is only an
1480       an alias to --edit-key and maybe removed in future: use the
1481       command "sign" of this new menu - you can select which user ids
1482       you want to sign.
1484     * Alternate user ids can now be created an signed.
1486     * Owner trust values can now be changed with --edit-key (trust)
1488     * GNUPG can now run as a coprocess; this enables sophisticated
1489       frontends.  tools/shmtest.c is a simple sample implementation.
1490       This needs some more work: all tty_xxx() are to be replaced
1491       by cpr_xxx() and some changes in the display logics is needed.
1493     * Removed options --gen-prime and --gen-random.
1495     * Removed option --add-key; use --edit-key instead.
1497     * Removed option --change-passphrase; use --edit-key instead.
1499     * Signatures are now checked even if the output file could not
1500       be created. Command "--verify" tries to find the detached data.
1502     * gpg now disables core dumps.
1504     * compress and symmetric cipher preferences are now used.
1505       Because there is no 3DES yet, this is replaced by Blowfish.
1507     * We have added the Twofish as an experimental cipher algorithm.
1508       Many thanks to Matthew Skala for doing this work.
1509       Twofish is the AES submission from Schneier et al.; see
1510       "www.counterpane.com/twofish.html" for more information.
1512     * Started with a help system: If you enter a question mark at some
1513       prompt; you should get a specific help for this prompt.
1515     * There is no more backup copy of the secret keyring.
1517     * A lot of new bugs. I think this release is not as stable as
1518       the previous one.
1521 Noteworthy changes in version 0.3.2
1522 -----------------------------------
1523     * Fixed some bugs when using --textmode (-seat)
1525     * Now displays the trust status of a positive verified message.
1527     * Keyrings are now scanned in the sequence they are added with
1528       --[secret-]keyring.  Note that the default keyring is implicitly
1529       added as the very first one unless --no-default-keyring is used.
1531     * Fixed setuid and dlopen bug.
1533 Noteworthy changes in version 0.3.1
1534 -----------------------------------
1535     * Partial headers are now written in the OpenPGP format if
1536       a key in a v4 packet is used.
1538     * Removed some unused options, removed the gnupg.sig stuff.
1540     * Key lookup by name now returns a key which can be used for
1541       the desired action.
1543     * New options --list-ownertrust (gpgm) to make a backup copy
1544       of the ownertrust values you assigned.
1546     * clear signature headers are now in compliance with OpenPGP.
1548 Noteworthy changes in version 0.3.0
1549 -----------------------------------
1551     * New option --emulate-checksum-bug.  If your passphrase does not
1552       work anymore, use this option and --change-passphrase to rewrite
1553       your passphrase.
1555     * More complete v4 key support: Preferences and expiration time
1556       is set into the self signature.
1558     * Key generation defaults to DSA/ElGamal keys, so that new keys are
1559       interoperable with pgp5
1561     * DSA key generation is faster and key generation does not anymore
1562       remove entropy from the random generator (the primes are public
1563       parameters, so there is really no need for a cryptographic secure
1564       prime number generator which we had used).
1566     * A complete new structure for representing the key parameters.
1568     * Removed most public key knowledge into the cipher library.
1570     * Support for dynamic loading of new algorithms.
1572     * Moved tiger to an extension module.
1575 Noteworthy changes in version 0.2.19
1576 ------------------------------------
1578     * Replaced /dev/urandom in checks with new tool mk-tdata.
1580     * Some assembler file cleanups; some more functions for the Alpha.
1582     * Tiger has now the OpenPGP assigned number 6.  Because the OID has
1583       changed, old signatures using this algorithm can't be verified.
1585     * gnupg now encrypts the compressed packed and not any longer in the
1586       reverse order; anyway it can decrypt both versions. Thanks to Tom
1587       for telling me this (not security related) bug.
1589     * --add-key works and you are now able to generate subkeys.
1591     * It is now possible to generate ElGamal keys in v4 packets to create
1592       valid OpenPGP keys.
1594     * Some new features for better integration into MUAs.
1597 Noteworthy changes in version 0.2.18
1598 ------------------------------------
1600     * Splitted cipher/random.c, add new option "--disable-dev-random"
1601       to configure to support the development of a random source for
1602       other systems. Prepared sourcefiles rand-unix.c, rand-w32.c
1603       and rand-dummy.c (which is used to allow compilation on systems
1604       without a random source).
1606     * Fixed a small bug in the key generation (it was possible that 48 bits
1607       of a key were not taken from the random pool)
1609     * Add key generation for DSA and v4 signatures.
1611     * Add a function trap_unaligned(), so that a SIGBUS is issued on
1612       Alphas and not the slow emulation code is used. And success: rmd160
1613       raised a SIGBUS.
1615     * Enhanced the formatting facility of argparse and changed the use of
1616       \r,\v to @ because gettext does not like it.
1618     * New option "--compress-algo 1" to allow the creation of compressed
1619       messages which are readable by PGP and "--print-md" (gpgm) to make
1620       speed measurement easier.
1623 Noteworthy changes in version 0.2.17
1624 ------------------------------------
1626     * Comment packets are now of private type 61.
1628     * Passphrase code still used a 160 bit blowfish key, added a
1629       silly workaround. Please change your passphrase again - sorry.
1631     * Conventional encryption now uses a type 3 packet to describe the
1632       used algorithms.
1634     * The new algorithm number for Blowfish is 20, 16 is still used for
1635       encryption only; for signing it is only used when it is in a v3 packet,
1636       so that GNUPG keys are still valid.
1639 Noteworthy changes in version 0.2.16
1640 ------------------------------------
1642     * Add experimental support for the TIGER/192 message digest algorithm.
1643       (But there is only a dummy ASN OID).
1645     * Standard cipher is now Blowfish with 128 bit key in OpenPGP's CFB
1646       mode. I renamed the old cipher to Blowfish160. Because the OpenPGP
1647       group refused to assign me a number for Blowfish160, I have to
1648       drop support for this in the future. You should use
1649       "--change-passphrase" to recode your current passphrase with 128
1650       bit Blowfish.
1653 Noteworthy changes in version 0.2.15
1654 ------------------------------------
1656     * Fixed a bug with the old checksum calculation for secret keys.
1657       If you run the program without --batch, a warning does inform
1658       you if your secret key needs to be converted; simply use
1659       --change-passphrase to recalculate the checksum. Please do this
1660       soon, as the compatible mode will be removed sometime in the future.
1662     * CAST5 works (using the PGP's special CFB mode).
1664     * Again somewhat more PGP 5 compatible.
1666     * Some new test cases
1668 Noteworthy changes in version 0.2.14
1669 ------------------------------------
1671     * Changed the internal handling of keyrings.
1673     * Add support to list PGP 5 keyrings with subkeys
1675     * Timestamps of signatures are now verified.
1677     * A expiration time can now be specified during key generation.
1679     * Some speedups for Blowfish and SHA-1, rewrote SHA-1 transform.
1680       Reduced the amount of random bytes needed for key generation in
1681       some cases.
1684 Noteworthy changes in version 0.2.13
1685 ------------------------------------
1687     * Verify of DSA signatures works.
1689     * Re-implemented the slower random number generator.
1692 Noteworthy changes in version 0.2.12
1693 ------------------------------------
1695     * --delete-key checks that there is no secret key. The new
1696       option --delete-secret-key maybe used to delete a secret key.
1698     * "-kv" now works as expected. Options "--list-{keys,sigs]"
1699       and "--check-sigs" are now working.
1701     * New options "--verify" and "--decrypt" to better support integration
1702       into MUAs (partly done for Mutt).
1704     * New option "--with-colons" to make parsing of key lists easier.
1706 Noteworthy changes in version 0.2.11
1707 ------------------------------------
1709     * GPG now asks for a recipient's name if option "-r" is not used.
1711     * If there is no good trust path, the program asks whether to use
1712       the public keys anyway.
1714     * "--delete-key" works for public keys. What semantics shall I use
1715       when there is a secret key too? Delete the secret key or leave him
1716       and auto-regenerate the public key, next time the secret key is used?
1718 Noteworthy changes in version 0.2.10
1719 ------------------------------------
1721     * Code for the alpha is much faster (about 20 times); the data
1722       was misaligned and the kernel traps this, so nearly all time
1723       was used by system to trap the misalignments and to write
1724       syslog messages. Shame on me and thanks to Ralph for
1725       pointing me at this while drinking some beer yesterday.
1727     * Changed some configure options and add an option
1728       --disable-m-guard to remove the memory checking code
1729       and to compile everything with optimization on.
1731     * New environment variable GNUPGHOME, which can be used to set
1732       another homedir than ~/.gnupg.  Changed default homedir for
1733       Windoze version to c:/gnupg.
1735     * Fixed detached signatures; detached PGP signatures caused a SEGV.
1737     * The Windoze version works (as usual w/o a strong RNG).
1740 Noteworthy changes in version 0.2.9
1741 -----------------------------------
1743     * Fixed FreeBSD bug.
1745     * Added a simple man page.
1747     * Switched to automake1.2f and a newer gettext.
1749 Noteworthy changes in version 0.2.8
1750 -----------------------------------
1752     * Changed the name to GNUPG, the binaries are called gpg and gpgm.
1753       You must rename rename the directory "~/.g10" to ~/.gnupg/, rename
1754       {pub,sec}ring.g10 to {pub,sec}ring.gpg, trustdb.g10 to trustdb.gpg
1755       and g10.sig to gnupg.sig.
1757     * New or changed passphrases are now salted.
1760 Noteworthy changes in version 0.2.7
1761 -----------------------------------
1763     * New command "gen-revoke" to create a key revocation certificate.
1765     * New option "homedir" to set the homedir (which defaults to "~/.g10").
1766       This directory is created if it does not exists (only the last
1767       part of the name and not the complete hierarchy)
1769     * Command "import" works. (Try: "finger gcrypt@ftp.guug.de|g10 --import")
1771     * New commands "dearmor/enarmor" for g10maint.  These are mainly
1772       used for internal test purposes.
1774     * Option --version now conforming to the GNU standards and lists
1775       the available ciphers, message digests and public key algorithms.
1777     * Assembler code for m68k (not tested).
1779     * "make check" works.
1781 Noteworthy changes in version 0.2.6
1782 -----------------------------------
1784     * Option "--export" works.
1787 Noteworthy changes in version 0.2.5
1788 -----------------------------------
1790     * Added zlib for systems which don't have it.
1791       Use "./configure --with-zlib" to link with the static version.
1793     * Generalized some more functions and rewrote the encoding of
1794       message digests into MPIs.
1796     * Enhanced the checkit script
1799 Noteworthy changes in version 0.2.4
1800 -----------------------------------
1802     * nearly doubled the speed of the ElGamal signature verification.
1804     * backup copies of keyrings are created.
1806     * assembler stuff for Pentium; gives about 15% better performance.
1808     * fixed a lot of bugs.
1811 Noteworthy changes in version 0.2.3
1812 -----------------------------------
1814     * Found a bug in the calculation of ELG fingerprints. This is now
1815       fixed, but all existing fingerprints and keyids for ELG keys
1816       are not any more valid.
1818     * armor should now work; including clear signed text.
1820     * moved some options to the new program g10maint
1822     * It's now 64 bit clean and runs fine on an alpha--linux.
1824     * Key generation is much faster now.  I fixed this by using not
1825       so strong random number for the primes (this was a bug because the
1826       ElGamal primes are public parameters and it does not make sense
1827       to generate them from strong random).  The real secret is the x value
1828       which is still generated from strong (okay: /dev/random) random bits.
1830     * added option "--status-fd": see g10/OPTIONS
1832     * We have secure memory on systems which support mlock().
1833       It is not complete yet, because we do not have signal handler
1834       which does a cleanup in very case.
1835       We should also check the ulimit for the user in the case
1836       that the admin does not have set a limit on locked pages.
1838     * started with internationalization support.
1840     * The logic to handle the web of trust is now implemented. It is
1841       has some bugs; but I'm going to change the algorithm anyway.
1842       It works by calculating the trustlevel on the fly.  It may ask
1843       you to provide trust parameters if the calculated trust probability
1844       is too low.  I will write a paper which discusses this new approach.
1846     * a couple of changes to the configure script.
1848     * New option "--quick-random" which uses a much quicker random
1849       number generator.  Keys generated while this option is in effect
1850       are flags with "INSECURE!" in the user-id.  This is a development
1851       only option.
1853     * Read support for new version packets (OpenPGP).
1855     * Comment packets are now of correct OpenPGP type 16. Old comment
1856       packets written by G10 are detected because they always start with
1857       a hash which is an invalid version byte.
1859     * The string "(INSECURE!)" is appended to a new user-id if this
1860       is generated on a system without a good random number generator.
1863 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1864           2005, 2006 Free Software Foundation, Inc.
1866 This file is free software; as a special exception the author gives
1867 unlimited permission to copy and/or distribute it, with or without
1868 modifications, as long as this notice is preserved.
1870 This file is distributed in the hope that it will be useful, but
1871 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1872 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.