summaryrefslogtreecommitdiff
path: root/tests/rng-fork.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tests: eliminated build warningsNikos Mavrogiannopoulos2017-05-311-1/+0
* tests: decoupled the random generator operational tests from the forking onesNikos Mavrogiannopoulos2017-03-061-30/+0
* tests: introduced sanity checks in rng-forkNikos Mavrogiannopoulos2016-10-291-2/+3
* tests: check random generator for long outputs as wellNikos Mavrogiannopoulos2015-06-041-0/+15
* increased the number of bytes requested by the RNGNikos Mavrogiannopoulos2014-01-261-2/+2
* perform the iteration check on both rngs.Nikos Mavrogiannopoulos2013-12-291-1/+9
* Check whether the RNG can perform many iterations without error.Nikos Mavrogiannopoulos2013-12-041-0/+8
* In rng_fork test all random generators.Nikos Mavrogiannopoulos2013-11-271-37/+44
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-62/+57
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* fixed nonce generation after fork().Nikos Mavrogiannopoulos2013-02-271-2/+2
* Fix mem leaks.Simon Josefsson2012-01-251-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* more silent tests.Nikos Mavrogiannopoulos2011-09-231-2/+2
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-3/+2
* Do not use /tmp for temporary file. Just use the local (test) directory.Nikos Mavrogiannopoulos2011-05-071-6/+7
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+10
* Corrected nettle's RNG behavior on fork and added a test case.Nikos Mavrogiannopoulos2011-03-161-0/+100