Commit Graph

39 Commits

Author SHA1 Message Date
TLINDEN
0d7282ad35 add entropy check for entered passphrases 2015-08-16 21:35:06 +02:00
TLINDEN
5301734f23 added json unit tests 2015-07-08 23:51:40 +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
9a6df3ce53 honor LDFLAGS when using pkg-config to find libsodium 2015-05-27 23:10:09 +02:00
git@daemon.de
6b52b9c7b7 honor CFLAGS and LDFLAGS from the outside 2015-05-11 20:44:47 +02:00
TLINDEN
62281565d9 removed tarsnaps scrypt(), using libsodiums instead 2015-04-17 17:40:10 +02:00
git@daemon.de
9237d8d1c1 fixed libsodium finding and checking 2015-04-17 16:01:56 +02:00
TLINDEN
9737893e0a fixed includes and function checks for scrypt 2015-04-17 14:14:38 +02:00
TLINDEN
cc4118233e added LIBS for gcc sodium version check 2015-04-17 12:06:25 +02:00
TLINDEN
8f2b3e2a8d added hint to LD_LIBRARY_PATH if libsodium is not installed there 2015-04-16 21:20:38 +02:00
TLINDEN
9552790d22 added AM_INIT_AUTOMAKE([subdir-objects]) to fix #7 part two 2015-03-31 17:26:59 +02:00
TLINDEN
8535b50f94 added -M; removed CBC support, fixed asym-self-mode 2015-01-17 15:04:07 +01:00
TLINDEN
f0494385e1 now using setrlimit() if present and if not in debug mode; applied changes for removed files 2015-01-13 13:06:20 +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
TLINDEN
97be3cd4ef added some final output about compilation 2015-01-01 15:52:58 +01:00
git@daemon.de
45c5daae54 started with py crypto, enhanced raw.py generation, better autoconf integration 2014-12-22 16:22:52 +01:00
TLINDEN
7d76d41944 added configure flag --with-python-binding 2014-12-14 14:39:10 +01:00
git@daemon.de
83912a1d16 disable running contests when cross compiling 2014-09-17 10:02:06 +02:00
git@daemon.de
770d464dd1 added inline stdnstr() implementation for systems where it doesnt exists (e.g. linux) 2014-03-10 16:58:48 +01:00
git@daemon.de
71faa88592 portability fixes (compiles under macosx 5.8 as well, probably on newer ones as well) 2014-03-08 19:27:52 +01:00
TLINDEN
271c6259c2 added -O2 2014-02-25 19:30:07 +01:00
TLINDEN
8b955b5e92 added -Wextra -Werror and fixed everything it had to mecker about 2014-02-25 18:05:32 +01:00
git@daemon.de
5ae1d07067 added CBC encryption mode (configure --enable-cbc) 2014-01-28 12:20:30 +01:00
git@daemon.de
691786cc68 changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function 2014-01-16 15:25:09 +01:00
TLINDEN
33844f6ceb started with c++ bindings (not working yet) 2013-11-28 19:36:50 +01:00
TLINDEN
b9c318e9b9 - 2013-11-19 21:04:14 +01:00
TLINDEN
c4940b966c more aix/big-endian fixes 2013-11-18 21:48:24 +01:00
TLINDEN
9a3431654e fixed aix portability problems 2013-11-17 16:53:20 +01:00
TLINDEN
38b535ef18 aix fix 2013-11-17 12:30:34 +01:00
git@daemon.de
a8a479fe32 removed conditional include "config.h", it's senseless, added pkg-config configuration 2013-11-12 09:05:55 +01:00
git@daemon.de
f843d4c570 re-organized include files 2013-11-07 08:10:31 +01:00
TLINDEN
0e3835bf97 added GPLv3 disclaimer to everything. 2013-11-04 17:43:22 +01:00
TLINDEN
a1794a4775 always use lowercase version of emailadresses. 2013-11-03 14:50:03 +01:00
TLINDEN
58a3bca8d7 replaces old bzero() with memset(). 2013-10-29 23:08:43 +01:00
TLINDEN
40a49cd76f forgot the check for the net includes 2013-10-29 22:54:07 +01:00
TLINDEN
bfc9f5cb5f more fixes for endian portability. 2013-10-29 22:51:06 +01:00
TLINDEN
08ce1c1b8e fixed libtools portability bug, fixed arc4random() portability,
fixed htobe32 and be32toh portability, fixed error handling in main(),
fixed invalid type parameter for randomart image in pcppubkey_printshortinfo(),
fixed configure search for libsodium.
2013-10-29 22:14:34 +01:00
TLINDEN
2d7babae35 initial commit 2013-10-28 22:50:05 +01:00