diff options
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 2e0758253..2c73715ae 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -940,6 +940,7 @@ selected from the preferences stored with the key. </para></listitem></varlistentry> + <varlistentry> <term>--digest-algo &ParmName;</term> <listitem><para> @@ -998,6 +999,21 @@ not encrypt the data. <varlistentry> +<term>--disable-cipher-algo &ParmName;</term> +<listitem><para> +Never allow the use of &ParmName; as cipher algorithm. +The given name will not be checked so that a later loaded algorithm +will still get disabled. +</para></listitem></varlistentry> + +<varlistentry> +<term>--disable-pubkey-algo &ParmName;</term> +<listitem><para> +Never allow the use of &ParmName; as public key algorithm. +The given name will not be checked so that a later loaded algorithm +will still get disabled. + +<varlistentry> <term>--throw-keyid</term> <listitem><para> Do not put the keyid into encrypted packets. This option |