aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-5/+0
|
* [Minor] Disable ottery wipe stack as it breaks asan sometimesVsevolod Stakhov2019-12-101-1/+1
|
* [Minor] Another asan fix for rdrandVsevolod Stakhov2019-06-261-3/+3
|
* [Minor] Fix uninit values usageVsevolod Stakhov2019-06-261-17/+11
|
* Revert "[Minor] Use less aggressive optimisation level"Vsevolod Stakhov2019-03-051-1/+1
| | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
* [Minor] Use less aggressive optimisation levelVsevolod Stakhov2019-03-051-1/+1
|
* [Fix] Do not check pid/state when using PRNGVsevolod Stakhov2018-04-171-1/+1
|
* [Feature] Add aes-rng PRF to libotteryVsevolod Stakhov2017-10-297-8/+208
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Minor] Add enable full debug optionVsevolod Stakhov2016-12-251-0/+2
|
* 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.