aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use cryptobox chacha for libottery.Vsevolod Stakhov2015-10-151-3/+6
|
* Use more targeted compile flags setup.Vsevolod Stakhov2015-01-281-3/+3
|
* Compile external tools with optimizations.Vsevolod Stakhov2014-12-191-1/+3
|
* Add rdns as a submodule.Vsevolod Stakhov2014-02-191-9/+1
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-041-0/+15
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.