summaryrefslogtreecommitdiff
path: root/lib/nettle/rnd-fips.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-6/+6
* Indent codeZoltan Fridrich2023-01-271-5/+4
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-1/+1
* Add missing FIPS service indicator transitionsZoltan Fridrich2022-04-111-7/+26
* nettle/rnd-fips: add FIPS 140-2 continuous RNG testtmp-fips-drbg-continuousDaiki Ueno2019-06-281-21/+81
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* nettle/rnd-fips: updated documentationNikos Mavrogiannopoulos2018-07-131-4/+2
* nettle/rnd-fips: combined the FIPS-compliant generators to twoNikos Mavrogiannopoulos2017-03-061-15/+5
* Removed locks from internal rngNikos Mavrogiannopoulos2017-03-061-18/+4
* rng: split initialization in preinit and initNikos Mavrogiannopoulos2016-11-041-4/+0
* _gnutls_rnd_check: call _rnd_system_entropy_check directlyNikos Mavrogiannopoulos2016-11-041-10/+0
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* simplified fork detectionNikos Mavrogiannopoulos2015-06-261-3/+6
* fips140: when reseeding only reseed the required context not allNikos Mavrogiannopoulos2015-06-041-3/+8
* added the .check function in FIPS140-2 codeNikos Mavrogiannopoulos2014-12-101-0/+10
* corrected issue in fips RNGNikos Mavrogiannopoulos2014-09-081-0/+3
* Use pthread_atfork() and variants to detect forkNikos Mavrogiannopoulos2014-07-291-13/+4
* The AES-CTR-based nonce random number generator was replaced with salsa20.Nikos Mavrogiannopoulos2014-01-261-0/+37
* The FIPS140 random number generator is enabled conditionally when required.Nikos Mavrogiannopoulos2014-01-171-3/+2
* replaced the ANSI X9.31 RNG with the SP800-90A DRBG-AES-CTR rng.Nikos Mavrogiannopoulos2014-01-171-40/+57
* Use a DRBG-AES to generate nonces rather than the yarrow RNG.Nikos Mavrogiannopoulos2013-12-041-84/+6
* getpid() is conditionally used.Nikos Mavrogiannopoulos2013-12-041-2/+9
* force reseed and rekey on fork and if we exceed a number of iterations.Nikos Mavrogiannopoulos2013-12-041-2/+3
* simplified DRBG-AES generator by using a counter (with an arbitrary initial v...Nikos Mavrogiannopoulos2013-11-281-3/+9
* removed unneeded newlinesNikos Mavrogiannopoulos2013-11-271-2/+0
* Added DRBG submitted to nettle in gnutls.Nikos Mavrogiannopoulos2013-11-271-399/+70
* better error messages.Nikos Mavrogiannopoulos2013-11-271-2/+2
* updatedNikos Mavrogiannopoulos2013-11-271-1/+1
* gnutls_key_generate() is restricted by the size of the initial RNG seed in FI...Nikos Mavrogiannopoulos2013-11-271-4/+1
* removed the initialized static variable.Nikos Mavrogiannopoulos2013-11-271-22/+17
* Corrected _rnd_get_event().Nikos Mavrogiannopoulos2013-11-271-2/+2
* comments updated to conform to the modified version.Nikos Mavrogiannopoulos2013-11-271-20/+11
* removed external test functionsNikos Mavrogiannopoulos2013-11-271-95/+14
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-0/+697