Files
pcp/TODO

16 lines
466 B
Plaintext
Raw Normal View History

libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
2013-12-02 22:54:57 +01:00
Bug: pcp_z85_decode() segfaults at z85.c:83 if input consists of "-----" only.
2013-12-07 13:24:44 +01:00
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()
support export/import from/to pbp
re-add detached signatures, calculated with the pbp scheme but with
separate files (as I had it before).