Commit Graph

11 Commits

Author SHA1 Message Date
Vsevolod Stakhov
572f8723c8 Use cryptobox chacha for libottery. 2015-10-15 12:38:41 +01:00
Vsevolod Stakhov
b8bc9298b1 More fixes to libottery. 2015-10-15 11:46:21 +01:00
Vsevolod Stakhov
33a845c0ed Another try to fix macro. 2015-10-15 11:44:59 +01:00
Vsevolod Stakhov
dd72c18a08 Another GCCism. 2015-10-15 11:43:57 +01:00
Vsevolod Stakhov
6ceac089b6 Fix some portability issues. 2015-10-15 11:28:41 +01:00
Vsevolod Stakhov
32d054c318 Remove unused chacha implementation from libottery 2015-02-21 22:28:54 +00:00
Vsevolod Stakhov
bebc8737c8 Use more targeted compile flags setup. 2015-01-28 21:39:38 +00:00
Vsevolod Stakhov
dd1134f06b Compile external tools with optimizations. 2014-12-19 10:55:28 +00:00
Vsevolod Stakhov
c73632361a Add rdns as a submodule. 2014-02-19 13:50:31 +00:00
Vsevolod Stakhov
b4bc6269d9 Remove autogenerated Makefile. 2014-02-04 16:39:41 +00:00
Vsevolod Stakhov
ff62d93b0e Use libottery for secure random numbers.
Libottery itself is hosted here:
https://github.com/nmathewson/libottery

This import is a rough adoptation of libottery to use it for secure
random numbers in rspamd when needed (and in DNS resolver specifically).
This import makes the internal chacha20 code useless, hence it is
removed now.
2014-02-04 16:37:37 +00:00