diff options
author | Werner Koch <wk@gnupg.org> | 2000-10-10 14:58:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-10-10 14:58:43 +0200 |
commit | 5a9ea8ff5c942304696463b47d852f475323c69f (patch) | |
tree | f7173ad82644c4449d06885f4c655d025b101cf6 /g10/ChangeLog | |
parent | Added the arcfour cipher which is of use for GNUTLS. (diff) | |
download | gnupg2-5a9ea8ff5c942304696463b47d852f475323c69f.tar.xz gnupg2-5a9ea8ff5c942304696463b47d852f475323c69f.zip |
Changed keyring handling - saving still does not work.
Added new cipher mode and updated cipher test program.
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 127e54fa9..6f73abf96 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,19 @@ +2000-10-09 Werner Koch <wk@gnupg.org> + + * keygen.c (do_generate_keypair): Removed the keyblock locking. + + * ringedit.c (enum_keyblocks): Replaced by ... + (enum_keyblocks_begin): New. + (enum_keyblocks_next): New. + (enum_keyblocks_end): New. And changed all callers. + + * import.c (import_one): Removed keyblock locking becuase this is + now done inside of insert_keyblock(). Removed get_keyblock_handle + because insert_keyblock() now decides what is the default keyring. + (import_secret_one): Ditto. + (import_revoke_cert): Ditto. + (import_one): Ditto. + Fri Oct 6 14:29:16 CEST 2000 Werner Koch <wk@openit.de> Started to rework the whole getkey/ringedit stuff to make |