mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
b1eac93431
* cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * 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. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we 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. |
||
---|---|---|
.. | ||
algorithms.h | ||
bithelp.h | ||
blowfish.c | ||
camellia-glue.c | ||
camellia.c | ||
camellia.h | ||
cast5.c | ||
ChangeLog-2011 | ||
cipher.c | ||
des.c | ||
dsa.c | ||
dsa.h | ||
dynload.c | ||
elgamal.c | ||
elgamal.h | ||
gost.c | ||
gost.h | ||
idea.c | ||
Makefile.am | ||
md5.c | ||
md.c | ||
primegen.c | ||
pubkey.c | ||
rand-internal.h | ||
random.c | ||
random.h | ||
rijndael.c | ||
rmd160.c | ||
rmd160test.c | ||
rmd.h | ||
rndegd.c | ||
rndlinux.c | ||
rndriscos.c | ||
rndunix.c | ||
rndw32.c | ||
rsa.c | ||
rsa.h | ||
sha1.c | ||
sha256.c | ||
sha512.c | ||
smallprime.c | ||
twofish.c |