summaryrefslogtreecommitdiff
path: root/lib/nettle/int/drbg-aes.c
Commit message (Expand)AuthorAgeFilesLines
* drbg-aes: use the new nettle APIs for AEStmp-update-nettle-apisNikos Mavrogiannopoulos2018-02-221-11/+11
* fips140: reset the reseed counter only on reseedNikos Mavrogiannopoulos2015-06-041-1/+1
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-041-5/+28
* drbg-aes: if the continuous test fails, put the library into error stateNikos Mavrogiannopoulos2014-09-011-2/+7
* Updates in the DRBG-CTR-AES random number generator.Nikos Mavrogiannopoulos2014-01-221-8/+23
* fix in DRBG-AES-CTR initializationNikos Mavrogiannopoulos2014-01-191-0/+6
* replaced the ANSI X9.31 RNG with the SP800-90A DRBG-AES-CTR rng.Nikos Mavrogiannopoulos2014-01-171-65/+66
* force reseed and rekey on fork and if we exceed a number of iterations.Nikos Mavrogiannopoulos2013-12-041-11/+6
* simplified DRBG-AES generator by using a counter (with an arbitrary initial v...Nikos Mavrogiannopoulos2013-11-281-10/+26
* Added DRBG submitted to nettle in gnutls.Nikos Mavrogiannopoulos2013-11-271-0/+138