summaryrefslogtreecommitdiff
path: root/tests/suite
Commit message (Collapse)AuthorAgeFilesLines
* Run 'make update-copyright'.Simon Josefsson2012-01-166-6/+6
|
* Fix syntax-check nits.Simon Josefsson2011-11-291-3/+2
|
* account for error code 1 in certtool.Nikos Mavrogiannopoulos2011-11-101-1/+1
|
* Cleanup and fix authorship notice (I didn't write this file).Simon Josefsson2011-11-091-29/+42
|
* Fix srcdir!=builddir builds.Simon Josefsson2011-11-092-4/+4
|
* Added tests for null ciphersuites.Nikos Mavrogiannopoulos2011-11-051-0/+23
|
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-201-2/+2
|
* worked around openssl 1.0.0e bug (avoid using -mtu).Nikos Mavrogiannopoulos2011-09-251-3/+3
|
* disabled testNikos Mavrogiannopoulos2011-08-301-9/+10
|
* skip if datefudge is not availableNikos Mavrogiannopoulos2011-08-291-0/+6
|
* Fix up compiler warnings.Stef Walter2011-06-091-0/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
| | | | | | * Add -ldl -lpthread to linker flags Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Corrected fail() shell function. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-052-35/+35
|
* updated keys.Nikos Mavrogiannopoulos2011-05-281-7/+7
|
* Added server and client mode tests for ECDH-ECDSA.Nikos Mavrogiannopoulos2011-05-261-13/+46
|
* Added ECDHE-RSA tests.Nikos Mavrogiannopoulos2011-05-221-5/+33
|
* Check for openssl 1.0.x to test DTLS.Nikos Mavrogiannopoulos2011-04-301-0/+6
|
* x509paths tests moved to suite/.Nikos Mavrogiannopoulos2011-04-158-3/+109
|
* Added interoperability tests with openssl.Nikos Mavrogiannopoulos2011-04-153-2/+274
|
* Enabled the extra safe renegotiation tests.Nikos Mavrogiannopoulos2011-04-142-25/+20
|
* include priority headers unconditionally.Nikos Mavrogiannopoulos2011-04-081-4/+2
|
* Better way of not including the tests/suite directory. Based on discussion ↵Nikos Mavrogiannopoulos2011-04-082-1963/+3
| | | | with LRN and Vincent Torri.
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-77/+157
| | | | | reduces duplication of code (multiple gl/ libraries etc.). This saves about 2mb in distributed size (compressed).
* Added test to verify connections with DSA keys of various sizes.Nikos Mavrogiannopoulos2011-03-191-0/+3
|
* updated.Nikos Mavrogiannopoulos2011-02-051-0/+1
|
* updated Makefile.inNikos Mavrogiannopoulos2011-01-151-1/+7
|
* Revert "Remove, it is generated."Nikos Mavrogiannopoulos2011-01-111-0/+1868
| | | | | | This reverts commit de3a601e502b24f047412a161085f7fbd898b3f3 because this file is not automatically generated (not included in top Makefile.am).
* Remove, it is generated.Simon Josefsson2010-11-251-1868/+0
|
* Create Makefile in tests/suite/Nikos Mavrogiannopoulos2010-11-191-0/+1868
|
* Added tests/suite which contains tests to be executed duringNikos Mavrogiannopoulos2010-10-16124-0/+45067
development time and will not be distributed (not included in make dist). Added "ecore" and a new mini-eagain to test EAGAIN behavior.