TODO revision 1.2 1 To Do
2 =====
3 need a netpgp_set_{pub,sec}key()? vs _init()?
4 default compression when signing
5 get rid of ops_memory after used literal_data_body
6 sort out callback - ops_export_key, packet-parse callback etc
7 Simplify IO
8 Make into SHA1Init, SHA1End, SHA1File style of calls
9 Work out a way to get text out of a signed file
10 Multiple recipients for encryption
11 Look at inefficiencies - read() etc
12
13 Done
14 ====
15 autoconf
16 libtool
17 name change
18 content_ naming scheme
19 Brief test script
20 get rid of C global
21 put all readers and writers together in one file
22 Add mmapped method
23 merge mmap'ed and fd reads - if mmap fails, fall back to read
24 Make sure all openpgpsdk changes are brought forward
25 look at header file fun
26 new version number in autoconf
27 Make decrypt work with files > 8192 bytes
28 dynamically size literal_data_body before decompressing?
29 restore ops_export_key functionality
30 match keyids using case insensitive matching - (c0596823 == C0596823)
31 use PRIsize appropriately
32 make a high-level interface
33 get rid of multiple local headers
34 get rid of long identifier names - all done internally now
35 Finish name change for everything
36 work out what's exported and what's not
37 finish off main header file
38 init(&netpgp, userid, pubring, secring)
39 __ops
40 real naming scheme
41 get rid of malloc() instances -> calloc()
42 change include directory
43 Install man pages
44 WARNS=4 (again)
45