aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 25 insertions, 2 deletions
diff --git a/README b/README
index a6640ed7d..da80e4c12 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
GnuPG - The GNU Privacy Guard
-------------------------------
- Version 1.3.2
+ Version 1.3.2
- Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 1998-2003 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
@@ -523,6 +523,29 @@
disable any ability for the user to change it in
their options file.
+ --disable-idea
+ --disable-cast5
+ --disable-blowfish
+ --disable-aes
+ --disable-twofish
+ --disable-tiger192
+ --disable-sha256
+ --disable-sha512
+ Removes support for the selected algorithm. This
+ can give a smaller gpg binary for places where
+ space is tight.
+
+ *** Note, that if there are existing keys that
+ have one of these algorithms as a preference,
+ messages may be received that use one of these
+ algorithms and you will not be able to decrypt the
+ message! ***
+
+ A public key preference list can be updated to
+ match the list of available algorithms by using
+ 'gpg --edit (thekey)', and running the "updpref"
+ command.
+
Installation Problems
---------------------