Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backported testsuite | Nikos Mavrogiannopoulos | 2013-11-15 | 2 | -6/+41 |
* | corrected include paths | Nikos Mavrogiannopoulos | 2013-05-11 | 2 | -2/+2 |
* | When running tests disable PKCS #11 support to avoid detecting memory leaks f... | Nikos Mavrogiannopoulos | 2013-05-10 | 2 | -3/+5 |
* | test suite: Add missing header | Stef Walter | 2013-04-28 | 1 | -0/+1 |
* | updated | Nikos Mavrogiannopoulos | 2013-03-07 | 1 | -5/+2 |
* | Added verify flags for DANE to enforce verification and restrict it to a field. | Nikos Mavrogiannopoulos | 2013-03-01 | 2 | -0/+75 |
* | updated test | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -3/+3 |
* | updated test | Nikos Mavrogiannopoulos | 2013-01-27 | 1 | -104/+355 |
* | Added program to estimate the timings in different record paddings. | Nikos Mavrogiannopoulos | 2013-01-20 | 2 | -1/+557 |
* | corrected datefudge test | Nikos Mavrogiannopoulos | 2012-12-19 | 1 | -2/+2 |
* | added config.h | Nikos Mavrogiannopoulos | 2012-12-16 | 1 | -0/+1 |
* | corrected test | Nikos Mavrogiannopoulos | 2012-12-15 | 1 | -1/+1 |
* | do not build ecore in macosx | Nikos Mavrogiannopoulos | 2012-12-12 | 1 | -3/+11 |
* | check pathlen constraints. | Nikos Mavrogiannopoulos | 2012-11-02 | 2 | -2/+1 |
* | Check the key usage bits during certificate verification. | Nikos Mavrogiannopoulos | 2012-11-02 | 2 | -7/+6 |
* | All external libraries that were in LDFLAGS are moved into LIBADD/LDADD. | Nikos Mavrogiannopoulos | 2012-09-25 | 1 | -1/+1 |
* | updated copyright | Nikos Mavrogiannopoulos | 2012-09-24 | 2 | -2/+4 |
* | Added boilerplate. | Nikos Mavrogiannopoulos | 2012-09-24 | 2 | -1/+32 |
* | Added script to check against randomly generated certificates. | Nikos Mavrogiannopoulos | 2012-09-23 | 4 | -1/+581 |
* | Added server mode tests for the various EC curves. | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -6/+75 |
* | Added suite for ECDSA under various curves | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -8/+65 |
* | Added TLS 1.2 interop tests. | Nikos Mavrogiannopoulos | 2012-04-11 | 1 | -16/+90 |
* | Added test on an invalid certificate. | Nikos Mavrogiannopoulos | 2012-03-13 | 3 | -2/+37 |
* | Fix datefudge checks. | Simon Josefsson | 2012-01-25 | 1 | -6/+8 |
* | 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 |
* | tests: Build eagain-cli with correct libraries | Stef Walter | 2011-06-07 | 1 | -1/+1 |
* | 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 wi... | Nikos Mavrogiannopoulos | 2011-04-08 | 2 | -1963/+3 |
* | Use a single configure.ac. This speed ups compilation and | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -77/+157 |
* | 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 |