Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 6 | -6/+6 |
| | |||||
* | Fix syntax-check nits. | Simon Josefsson | 2011-11-29 | 1 | -3/+2 |
| | |||||
* | account for error code 1 in certtool. | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Cleanup and fix authorship notice (I didn't write this file). | Simon Josefsson | 2011-11-09 | 1 | -29/+42 |
| | |||||
* | Fix srcdir!=builddir builds. | Simon Josefsson | 2011-11-09 | 2 | -4/+4 |
| | |||||
* | Added tests for null ciphersuites. | Nikos Mavrogiannopoulos | 2011-11-05 | 1 | -0/+23 |
| | |||||
* | libgnutls-extra is no more. | Nikos Mavrogiannopoulos | 2011-10-20 | 1 | -2/+2 |
| | |||||
* | worked around openssl 1.0.0e bug (avoid using -mtu). | Nikos Mavrogiannopoulos | 2011-09-25 | 1 | -3/+3 |
| | |||||
* | disabled test | Nikos Mavrogiannopoulos | 2011-08-30 | 1 | -9/+10 |
| | |||||
* | skip if datefudge is not available | Nikos Mavrogiannopoulos | 2011-08-29 | 1 | -0/+6 |
| | |||||
* | Fix up compiler warnings. | Stef Walter | 2011-06-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | tests: Build eagain-cli with correct libraries | Stef Walter | 2011-06-07 | 1 | -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 Mavrogiannopoulos | 2011-06-05 | 2 | -35/+35 |
| | |||||
* | updated keys. | Nikos Mavrogiannopoulos | 2011-05-28 | 1 | -7/+7 |
| | |||||
* | Added server and client mode tests for ECDH-ECDSA. | Nikos Mavrogiannopoulos | 2011-05-26 | 1 | -13/+46 |
| | |||||
* | Added ECDHE-RSA tests. | Nikos Mavrogiannopoulos | 2011-05-22 | 1 | -5/+33 |
| | |||||
* | Check for openssl 1.0.x to test DTLS. | Nikos Mavrogiannopoulos | 2011-04-30 | 1 | -0/+6 |
| | |||||
* | x509paths tests moved to suite/. | Nikos Mavrogiannopoulos | 2011-04-15 | 8 | -3/+109 |
| | |||||
* | Added interoperability tests with openssl. | Nikos Mavrogiannopoulos | 2011-04-15 | 3 | -2/+274 |
| | |||||
* | Enabled the extra safe renegotiation tests. | Nikos Mavrogiannopoulos | 2011-04-14 | 2 | -25/+20 |
| | |||||
* | include priority headers unconditionally. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -4/+2 |
| | |||||
* | Better way of not including the tests/suite directory. Based on discussion ↵ | Nikos Mavrogiannopoulos | 2011-04-08 | 2 | -1963/+3 |
| | | | | with LRN and Vincent Torri. | ||||
* | Use a single configure.ac. This speed ups compilation and | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -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 Mavrogiannopoulos | 2011-03-19 | 1 | -0/+3 |
| | |||||
* | updated. | Nikos Mavrogiannopoulos | 2011-02-05 | 1 | -0/+1 |
| | |||||
* | updated Makefile.in | Nikos Mavrogiannopoulos | 2011-01-15 | 1 | -1/+7 |
| | |||||
* | Revert "Remove, it is generated." | Nikos Mavrogiannopoulos | 2011-01-11 | 1 | -0/+1868 |
| | | | | | | This reverts commit de3a601e502b24f047412a161085f7fbd898b3f3 because this file is not automatically generated (not included in top Makefile.am). | ||||
* | Remove, it is generated. | Simon Josefsson | 2010-11-25 | 1 | -1868/+0 |
| | |||||
* | Create Makefile in tests/suite/ | Nikos Mavrogiannopoulos | 2010-11-19 | 1 | -0/+1868 |
| | |||||
* | Added tests/suite which contains tests to be executed during | Nikos Mavrogiannopoulos | 2010-10-16 | 124 | -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. |