Files
pcp/TODO

29 lines
794 B
Plaintext
Raw Normal View History

detach keysig generation from pub key export, so that an existing
keysig can be verified later.
key++: normalize id and lc()
allow signing using an alternate secret key, like in pcpdecrypt()
2014-01-28 13:27:16 +01:00
malloc() new pointers in functions only if not NULL, e.g. pcp_gennonce()
2014-02-05 13:07:35 +01:00
check pub key count in pcp.c before calling verify signature, croak if count==0
Update pod key format spec.
vault checksum: add keysigs as well
Add newlines to headers in define.h, so strlen() later catches the whole length.
Check is_utf8 license.
2014-02-25 12:26:54 +01:00
also found in https://gd.meizo.com/_files/lpc/ext/utf8.c
Symmetric decrypt mode tries to open vault
pcp_find_primary_secret() makes a copy ???
2014-02-25 19:52:59 +01:00
c++ destructor double free mess
2014-05-06 11:51:54 +02:00
cpptest 0 uses same Context for encryptor and decryptor,
2015-07-08 01:21:33 +02:00
must be another one for the latter!