error message when using new key
Johan Wevers
johanw@vulcan.xs4all.nl
Sat, 11 Nov 2000 18:54:38 +0100 (MET)
Malte Gell wrote:
> "gpg: this cipher algorithm is depreciated; please use a more standard
> one!"
> What have I done wrong ?
Nothing, the default prefered algorithm for a newly created key is Rijndael,
and this algo should be added to the list of keys that don't produce this
warning. See in g10/misc.c near line 230 and add the required ciphers. I
have there:
if( algo >= 100 && algo <= 110 )
no_exp_algo();
else if( algo == CIPHER_ALGO_3DES
|| algo == CIPHER_ALGO_CAST5
|| algo == CIPHER_ALGO_BLOWFISH
|| algo == CIPHER_ALGO_TWOFISH
|| algo == CIPHER_ALGO_RIJNDAEL <--+ These lines are
|| algo == CIPHER_ALGO_RIJNDAEL192 <--| added by me
|| algo == CIPHER_ALGO_RIJNDAEL256 <--|
|| algo == CIPHER_ALGO_IDEA <--+
)
;
--
ir. J.C.A. Wevers // Physics and science fiction site:
johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html
PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html
--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org