diff options
author | Werner Koch <wk@gnupg.org> | 1999-07-15 10:16:46 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-07-15 10:16:46 +0200 |
commit | a316550579f16fba4200e6deeb5905f549a5fcc3 (patch) | |
tree | 54dcf4ec1609638eee69c0099b19d851c7f98087 /doc/gpg.sgml | |
parent | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch (diff) | |
download | gnupg2-a316550579f16fba4200e6deeb5905f549a5fcc3.tar.xz gnupg2-a316550579f16fba4200e6deeb5905f549a5fcc3.zip |
See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner Koch
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 |