Module Name: src
Committed By: agc
Date: Sun Nov 7 07:34:27 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist: TODO
Log Message:
Elgamal encryption and decryption has been done - take it off the list of
tasks to do.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 src/crypto/external/bsd/netpgp/dist/TODO:1.45
--- src/crypto/external/bsd/netpgp/dist/TODO:1.44 Thu Nov 4 15:40:43 2010
+++ src/crypto/external/bsd/netpgp/dist/TODO Sun Nov 7 07:34:27 2010
@@ -2,7 +2,6 @@
=====
check pkt size during read
list sigs on a per-user basis
-elgamal enc/decryption?
2^n sized packets - regions?
json for verification in netpgp
show attributes on key listings
@@ -107,3 +106,4 @@
fix calloc return values in symmetric.c/ops_crypt_t
prog to convert from pgp sec to ssh sec
add user-specifiable ciphers for encryption
+elgamal enc/decryption?