mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed annoying error in _buffer_is_binary() which returned false sometimes even when the input were in fact binary. This fixes those 2 annoying unittests which failed from time to time.
This commit is contained in:
13
TODO
13
TODO
@@ -17,19 +17,6 @@ vault checksum: add keysigs as well
|
||||
|
||||
enable formats for secret key exports as well
|
||||
|
||||
Unitttests:
|
||||
- sometimes "no matching pub key in vault, while it's there
|
||||
Cause:
|
||||
echo HALLO | ../src/pcp1 -V vcl -e -O testencrypted -i 0xA907B927849B39F9
|
||||
ok 28 - check-crypto-unencrypted-secret-message
|
||||
public key exported. <=== ???
|
||||
|
||||
- sometimes secret key is empty
|
||||
|
||||
Possible causes: the unittest segfaults and unittest.pl doesn't
|
||||
catch it, esp. if the prepare call segfaults. Or, there's some bug
|
||||
in unittest.pl, however the issue started as I switched to the
|
||||
pcpstream api.
|
||||
|
||||
|
||||
Python binding, e.g.:
|
||||
|
||||
Reference in New Issue
Block a user