Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cryptobox chacha for libottery. | Vsevolod Stakhov | 2015-10-15 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | Use libottery for secure random numbers. | Vsevolod Stakhov | 2014-02-04 | 1 | -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. |