This commit is contained in:
Thomas von Dein
2016-10-21 10:23:01 +02:00
parent 0af5822abd
commit f182c64796
5 changed files with 128 additions and 134 deletions

4
TODO
View File

@@ -1,5 +1,3 @@
keysig to vault: use sig2blog and blog2sig, just like we do with keys
pcpstream.c: use static tmp buffers, avoid alloc mem during each iteration
detach keysig generation from pub key export, so that an existing
@@ -13,8 +11,6 @@ malloc() new pointers in functions only if not NULL, e.g. pcp_gennonce()
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.
c++ destructor double free mess