summaryrefslogtreecommitdiff
path: root/tests/rng-fork.c
Commit message (Collapse)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* tests: eliminated build warningsNikos Mavrogiannopoulos2017-05-311-1/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: decoupled the random generator operational tests from the forking onesNikos Mavrogiannopoulos2017-03-061-30/+0
| | | | | | | That also corrects the fact that not all tests were run for all generators, and allows to run the tests in parallel. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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 ↵Nikos Mavrogiannopoulos2013-05-011-1/+1
| | | | from PKCS #11 libraries.
* 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
| | | | | | | | | | | | | | Thus the following functions - gnutls_crypto_bigint_register - gnutls_crypto_cipher_register - gnutls_crypto_digest_register - gnutls_crypto_mac_register - gnutls_crypto_pk_register - gnutls_crypto_rnd_register - gnutls_crypto_single_cipher_register - gnutls_crypto_single_digest_register - gnutls_crypto_single_mac_register are only available internally via crypto-backend.h.
* 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