mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
use a struct to fetch in a pbp key (pbp_pubkey_t) instead of manual parsing
This commit is contained in:
9
TODO
9
TODO
@@ -6,13 +6,10 @@ Bug: pcp_z85_decode() fails if after end marker follows something, even whitespa
|
||||
|
||||
key++: normalize id and lc()
|
||||
|
||||
sym decrypt uses vault, which it shouldn't
|
||||
|
||||
|
||||
allow signing using an alternate secret key, like in pcpdecrypt()
|
||||
|
||||
support export/import from/to pbp
|
||||
|
||||
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
|
||||
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
|
||||
Reference in New Issue
Block a user