diff options
author | Werner Koch <[email protected]> | 2012-05-08 16:18:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-05-08 16:18:32 +0000 |
commit | b4d9f8dbc8e074cd91bbd3e2e54e2b77c9268d1a (patch) | |
tree | 88a29c3dbc93aafd718e7ab392ce901cf35829f8 /doc | |
parent | Always require libksba. (diff) | |
download | gnupg-b4d9f8dbc8e074cd91bbd3e2e54e2b77c9268d1a.tar.gz gnupg-b4d9f8dbc8e074cd91bbd3e2e54e2b77c9268d1a.zip |
Add tweaks for the not anymore patented IDEA algorithm.
* g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2
compatibility mode.
* g10/misc.c (idea_cipher_warn): Remove. Also remove all callers.
* common/status.h (STATUS_RSA_OR_IDEA): Remove. Do not emit this
status anymore.
--
To keep the number of actually used algorithms low, we want to support
IDEA only in a basically read-only way (unless --pgp2 is used during
key generation). It does not make sense to suggest the use of this
old 64 bit blocksize algorithm. However, there is old data available
where it might be helpful to have IDEA available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index ddf7438f5..955e850e3 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -381,11 +381,9 @@ more arguments in future versions. The ASCII armor is corrupted. No arguments yet. RSA_OR_IDEA - The IDEA algorithms has been used in the data. A - program might want to fallback to another program to handle - the data if GnuPG failed. This status message used to be emitted - also for RSA but this has been dropped after the RSA patent expired. - However we can't change the name of the message. + Obsolete. This status message used to be emitted for requests + to use the IDEA or RSA algorithms. It has been dropped from + GnuPG 2.1 after the respective patents expired. SHM_INFO SHM_GET |