diff options
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
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 |