2013-11-19 21:02:59 +01:00
|
|
|
libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
|
2013-12-01 16:16:53 +01:00
|
|
|
|
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
|
|
|
|
|
|
2014-01-19 23:58:53 +01:00
|
|
|
key++: normalize id and lc()
|
|
|
|
|
|
2014-01-27 11:26:40 +01:00
|
|
|
sym decrypt uses vault, which it shouldn't
|
2014-01-19 23:58:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
allow signing using an alternate secret key, like in pcpdecrypt()
|
|
|
|
|
|
2014-01-27 11:26:40 +01:00
|
|
|
support export/import from/to pbp
|
2014-01-19 23:58:53 +01:00
|
|
|
|