added PBP public key import/export compatibility mode (-b --pbpcompat)

This commit is contained in:
git@daemon.de
2014-01-28 16:53:26 +01:00
parent fa9d8ed800
commit 3f1bfef581
12 changed files with 248 additions and 82 deletions

View File

@@ -48,6 +48,10 @@
compile time with ./configure --enable-cbc. CBC mode
in PCP uses a blocksize of 1k.
Added PBP public key import and export compatibility
(untested against pbp yet), use -b when exporting a
public key, or when importing one.
0.1.5 Fixed a segmentation fault when using pcp1 -t on a
public key. I added a double free() there by purpose
to test segfault catching I added in unittest.pl