TLINDEN
|
65d039501d
|
added option -X
|
2015-05-30 11:11:20 +02:00 |
|
TLINDEN
|
3c30d8871b
|
using secure memory where applicable using sodium_malloc or sodium_mlock, where not
|
2015-01-13 13:07:32 +01:00 |
|
TLINDEN
|
e022a9e842
|
fixed memory leaks
|
2014-08-08 18:40:53 +02:00 |
|
TLINDEN
|
da9891ff81
|
put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.
|
2014-05-04 17:11:03 +02:00 |
|
TLINDEN
|
b3851f62e8
|
revert mode changes made by windows devel system (sic)
|
2014-03-17 17:20:29 +01:00 |
|
scip
|
a1cfe16c3c
|
(back) ported win32 32bit compatibility along with lots of fixes
|
2014-03-15 17:26:42 +01:00 |
|
TLINDEN
|
cf8402aec0
|
added pcpstream usage to signature lib code as well
|
2014-02-15 17:39:16 +01:00 |
|
TLINDEN
|
8f24fc88f8
|
changed invalid // c++ comments to valid /* .. */ C comments
|
2014-02-05 20:41:16 +01:00 |
|
git@daemon.de
|
ad009a8142
|
changed detach sig verification commandline (-a => -f <file>)
|
2014-01-28 12:19:25 +01:00 |
|
TLINDEN
|
78987a1d27
|
(re-)added detached signature support, now with 32k-blockwise reading of files, enabled with -a.
|
2014-01-26 16:02:47 +01:00 |
|
TLINDEN
|
52a7509fe2
|
sig calculation and output follows pbp scheme. unittests, doc and
detached sigs still missing.
|
2014-01-26 11:57:23 +01:00 |
|
TLINDEN
|
7b7aa6d395
|
added pcp_ed_verify_buffered() [doesnt work yet, needs debugging]
|
2014-01-23 23:36:57 +01:00 |
|
git@daemon.de
|
c717c060ec
|
re-implemented signature system to match the standard (orinal input, including sig for full sig; or 32k blockwise hash of input and sig from hash attached to original input without the hash), verify_buffered currently not implemented, armored sig only for output.
|
2014-01-23 15:40:06 +01:00 |
|
TLINDEN
|
e20a0683c6
|
dropped "derived key feature", pk-encryption now uses a random keypair on the sender side, puts the public part of it into the encrypted output and drops the keypair, no more key-id will be sent over the wire, be it hashed or whatelse.
|
2014-01-19 23:57:11 +01:00 |
|
TLINDEN
|
a9b2796af2
|
renamed 'public' to 'pub' to avoid conflict with c++ api
|
2013-11-29 20:01:42 +01:00 |
|
TLINDEN
|
80ec5014a8
|
fixed z85 encoding overflow bug, fixed signature code on big-endian systems.
|
2013-11-19 17:17:30 +01:00 |
|
git@daemon.de
|
79dc73d837
|
fixed use of derived key in signatures
|
2013-11-11 08:24:05 +01:00 |
|
git@daemon.de
|
60ee58b106
|
changed key format, now includes the ed25519 pubkey for signing.
|
2013-11-08 12:50:04 +01:00 |
|
git@daemon.de
|
e6733e5e56
|
added signature support (doesn't work yet)
|
2013-11-08 09:40:51 +01:00 |
|