160 Commits

Author SHA1 Message Date
T. von Dein
913f584b76 migrate to codeberg (#21) 2025-11-24 23:02:13 +01:00
Thomas von Dein
7663df792d not required anymore 2016-10-26 06:39:54 +02:00
Thomas von Dein
918fa997f9 rm 2016-10-25 21:33:28 +02:00
Thomas von Dein
9c78f3ad63 last perl tests migrated to unittests.sh 2016-10-25 21:33:16 +02:00
Thomas von Dein
2cb91c93e0 move from unittest perl tp shell script, more portable and easier to understand 2016-10-25 16:33:12 +02:00
Thomas von Dein
753d5bb51f regenerated 2016-10-25 16:30:42 +02:00
Thomas von Dein
e0ef92cb29 regen 2016-10-25 13:19:01 +02:00
Thomas von Dein
f664cc24c4 bump 2016-10-20 23:12:00 +02:00
Thomas von Dein
94ea152460 just include this, dammit 2016-10-20 23:11:07 +02:00
TLINDEN
671352bc29 unfortunately my tab/spc config was wrong for a couple of years. fixed all tabs=>spaces+re-indent 2016-05-09 22:24:13 +02:00
TLINDEN
88b49e611b using blake2 checksums (pcp1 -C) now 2015-12-07 20:10:13 +01:00
TLINDEN
e847e7057d fix #14: use longterm secret key for signing in -Ac mode (anonymous encrypt+sign) 2015-12-07 14:13:27 +01:00
TLINDEN
d8c1f3cbd3 remove call to sodium_init() because already done on context.c 2015-11-15 17:11:30 +01:00
TLINDEN
f7aa9d7aaf catch sodium_init() return 2015-11-15 17:02:51 +01:00
git@daemon.de
c7108ec47f fixed stream-reader bug on aix@ppc, which ignored the last z85 pkt sometimes due invalid call to ps_end() 2015-10-16 17:25:17 +02:00
git@daemon.de
aa1aeb6975 nothing 2015-10-15 17:18:02 +02:00
git@daemon.de
b55e4ceb61 use openssl if no native md5 tool exists 2015-10-15 13:31:51 +02:00
git@daemon.de
da70c4479e removed support to store unencrypted secret key 2015-08-19 20:53:46 +02:00
git@daemon.de
64a45583d0 added check for weak passphrase using entropy test 2015-08-17 20:15:20 +02:00
TLINDEN
d04e5f3baf fixed decrypt from out buf 2015-08-17 11:17:12 +02:00
TLINDEN
32030afd62 fix double free, add todo 2015-08-16 21:34:39 +02:00
TLINDEN
c363dce7de using libsodiums size constants everywhere (keysizes and the likes) 2015-08-15 20:38:33 +02:00
TLINDEN
7b3005e790 added context to pcp_readpass(), rm libpcp/getpass.c 2015-07-30 11:47:03 +02:00
TLINDEN
27a9a96ae4 -C uses facilities of -x and -X 2015-07-22 07:59:28 +02:00
TLINDEN
362f7dff6b added support for authenticated hashes 2015-07-21 14:18:03 +02:00
TLINDEN
95ab61b3cb added dump key if still encrypted for test 3 2015-07-17 21:32:16 +02:00
git@daemon.de
f7e6351640 added tests for -C 2015-07-17 17:40:07 +02:00
TLINDEN
010049f628 clean before importing 2015-07-09 18:56:04 +02:00
TLINDEN
0eb7de0921 fixed json secret key export (now export the whole encrypted blob, since only that blob is being used to parse the key). added support to import json secret keys 2015-07-09 18:38:27 +02:00
TLINDEN
5301734f23 added json unit tests 2015-07-08 23:51:40 +02:00
TLINDEN
4fd1a78a99 if cpp build disabled, dont run cpp tests anymore 2015-07-08 01:20:45 +02:00
git@daemon.de
0be73729ed fix check 2015-07-07 10:38:42 +02:00
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