Commit Graph

128 Commits

Author SHA1 Message Date
TLINDEN
57517a1000 abandoned yaml, perl and c key exporters, added json exporter using libjansson, enable with --with-json 2015-07-06 23:02:04 +02:00
TLINDEN
f3a38f3312 added check to self-verify signature 2015-04-20 20:13:13 +02:00
TLINDEN
d019ec4b9e removed unused code (base85 and crc32) 2015-04-19 19:49:13 +02:00
TLINDEN
f7249b9ddf fixed compilefarm makefile, removed travis tests, enhanced clean script 2015-04-17 18:49:51 +02:00
TLINDEN
5cc0a5679f switched to sodium scrypt(), which should be more portable 2015-04-17 17:13:20 +02:00
TLINDEN
5759c4c1c2 fixed true path 2015-04-14 21:07:39 +02:00
TLINDEN
7831b76bd4 dammit 2015-04-14 20:50:51 +02:00
TLINDEN
08cd30a79e revert to old style, installing modules directly 2015-04-14 20:37:26 +02:00
TLINDEN
4a667582d7 fixed config call 2015-04-14 20:19:14 +02:00
TLINDEN
26b631517b rm 2015-04-14 19:59:56 +02:00
TLINDEN
b2b5c0b497 put mods into script 2015-04-14 19:59:35 +02:00
TLINDEN
48246f9d62 next try, added modules req by unittests, tmp sodium test 2015-04-14 19:26:15 +02:00
TLINDEN
2d0ffe10f8 next try, typo 2015-04-14 18:02:51 +02:00
TLINDEN
5d44a4d9ba fix #8, unfortunately used symbol already in use by system, globally 2015-04-01 20:21:03 +02:00
TLINDEN
8535b50f94 added -M; removed CBC support, fixed asym-self-mode 2015-01-17 15:04:07 +01: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
7dbd011d8d fixed Makefiles for "make dist" 2015-01-07 19:10:52 +01:00
git@daemon.de
6600d79325 fixed linking to be clang compatible, made -g and -O? configurable 2015-01-07 12:31:21 +01:00
git@daemon.de
375a1db398 py: added doc, unittests, anonymous encryption mode 2014-12-24 11:18:39 +01:00
git@daemon.de
5f8d50ec47 py: added doc, unittests, anonymous encryption mode 2014-12-24 11:17:03 +01:00
TLINDEN
7d76d41944 added configure flag --with-python-binding 2014-12-14 14:39:10 +01:00
git@daemon.de
298e6b1469 added anonymous sender key (-A) support 2014-08-11 15:45:47 +02:00
TLINDEN
230a9a2341 modified for changed output 2014-08-07 21:33:20 +02:00
TLINDEN
7542128486 fixed memory leaks 2014-08-06 01:23:32 +02:00
TLINDEN
02930178b2 fixed memory leak 2014-08-04 22:55:33 +02:00
git@daemon.de
e6a5c51d8a C++ API changes+fixes:
- context is now a pointer to make sure there's only one all the time
- fixed a couple of double free's
- some minor bug fixes
2014-08-01 14:46:38 +02:00
git@daemon.de
eb84621a89 fixed linux compile error (ignored read return value) 2014-08-01 08:31:50 +02:00
git@daemon.de
e033df7156 changed z85 padding (incompatible to previous pcp versions!):
now we padd with zeroes as usual but append 4 bytes to the
raw input, the last one indicates the pad count. It's always
present, even if no padding occurred (the pad blob will then
read 0000).
This fixes the issue of earlier versions where trailing zeroes
in the original input (between block boundaries) have been
removed. Since we now add the pad counter, we know how many
zeroes to remove. If the original chunk already ended with zeroes
they will left untouched.
Re-created all test keys/data to match the change.
Also, the pcp_z85_encode() function now haves another flag
doblock. If set to 1, the function does the 72 chars per line
block creation itself, otherwise it just returns the z85 string
without any newlines added. Required by pcpstream class.
2014-07-31 16:41:20 +02:00
TLINDEN
ffaf37614a fixed crypto++ recipient hash handling 2014-05-06 20:35:47 +02:00
TLINDEN
db264ff16b fit latest changes 2014-05-06 11:49:09 +02:00
git@daemon.de
7ae0cedcb1 adapted pcp context stuff 2014-05-05 12:01:25 +02:00
git@daemon.de
01f149d4f1 adapt unittests to new pcp context stuff 2014-05-05 11:57:57 +02:00
git@daemon.de
8336e57c43 fixed subtest names 2014-03-18 09:55:59 +01:00
TLINDEN
b3851f62e8 revert mode changes made by windows devel system (sic) 2014-03-17 17:20:29 +01:00
git@daemon.de
979cdd5c99 fixed unittest.pl - more portable 2014-03-15 19:02:08 +01:00
scip
a1cfe16c3c (back) ported win32 32bit compatibility along with lots of fixes 2014-03-15 17:26:42 +01:00
TLINDEN
89b1dd770d Merge branch 'master' of github.com:TLINDEN/pcp 2014-03-14 15:52:55 +01:00
TLINDEN
85e2853925 added loop feature (variable loop = $count) to execute the same test multiple times 2014-03-14 15:50:32 +01:00
TLINDEN
92c14cc621 added fuzz unittests, trying to import invalid binary keys using mangle.c by Ilja van Sprundel 2014-03-14 15:49:42 +01:00
git@daemon.de
e8d835c0c6 made md5 command portable via wrapper script 2014-03-10 17:05:41 +01:00
git@daemon.de
c5903ad7b4 fixed invalid fread() call 2014-03-10 17:04:59 +01:00
git@daemon.de
1852a8b7f9 removed -S and -P, replaced by -K, keymgmt determines key type automatically 2014-03-04 23:05:47 +01:00
TLINDEN
b640fe6743 fixed keysig saving (forgot the id), enhancements on cmdline 2014-03-02 18:05:45 +01:00
TLINDEN
0767e55e55 added -L, enhanced -E 2014-03-02 18:04:54 +01:00
TLINDEN
4253e1088f rewrote z85 stream decoder (again), using hyphens again. clearsig doesn't work yet, a newline problem... 2014-03-01 18:51:25 +01:00
git@daemon.de
b8552af5e9 - broken - reimplementing z85 decoder, using hyphens again, doesn't work yet... 2014-03-01 11:58:10 +01:00
TLINDEN
efb2665497 fixed invalid tests 2014-02-27 19:53:25 +01:00
git@daemon.de
97f4d14d3b finally fixed all stream related problems, z85 transparent en/decoding works, unittests all ok. 2014-02-27 13:55:43 +01:00
git@daemon.de
deace4109c added tests/pipetest.c so I can test pcpstream with armoring with various blocksizes 2014-02-26 15:31:45 +01:00
TLINDEN
8b955b5e92 added -Wextra -Werror and fixed everything it had to mecker about 2014-02-25 18:05:32 +01:00