summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* eliminate memory leakNikos Mavrogiannopoulos2014-04-051-0/+1
|
* fixed bashismsNikos Mavrogiannopoulos2014-04-051-11/+11
|
* Enhanced test to check that the correct number of certificates is receivedNikos Mavrogiannopoulos2014-04-041-29/+76
|
* the chainverify test ensures that there is no diverge between different ↵Nikos Mavrogiannopoulos2014-04-041-1/+35
| | | | verification functions.
* Added test for gnutls_record_cork() and uncork usage under DTLS.Nikos Mavrogiannopoulos2014-03-311-5/+43
|
* Added test for CVE-2014-0092Nikos Mavrogiannopoulos2014-03-311-0/+48
|
* Changed the behaviour in wildcard acceptance in certificates.Nikos Mavrogiannopoulos2014-03-201-40/+89
| | | | | | | | | Wildcards are only accepted when there are more than two domain components after the wildcard. This will prevent accepting certificates from CAs that issued '*.com', or 'www.*'. Conflicts: tests/hostname-check.c
* updatedNikos Mavrogiannopoulos2014-03-081-2/+4
|
* Improved DTLS rehandshake test to catch a timeout issue in handshake().Nikos Mavrogiannopoulos2014-02-181-0/+1
|
* corrected suppressions fileNikos Mavrogiannopoulos2014-02-141-1/+2
|
* Added test for pathlen constraints.Nikos Mavrogiannopoulos2014-02-121-0/+60
|
* Added check for v1 intermediate CA certificateNikos Mavrogiannopoulos2014-02-121-0/+109
|
* only test ZLIB if it is enabledNikos Mavrogiannopoulos2014-02-061-0/+2
|
* check errors from gnutls_priority_set_direct().Nikos Mavrogiannopoulos2014-02-061-2/+12
|
* corrected testNikos Mavrogiannopoulos2014-01-241-2/+2
|
* added nettle's suppressionsNikos Mavrogiannopoulos2014-01-201-0/+7
|
* enhanced set_pkcs12_cred test.Nikos Mavrogiannopoulos2014-01-113-64/+47
| | | | | Conflicts: tests/set_pkcs12_cred.c
* corrected some tests to operate silently under valgrindNikos Mavrogiannopoulos2013-12-213-4/+5
|
* corrected leakNikos Mavrogiannopoulos2013-12-211-0/+1
|
* corrected running tests over valgrindNikos Mavrogiannopoulos2013-12-211-2/+1
| | | | | It seems that some autotools change has prevented that for some time.
* corrected checkgnutls_3_2_8_1Nikos Mavrogiannopoulos2013-12-211-2/+7
|
* corrected pathsNikos Mavrogiannopoulos2013-12-211-3/+3
|
* Skip tests that require the non-suiteb curves.Nikos Mavrogiannopoulos2013-12-162-6/+9
| | | | | Conflicts: lib/crypto-selftests-pk.c
* 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-142-2/+2
|
* hacks to work with fedora's opensslNikos Mavrogiannopoulos2013-11-142-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
|
* removed unneeded diff optionNikos Mavrogiannopoulos2013-10-261-2/+2
|
* diff is now a parameter allowing to override it.Nikos Mavrogiannopoulos2013-10-264-6/+10
|
* LC_ALL is set to C to have predictable outputs in tests.Nikos Mavrogiannopoulos2013-10-261-0/+1
|
* simplified testNikos Mavrogiannopoulos2013-10-261-2/+2
|
* updated priorities for new ciphersuitesNikos Mavrogiannopoulos2013-10-251-3/+3
|
* Applied small patch by Jeremie Courreges-Anglas to avoid usage of error().Nikos Mavrogiannopoulos2013-10-251-12/+26
|
* Added camellia-gcm into the default priority levels, and prioritized GCM ↵Nikos Mavrogiannopoulos2013-10-231-11/+11
| | | | over CBC everywhere.
* corrected ciphersuite numbers in prioritiesNikos Mavrogiannopoulos2013-10-231-3/+3
|