2016-10-25 21:33:16 +02:00
|
|
|
JSON output has \0 always appended check from where this comes
|
|
|
|
|
|
2015-10-16 17:25:17 +02:00
|
|
|
pcpstream.c: use static tmp buffers, avoid alloc mem during each iteration
|
2015-08-15 20:37:50 +02:00
|
|
|
|
2015-07-06 23:02:04 +02:00
|
|
|
detach keysig generation from pub key export, so that an existing
|
|
|
|
|
keysig can be verified later.
|
|
|
|
|
|
2014-01-19 23:58:53 +01:00
|
|
|
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
|
|
|
|
|
|
2014-02-24 19:52:57 +01:00
|
|
|
Add newlines to headers in define.h, so strlen() later catches the whole length.
|
|
|
|
|
|
2014-03-10 16:58:48 +01:00
|
|
|
c++ destructor double free mess
|
|
|
|
|
|