mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
JSON:
|
|
- import pub und secret as json
|
|
|
|
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
|
|
|
|
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.
|
|
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 ???
|
|
|
|
c++ destructor double free mess
|
|
|
|
cpptest 0 uses same Context for encryptor and decryptor,
|
|
must be another one for the latter! |