aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/ottery_global.c
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add aes-rng PRF to libotteryVsevolod Stakhov2017-10-291-0/+6
|
* Fix orderVsevolod Stakhov2016-01-151-3/+3
|
* Add workaround for bug in valgrind and rdrandVsevolod Stakhov2016-01-151-0/+4
|
* More fixes to libottery.Vsevolod Stakhov2015-10-151-9/+0
|
* Another try to fix macro.Vsevolod Stakhov2015-10-151-1/+1
|
* Another GCCism.Vsevolod Stakhov2015-10-151-10/+14
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-041-0/+111
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.