1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Wed Jul 12 13:32:06 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-07-12 11:35:30 +00:00
parent 6e4d721c93
commit 9b9fb4cc50
27 changed files with 4500 additions and 611 deletions

5
TODO
View file

@ -1,8 +1,6 @@
* Use DSA keys with the test suite.
* check that --allow-non-selfsigned does really work
* g10/trustdb.c (make_sig_records): fix the fixme.
* at least an option to prefer DSA keys over RSA when selecting the key to
@ -18,6 +16,9 @@
Scheduled for 1.1
-----------------
* export by user-IDs does only export the first matching name which leads
to a problem in cases where there are 2 keys with identically user-IDs.
* Rework the whole key selection stuff: Compile a list of valid
candidates for a keyblock first and the select one from it.
The current code is too ugly (getkey.c).