mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
po/
* et.po, tr.po, cs.po, it.po, id.po: Updated.
This commit is contained in:
parent
70618e5175
commit
0f2fedd806
11 changed files with 855 additions and 1039 deletions
|
@ -15,6 +15,11 @@
|
|||
behavior should only apply while data signing and not encryption.
|
||||
Noted by Roger Sondermann.
|
||||
|
||||
2002-04-19 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keygen.c (keygen_set_std_prefs): Put back 3DES because the RFC
|
||||
says it is good form to do so.
|
||||
|
||||
2002-04-19 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyedit.c (menu_deluid): Only cause a trust update if we delete
|
||||
|
|
|
@ -222,7 +222,7 @@ keygen_set_std_prefs (const char *string)
|
|||
if ( !check_cipher_algo(CIPHER_ALGO_IDEA) )
|
||||
string = "S7 S3 S2 S1 H2 H3 Z2 Z1";
|
||||
else
|
||||
string = "S7 S3 H2 H3 Z2 Z1";
|
||||
string = "S7 S3 S2 H2 H3 Z2 Z1";
|
||||
|
||||
/* If we have it, IDEA goes *after* 3DES so it won't be used
|
||||
unless we're encrypting along with a V3 key. Ideally, we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue