2013-11-19 17:20:18 +01:00
|
|
|
aix works now so far, but -R doesnt work - now it does but decryption fails for some unknown reason.
|
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
|
|
|
|
|
|
|
|
add more abstract en+de-cryption() functions to libpcp/crypto, which
|
2013-12-02 22:54:57 +01:00
|
|
|
work with already en+de-coded in+out-put.
|
|
|
|
|
|
|
|
|
|
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()
|