mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
16 lines
625 B
Plaintext
16 lines
625 B
Plaintext
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()
|
|
|
|
generalize file i/0, open+close only in src/, print msg if using stdin or stdout
|
|
|
|
put the key import and export stuff into the lib, support from/to file and string
|
|
|
|
check pub key count in pcp.c before calling verify signature, croak if count==0
|
|
|
|
Implement pbp fix https://github.com/stef/pbp/commit/7d7b7c9ecb7604ad22938f5b68a624093a417bfa
|
|
|
|
Implement z85 for pbp stuff: https://github.com/stef/pbp/commit/9fa45f6a108ba910f41e863405c5527af8d70e84 :) !!!!
|