Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 1 | -5/+0 |
| | |||||
* | [Minor] Disable ottery wipe stack as it breaks asan sometimes | Vsevolod Stakhov | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | [Minor] Another asan fix for rdrand | Vsevolod Stakhov | 2019-06-26 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix uninit values usage | Vsevolod Stakhov | 2019-06-26 | 1 | -17/+11 |
| | |||||
* | Revert "[Minor] Use less aggressive optimisation level" | Vsevolod Stakhov | 2019-03-05 | 1 | -1/+1 |
| | | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a. | ||||
* | [Minor] Use less aggressive optimisation level | Vsevolod Stakhov | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | [Fix] Do not check pid/state when using PRNG | Vsevolod Stakhov | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | [Feature] Add aes-rng PRF to libottery | Vsevolod Stakhov | 2017-10-29 | 7 | -8/+208 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Minor] Add enable full debug option | Vsevolod Stakhov | 2016-12-25 | 1 | -0/+2 |
| | |||||
* | Fix order | Vsevolod Stakhov | 2016-01-15 | 1 | -3/+3 |
| | |||||
* | Add workaround for bug in valgrind and rdrand | Vsevolod Stakhov | 2016-01-15 | 2 | -1/+6 |
| | |||||
* | Use cryptobox chacha for libottery. | Vsevolod Stakhov | 2015-10-15 | 5 | -162/+245 |
| | |||||
* | More fixes to libottery. | Vsevolod Stakhov | 2015-10-15 | 3 | -15/+10 |
| | |||||
* | Another try to fix macro. | Vsevolod Stakhov | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Another GCCism. | Vsevolod Stakhov | 2015-10-15 | 1 | -10/+14 |
| | |||||
* | Fix some portability issues. | Vsevolod Stakhov | 2015-10-15 | 1 | -3/+3 |
| | |||||
* | Remove unused chacha implementation from libottery | Vsevolod Stakhov | 2015-02-21 | 1 | -320/+0 |
| | |||||
* | Use more targeted compile flags setup. | Vsevolod Stakhov | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | Compile external tools with optimizations. | Vsevolod Stakhov | 2014-12-19 | 1 | -1/+3 |
| | |||||
* | Add rdns as a submodule. | Vsevolod Stakhov | 2014-02-19 | 1 | -9/+1 |
| | |||||
* | Remove autogenerated Makefile. | Vsevolod Stakhov | 2014-02-04 | 1 | -314/+0 |
| | |||||
* | Use libottery for secure random numbers. | Vsevolod Stakhov | 2014-02-04 | 20 | -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. |