From 83b7c259ba020b198492f29bab2e1debb83fe1d9 Mon Sep 17 00:00:00 2001 From: dshaw Date: Fri, 23 Jun 2006 04:27:57 +0000 Subject: [PATCH] * gpg.sgml: Document --enable-dsa2, --disable-dsa2, and --default-keyserver-url. * DETAILS: Note "Keyserver:" git-svn-id: svn://cvs.gnupg.org/gnupg/trunk@4169 8a63c251-dffc-0310-8ec6-d64dca2275b1 --- doc/ChangeLog | 5 +++++ doc/DETAILS | 3 +++ doc/gpg.sgml | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 6ebf8b25..c6d73976 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2006-06-22 David Shaw + * 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 ddf2c29b..51a31a5b 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: + 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 251b7aff..c3adc6ad 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1723,6 +1723,17 @@ validation. This option is only meaningful if pka-lookups is set. +--enable-dsa2 +--disable-dsa2 + +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. + + + + --show-photos --no-show-photos @@ -3005,6 +3016,14 @@ edit menu. +--default-keyserver-url &ParmName; + +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. + + + --list-config &OptParmNames; Display various internal configuration parameters of GnuPG. This -- 2.11.4.GIT