diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,7 +1,4 @@ - * Check that uids without a self signature don't become fully trusted and - print a warning when such a key is used. - Scheduled for 1.1 ----------------- @@ -43,4 +40,12 @@ Nice to have verification status of the message to the output (i.e. write something to the --output file and not only to stderr. * configure option where to find zlib + * Check the beginning of file to detect already compresssed files (gzip, + bzip2, xdelta and some picture formats) + * Display more validity information about the user IDs at certain places. + We need a more general function to extract such kind of info from the + trustdb. + * Evaluate whether it make sense to replace the namehashs either by + using the user ID directly or by using pointers into the trustdb. + |