[svn] GnuPG - r4169 - trunk/doc
svn author dshaw
cvs at cvs.gnupg.org
Fri Jun 23 06:27:58 CEST 2006
Author: dshaw
Date: 2006-06-23 06:27:57 +0200 (Fri, 23 Jun 2006)
New Revision: 4169
Modified:
trunk/doc/ChangeLog
trunk/doc/DETAILS
trunk/doc/gpg.sgml
Log:
* gpg.sgml: Document --enable-dsa2, --disable-dsa2, and
--default-keyserver-url.
* DETAILS: Note "Keyserver:"
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2006-06-22 22:56:54 UTC (rev 4168)
+++ trunk/doc/ChangeLog 2006-06-23 04:27:57 UTC (rev 4169)
@@ -1,5 +1,10 @@
2006-06-22 David Shaw <dshaw at jabberwocky.com>
+ * 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.
Modified: trunk/doc/DETAILS
===================================================================
--- trunk/doc/DETAILS 2006-06-22 22:56:54 UTC (rev 4168)
+++ trunk/doc/DETAILS 2006-06-23 04:27:57 UTC (rev 4169)
@@ -807,6 +807,9 @@
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:
Modified: trunk/doc/gpg.sgml
===================================================================
--- trunk/doc/gpg.sgml 2006-06-22 22:56:54 UTC (rev 4168)
+++ trunk/doc/gpg.sgml 2006-06-23 04:27:57 UTC (rev 4169)
@@ -1723,6 +1723,17 @@
</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 @@
</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
More information about the Gnupg-commits
mailing list