Files
pcp/TODO

25 lines
725 B
Plaintext
Raw Normal View History

2015-10-15 17:18:28 +02:00
AIX@ppc: pipetest fails. encode is correct, same # of pkts as
on bsd + 1 pad. decode misses last pkt. Must be somewhere
in pcpstream.c.
2015-08-15 20:37:50 +02:00
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
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
c++ destructor double free mess