aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery
Commit message (Collapse)AuthorAgeFilesLines
* Fix orderVsevolod Stakhov2016-01-151-3/+3
|
* Add workaround for bug in valgrind and rdrandVsevolod Stakhov2016-01-152-1/+6
|
* Use cryptobox chacha for libottery.Vsevolod Stakhov2015-10-155-162/+245
|
* More fixes to libottery.Vsevolod Stakhov2015-10-153-15/+10
|
* Another try to fix macro.Vsevolod Stakhov2015-10-151-1/+1
|
* Another GCCism.Vsevolod Stakhov2015-10-151-10/+14
|
* Fix some portability issues.Vsevolod Stakhov2015-10-151-3/+3
|
* Remove unused chacha implementation from libotteryVsevolod Stakhov2015-02-211-320/+0
|
* 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
|
* Remove autogenerated Makefile.Vsevolod Stakhov2014-02-041-314/+0
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-0420-0/+3758
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.