updated aconf bubble

This commit is contained in:
git@daemon.de
2014-02-05 13:07:35 +01:00
parent f607bf448c
commit 42f700bf9c
23 changed files with 1561 additions and 854 deletions

6
TODO
View File

@@ -14,4 +14,8 @@ generalize file i/0, open+close only in src/, print msg if using stdin or stdout
put the key import and export stuff into the lib, support from/to file and string
check pub key count in pcp.c before calling verify signature, croak if count==0
check pub key count in pcp.c before calling verify signature, croak if count==0
fix encrypt+sign protocol (http://world.std.com/~dtd/sign_encrypt/sign_encrypt7.html),
by: hash the message, at the end, sign that hash, then encrypt the result, append to
cipher output. include recipient list also in the signature.