mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-16 19:40:57 +01:00
22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
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
|
|
keysig can be verified later.
|
|
|
|
key++: normalize id and lc()
|
|
|
|
allow signing using an alternate secret key, like in pcpdecrypt()
|
|
|
|
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
|
|
|