3 convert to and from ascii armored sigs
6 make netpgpkeys work - add, import, commit, update, sign, passphrase
7 return userids from successful verify, and then print id out if required
8 is get_passphrase_cb needed?
10 separate from libcrypto?
13 default compression when signing?
14 elgamal enc/decryption?
22 content_ naming scheme
25 put all readers and writers together in one file
27 merge mmap'ed and fd reads - if mmap fails, fall back to read
28 Make sure all openpgpsdk changes are brought forward
29 look at header file fun
30 new version number in autoconf
31 Make decrypt work with files > 8192 bytes
32 dynamically size literal_data_body before decompressing?
33 restore ops_export_key functionality
34 match keyids using case insensitive matching - (c0596823 == C0596823)
35 use PRIsize appropriately
36 make a high-level interface
37 get rid of multiple local headers
38 get rid of long identifier names - all done internally now
39 Finish name change for everything
40 work out what's exported and what's not
41 finish off main header file
42 init(&netpgp, userid, pubring, secring)
45 get rid of malloc() instances -> calloc()
46 change include directory
54 print out size of key in --list-keys
55 decryption - print encrypted key info
56 get rid of local files
57 hash algorithm selection
60 Look at inefficiencies - read() etc
61 cat command to display a verified file without signature
62 get rid of ops_memory after used literal_data_body
63 new package for 1.99.4
64 separate verify program
65 Add --passwd-fd n argument
66 bring forward netpgpverify mods to netpgp
67 move directory locations in package and cvs repo
68 fix up tests for new directory locations
69 separate key management program
70 C++ guards in header file
71 modify sets lists for netpgpverify
72 don't require passphrase for keys without one
73 failure to run if no userid in gpg.conf (even if --userid specified)
74 don't complain if no .gnupg dir (even when using --homedir)
75 make it work with ssh host keys
76 regex matching for names and signatures
77 in memory encryption and decryption
80 make netpgp work from stdin/to stdout