mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
rewrote z85 decoder, uses Buffer* class now
This commit is contained in:
8
TODO
8
TODO
@@ -1,9 +1,3 @@
|
||||
libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
|
||||
|
||||
Bug: pcp_z85_decode() segfaults at z85.c:83 if input consists of "-----" only.
|
||||
|
||||
Bug: pcp_z85_decode() fails if after end marker follows something, even whitespaces
|
||||
|
||||
key++: normalize id and lc()
|
||||
|
||||
allow signing using an alternate secret key, like in pcpdecrypt()
|
||||
@@ -23,5 +17,3 @@ cipher output. include recipient list also in the signature.
|
||||
Implement pbp fix https://github.com/stef/pbp/commit/7d7b7c9ecb7604ad22938f5b68a624093a417bfa
|
||||
|
||||
Implement z85 for pbp stuff: https://github.com/stef/pbp/commit/9fa45f6a108ba910f41e863405c5527af8d70e84 :) !!!!
|
||||
|
||||
Change Z85 encoder: leave the leading count octet and just zero pad the input, remove any zeroes when decoding
|
||||
Reference in New Issue
Block a user