Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminate memory leak | Nikos Mavrogiannopoulos | 2014-04-05 | 1 | -0/+1 |
| | |||||
* | fixed bashisms | Nikos Mavrogiannopoulos | 2014-04-05 | 1 | -11/+11 |
| | |||||
* | Enhanced test to check that the correct number of certificates is received | Nikos Mavrogiannopoulos | 2014-04-04 | 1 | -29/+76 |
| | |||||
* | the chainverify test ensures that there is no diverge between different ↵ | Nikos Mavrogiannopoulos | 2014-04-04 | 1 | -1/+35 |
| | | | | verification functions. | ||||
* | Added test for gnutls_record_cork() and uncork usage under DTLS. | Nikos Mavrogiannopoulos | 2014-03-31 | 1 | -5/+43 |
| | |||||
* | Added test for CVE-2014-0092 | Nikos Mavrogiannopoulos | 2014-03-31 | 1 | -0/+48 |
| | |||||
* | Changed the behaviour in wildcard acceptance in certificates. | Nikos Mavrogiannopoulos | 2014-03-20 | 1 | -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 | ||||
* | updated | Nikos Mavrogiannopoulos | 2014-03-08 | 1 | -2/+4 |
| | |||||
* | Improved DTLS rehandshake test to catch a timeout issue in handshake(). | Nikos Mavrogiannopoulos | 2014-02-18 | 1 | -0/+1 |
| | |||||
* | corrected suppressions file | Nikos Mavrogiannopoulos | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Added test for pathlen constraints. | Nikos Mavrogiannopoulos | 2014-02-12 | 1 | -0/+60 |
| | |||||
* | Added check for v1 intermediate CA certificate | Nikos Mavrogiannopoulos | 2014-02-12 | 1 | -0/+109 |
| | |||||
* | only test ZLIB if it is enabled | Nikos Mavrogiannopoulos | 2014-02-06 | 1 | -0/+2 |
| | |||||
* | check errors from gnutls_priority_set_direct(). | Nikos Mavrogiannopoulos | 2014-02-06 | 1 | -2/+12 |
| | |||||
* | corrected test | Nikos Mavrogiannopoulos | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | added nettle's suppressions | Nikos Mavrogiannopoulos | 2014-01-20 | 1 | -0/+7 |
| | |||||
* | enhanced set_pkcs12_cred test. | Nikos Mavrogiannopoulos | 2014-01-11 | 3 | -64/+47 |
| | | | | | Conflicts: tests/set_pkcs12_cred.c | ||||
* | corrected some tests to operate silently under valgrind | Nikos Mavrogiannopoulos | 2013-12-21 | 3 | -4/+5 |
| | |||||
* | corrected leak | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -0/+1 |
| | |||||
* | corrected running tests over valgrind | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -2/+1 |
| | | | | | It seems that some autotools change has prevented that for some time. | ||||
* | corrected checkgnutls_3_2_8_1 | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -2/+7 |
| | |||||
* | corrected paths | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -3/+3 |
| | |||||
* | Skip tests that require the non-suiteb curves. | Nikos Mavrogiannopoulos | 2013-12-16 | 2 | -6/+9 |
| | | | | | Conflicts: lib/crypto-selftests-pk.c | ||||
* | mini-deflate was combined with mini-record-2 | Nikos Mavrogiannopoulos | 2013-11-22 | 3 | -139/+7 |
| | |||||
* | Added self checks for new date reading functionality | Nikos Mavrogiannopoulos | 2013-11-16 | 4 | -1/+148 |
| | |||||
* | Dates and time that would overflow the GeneralTime are also truncated. We ↵ | Nikos Mavrogiannopoulos | 2013-11-16 | 6 | -4/+292 |
| | | | | may need to revise that around 9999 CE. | ||||
* | corrected issue with a not-yet-valid certificate | Nikos Mavrogiannopoulos | 2013-11-14 | 2 | -2/+2 |
| | |||||
* | hacks to work with fedora's openssl | Nikos Mavrogiannopoulos | 2013-11-14 | 2 | -6/+35 |
| | |||||
* | do not run on clippled versions of openssl | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -0/+6 |
| | |||||
* | improved ciphersuite test | Nikos Mavrogiannopoulos | 2013-11-10 | 2 | -2/+19 |
| | |||||
* | always exit when fail is called. | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -2/+1 |
| | |||||
* | Ignore SIGPIPE. | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -0/+1 |
| | | | | Diagnosed by Petr Salinger and Steven Chamberlain. Reported by Andreas Metzler. | ||||
* | use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN. | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | Added test suite for PKCS #11 cards (not executed automatically). | Nikos Mavrogiannopoulos | 2013-11-10 | 10 | -0/+706 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 196 | -39849/+39559 |
| | |||||
* | Do not use gnutls_dh_set_prime_bits() in server side. | Nikos Mavrogiannopoulos | 2013-11-02 | 6 | -6/+0 |
| | |||||
* | win32 fix | Nikos Mavrogiannopoulos | 2013-10-31 | 1 | -2/+4 |
| | |||||
* | Better DANE test output. | Nikos Mavrogiannopoulos | 2013-10-29 | 1 | -0/+7 |
| | |||||
* | Added ciphersuite test | Nikos Mavrogiannopoulos | 2013-10-26 | 8 | -1/+3155 |
| | |||||
* | Added a proper termination of session to avoid issues with premature ↵ | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -4/+12 |
| | | | | termination. | ||||
* | we now explicitly check for librt. | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -2/+1 |
| | |||||
* | use the same environment in all tests | Nikos Mavrogiannopoulos | 2013-10-26 | 16 | -16/+67 |
| | |||||
* | removed unneeded diff option | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | diff is now a parameter allowing to override it. | Nikos Mavrogiannopoulos | 2013-10-26 | 4 | -6/+10 |
| | |||||
* | LC_ALL is set to C to have predictable outputs in tests. | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | simplified test | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | updated priorities for new ciphersuites | Nikos Mavrogiannopoulos | 2013-10-25 | 1 | -3/+3 |
| | |||||
* | Applied small patch by Jeremie Courreges-Anglas to avoid usage of error(). | Nikos Mavrogiannopoulos | 2013-10-25 | 1 | -12/+26 |
| | |||||
* | Added camellia-gcm into the default priority levels, and prioritized GCM ↵ | Nikos Mavrogiannopoulos | 2013-10-23 | 1 | -11/+11 |
| | | | | over CBC everywhere. | ||||
* | corrected ciphersuite numbers in priorities | Nikos Mavrogiannopoulos | 2013-10-23 | 1 | -3/+3 |
| |