summaryrefslogtreecommitdiff
path: root/lib/nettle/int/drbg-aes.h
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-29/+25
* Indent codeZoltan Fridrich2023-01-271-19/+17
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-3/+1
* Add or clean header guards in lib/nettletmp-header-guardsTim Rühsen2019-05-071-3/+3
* DRBG: Remove all traces of FIPS 140-2 continuous self testStephan Mueller2018-11-251-2/+0
* drbg-aes: use the new nettle APIs for AESNikos Mavrogiannopoulos2018-02-261-2/+2
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-041-2/+8
* drbg-aes: added checks in the error handling of the functionsNikos Mavrogiannopoulos2014-09-011-0/+2
* updated commentNikos Mavrogiannopoulos2014-07-021-1/+1
* Updates in the DRBG-CTR-AES random number generator.Nikos Mavrogiannopoulos2014-01-221-2/+4
* replaced the ANSI X9.31 RNG with the SP800-90A DRBG-AES-CTR rng.Nikos Mavrogiannopoulos2014-01-171-19/+18
* force reseed and rekey on fork and if we exceed a number of iterations.Nikos Mavrogiannopoulos2013-12-041-0/+17
* simplified DRBG-AES generator by using a counter (with an arbitrary initial v...Nikos Mavrogiannopoulos2013-11-281-7/+12
* Added DRBG submitted to nettle in gnutls.Nikos Mavrogiannopoulos2013-11-271-0/+64