summaryrefslogtreecommitdiff
path: root/lib/nettle/rnd-common.h
Commit message (Expand)AuthorAgeFilesLines
* lib/nettle: get rid of _rnd_system_entropy_checkAlexander Sosedkin2021-03-081-1/+0
* Add or clean header guards in lib/nettletmp-header-guardsTim Rühsen2019-05-071-0/+5
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* rnd: switched to 3 chacha-based PRNGs for all security levelsNikos Mavrogiannopoulos2017-03-061-14/+0
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* rnd: removed the packed attribute from event_stNikos Mavrogiannopoulos2014-11-131-5/+1
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-311-0/+1
* Do not compile the DRBG-AES-CTR when not in FIPS140 mode.Nikos Mavrogiannopoulos2014-01-261-3/+0
* replaced the ANSI X9.31 RNG with the SP800-90A DRBG-AES-CTR rng.Nikos Mavrogiannopoulos2014-01-171-1/+1
* Use a DRBG-AES to generate nonces rather than the yarrow RNG.Nikos Mavrogiannopoulos2013-12-041-0/+6
* Corrected _rnd_get_event().Nikos Mavrogiannopoulos2013-11-271-1/+5
* split some functionality of nettle's RNG.Nikos Mavrogiannopoulos2013-11-271-0/+51