mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
catched up api changes, fixed dysfunctional c++ signature api, enhanced c++ Buf class.
This commit is contained in:
9
TODO
9
TODO
@@ -5,6 +5,7 @@ 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
|
||||
- sign + crypt done. key exports und imports to follow
|
||||
|
||||
check pub key count in pcp.c before calling verify signature, croak if count==0
|
||||
|
||||
@@ -14,8 +15,6 @@ Update pod key format spec.
|
||||
|
||||
vault checksum: add keysigs as well
|
||||
|
||||
catch up with changes in c++ api
|
||||
|
||||
enable formats for secret key exports as well
|
||||
|
||||
Unitttests:
|
||||
@@ -27,8 +26,10 @@ Unitttests:
|
||||
|
||||
- sometimes secret key is empty
|
||||
|
||||
|
||||
cpptest test3 fails, pcpstream backed with buffer behaves komisch
|
||||
Possible causes: the unittest segfaults and unittest.pl doesn't
|
||||
catch it, esp. if the prepare call segfaults. Or, there's some bug
|
||||
in unittest.pl, however the issue started as I switched to the
|
||||
pcpstream api.
|
||||
|
||||
|
||||
Python binding, e.g.:
|
||||
|
||||
Reference in New Issue
Block a user