summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added check to verify that gnutls_global_init() is run on the library ↵Nikos Mavrogiannopoulos2013-12-082-1/+175
| | | | constructor.
* converted to a simple check for gnutls_global_init() as ↵Nikos Mavrogiannopoulos2013-12-081-24/+1
| | | | gnutls_global_init2() will not be added.
* removed zombie mode, and no longer use fips140.hNikos Mavrogiannopoulos2013-12-041-1/+0
|
* Check whether the RNG can perform many iterations without error.Nikos Mavrogiannopoulos2013-12-041-0/+8
|
* fix self tests when used from slow/cipher-testNikos Mavrogiannopoulos2013-11-301-2/+3
|
* updated test for the universal lib constructorNikos Mavrogiannopoulos2013-11-301-7/+0
|
* execute the FIPS-test even when not in FIPS140 mode.Nikos Mavrogiannopoulos2013-11-302-11/+3
|
* fips140_simulate_error -> lib_simulate_errorNikos Mavrogiannopoulos2013-11-301-2/+2
|
* Merged the FIPS140-2 support code.Nikos Mavrogiannopoulos2013-11-3023-652/+468
|\ | | | | | | | | | | Conflicts: lib/gnutls_global.c tests/mini-overhead.c
| * Re-run receiving tests on server side, to allow any valgrind errors to ↵Nikos Mavrogiannopoulos2013-11-271-3/+62
| | | | | | | | propagate to exit code.
| * Skip tests that require the non-suiteb curves.Nikos Mavrogiannopoulos2013-11-272-6/+9
| |
| * Use a FIPS140-2 compliant DSA and DH parameter generator.Nikos Mavrogiannopoulos2013-11-271-0/+5
| |
| * Added deflate compression tests with AES-GCM in order to be tested in FIPS mode.Nikos Mavrogiannopoulos2013-11-271-1/+7
| |
| * don't run openssl (md5) when in fips modeNikos Mavrogiannopoulos2013-11-271-0/+2
| |
| * separate zombie mode from operational fips modeNikos Mavrogiannopoulos2013-11-271-44/+39
| |
| * modified to account for zombie modeNikos Mavrogiannopoulos2013-11-271-40/+50
| |
| * Added gnutls_global_init2(). This allows initializing gnutls in a ↵Nikos Mavrogiannopoulos2013-11-272-1/+114
| | | | | | | | constructor in FIPS140 mode
| * Restrict the number of tests run on FIPS140-2 mode.Nikos Mavrogiannopoulos2013-11-278-5/+46
| |
| * Do not involve the security level into the certificate comparisons.Nikos Mavrogiannopoulos2013-11-275-6/+3
| |
| * Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace ↵Nikos Mavrogiannopoulos2013-11-271-9/+3
| | | | | | | | _gnutls_mpi_mod().
| * In rng_fork test all random generators.Nikos Mavrogiannopoulos2013-11-271-37/+44
| |
| * Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-272-6/+6
| |
| * Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-272-0/+146
| |
| * indented codeNikos Mavrogiannopoulos2013-11-271-18/+17
| |
| * Self checks are conditionally included in the library.Nikos Mavrogiannopoulos2013-11-272-1/+12
| |
| * Added self tests on RSA, DSA, and ECDSA key usage.Nikos Mavrogiannopoulos2013-11-271-2/+6
| |
| * Added option to run all available self tests per category in a single run.Nikos Mavrogiannopoulos2013-11-271-48/+3
| |
| * completed self-tests by adding digest and MAC tests.Nikos Mavrogiannopoulos2013-11-271-6/+45
| |
| * Added self testsNikos Mavrogiannopoulos2013-11-271-588/+18
| |
* | updated mini-overhead to account for the removal of salsa20+umacNikos Mavrogiannopoulos2013-11-301-7/+3
|/
* Verify failure of DN parsing in a wrong DN.Nikos Mavrogiannopoulos2013-11-233-1/+82
|
* mini-deflate was combined with mini-record-2Nikos Mavrogiannopoulos2013-11-223-139/+7
|
* Added self checks for new date reading functionalityNikos Mavrogiannopoulos2013-11-164-1/+148
|
* Dates and time that would overflow the GeneralTime are also truncated. We ↵Nikos Mavrogiannopoulos2013-11-166-4/+292
| | | | may need to revise that around 9999 CE.
* corrected issue with a not-yet-valid certificateNikos Mavrogiannopoulos2013-11-132-2/+2
|
* hacks to work with fedora's opensslNikos Mavrogiannopoulos2013-11-132-6/+35
|
* do not run on clippled versions of opensslNikos Mavrogiannopoulos2013-11-101-0/+6
|
* improved ciphersuite testNikos Mavrogiannopoulos2013-11-102-2/+19
|
* always exit when fail is called.Nikos Mavrogiannopoulos2013-11-101-2/+1
|
* Ignore SIGPIPE.Nikos Mavrogiannopoulos2013-11-101-0/+1
| | | | Diagnosed by Petr Salinger and Steven Chamberlain. Reported by Andreas Metzler.
* use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN.Nikos Mavrogiannopoulos2013-11-101-1/+1
|
* Added test suite for PKCS #11 cards (not executed automatically).Nikos Mavrogiannopoulos2013-11-1010-0/+706
|
* reindented codeNikos Mavrogiannopoulos2013-11-08196-39849/+39559
|
* Do not use gnutls_dh_set_prime_bits() in server side.Nikos Mavrogiannopoulos2013-11-026-6/+0
|
* win32 fixNikos Mavrogiannopoulos2013-10-311-2/+4
|
* Better DANE test output.Nikos Mavrogiannopoulos2013-10-291-0/+7
|
* Added ciphersuite testNikos Mavrogiannopoulos2013-10-268-1/+3155
|
* Added a proper termination of session to avoid issues with premature ↵Nikos Mavrogiannopoulos2013-10-261-4/+12
| | | | termination.
* we now explicitly check for librt.Nikos Mavrogiannopoulos2013-10-261-2/+1
|
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-2616-16/+67
|