Files
pcp/TODO

47 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-08-15 16:31:11 +02:00
[15.Aug 14:29:22] --- [~/pcp/tests] ---
% pcp1 -K key-alicia-pub
Could not open input file <20>fz
Error: No such file or directory
*** Error in `pcp1': double free or corruption (top): 0x000000000208e460 ***
Aborted
2015-08-15 20:37:50 +02:00
% tests/sample
hh: 56
Alice encrypted 11 bytes for Bob:
Pcpstreamoutbuf (0160): 05000000017842cd4e82f2ec585398765a2d0439197f5ce67984b22c4aa3d0f649929b21
2d6d4b32538ce61e0cb3ed3a3f546fd214ece9c026febeb4f59c92338ab8d89496bb35a1
a685abe4230101c0c69116fe04d552325c6722f2991df47631496253e8c6f27310e94852
76c71f9f4cae4f22eb8f3e87b1898ff32131d88b19000000000000000000000000000000
00000000000000000000000000000000
Error: input file corrupted, incomplete or no recipients (got 53, exp 72)
Error: Invalid argument
*** Error in `tests/sample': double free or corruption (!prev): 0x0000000001893a30 ***
Aborted
2015-08-16 21:34:39 +02:00
If with -k passphrase has been retrieved interactively, ask
to proceed if low entropy.
2015-08-15 20:37:50 +02:00
detach keysig generation from pub key export, so that an existing
keysig can be verified later.
key++: normalize id and lc()
allow signing using an alternate secret key, like in pcpdecrypt()
2014-01-28 13:27:16 +01:00
malloc() new pointers in functions only if not NULL, e.g. pcp_gennonce()
2014-02-05 13:07:35 +01:00
check pub key count in pcp.c before calling verify signature, croak if count==0
vault checksum: add keysigs as well
Add newlines to headers in define.h, so strlen() later catches the whole length.
Check is_utf8 license.
2014-02-25 12:26:54 +01:00
also found in https://gd.meizo.com/_files/lpc/ext/utf8.c
c++ destructor double free mess