Module Name: src Committed By: agc Date: Thu May 21 00:35:01 UTC 2009
Modified Files: src/crypto/external/bsd/netpgp/dist: TODO Log Message: Get rid of a few TODO items that aren't needed. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/crypto/external/bsd/netpgp/dist/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/netpgp/dist/TODO diff -u src/crypto/external/bsd/netpgp/dist/TODO:1.9 src/crypto/external/bsd/netpgp/dist/TODO:1.10 --- src/crypto/external/bsd/netpgp/dist/TODO:1.9 Thu May 21 00:33:31 2009 +++ src/crypto/external/bsd/netpgp/dist/TODO Thu May 21 00:35:01 2009 @@ -3,12 +3,7 @@ separate verify program separate from libcrypto? 64-bit offsets -need a netpgp_set_{pub,sec}key()? vs _init()? default compression when signing? -get rid of ops_memory after used literal_data_body -sort out callback - ops_export_key, packet-parse callback etc -Simplify IO -Make into SHA1Init, SHA1End, SHA1File style of calls Multiple recipients for encryption Done @@ -56,3 +51,4 @@ RCS Ids Look at inefficiencies - read() etc cat command to display a verified file without signature +get rid of ops_memory after used literal_data_body