diff options
author | David Shaw <[email protected]> | 2006-06-23 04:27:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-06-23 04:27:57 +0000 |
commit | bb97576ea0ed4391558d035d2ae41c1a43aa03be (patch) | |
tree | 62d9ee28de4dd4d178677794515e0420dfb02aca | |
parent | * options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs, (diff) | |
download | gnupg-bb97576ea0ed4391558d035d2ae41c1a43aa03be.tar.gz gnupg-bb97576ea0ed4391558d035d2ae41c1a43aa03be.zip |
* gpg.sgml: Document --enable-dsa2, --disable-dsa2, and
--default-keyserver-url.
* DETAILS: Note "Keyserver:"
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/DETAILS | 3 | ||||
-rw-r--r-- | doc/gpg.sgml | 19 |
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6ebf8b253..c6d73976f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2006-06-22 David Shaw <[email protected]> + * gpg.sgml: Document --enable-dsa2, --disable-dsa2, and + --default-keyserver-url. + + * DETAILS: Note "Keyserver:" + * gpg.sgml: Note that --pgp8 does not include SHA224. Clarify that clearsigned messages are not reversible. diff --git a/doc/DETAILS b/doc/DETAILS index ddf2c29bf..51a31a5b4 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -807,6 +807,9 @@ The format of this file is as follows: characters and should not contain spaces. It is useful for batch key generation to associate a key parameter block with a status line. + Keyserver: <string> + This is an optional parameter that specifies the preferred + keyserver URL for the key. Here is an example: diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 251b7aff5..c3adc6ad4 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1723,6 +1723,17 @@ validation. This option is only meaningful if pka-lookups is set. </para></listitem></varlistentry> <varlistentry> +<term>--enable-dsa2</term> +<term>--disable-dsa2</term> +<listitem><para> +Enables new-style DSA keys which (unlike the old style) may be larger +than 1024 bit and use hashes other than SHA-1 and RIPEMD/160. Note +that very few programs currently support these keys and signatures +from them. +</para></listitem></varlistentry> + + +<varlistentry> <term>--show-photos</term> <term>--no-show-photos</term> <listitem><para> @@ -3005,6 +3016,14 @@ edit menu. </para></listitem></varlistentry> <varlistentry> +<term>--default-keyserver-url &ParmName;</term> +<listitem><para> +Set the default keyserver URL to &ParmName;. This keyserver will be +used as the keyserver URL when writing a new self-signature on a key, +which includes key generation and changing preferences. +</para></listitem></varlistentry> + +<varlistentry> <term>--list-config &OptParmNames;</term> <listitem><para> Display various internal configuration parameters of GnuPG. This |