Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add regress tls_prf | kinichiro | 2017-03-17 | 1 | -0/+5 |
| | |||||
* | Add regress servertest | kinichiro | 2017-03-17 | 1 | -0/+6 |
| | |||||
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 1 | -1/+1 |
| | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/ | ||||
* | Add regress rsa_test | kinichiro | 2017-01-25 | 1 | -0/+5 |
| | |||||
* | updates for new tests and layout | Brent Cook | 2017-01-22 | 1 | -0/+2 |
| | |||||
* | enable tlstest on win32 | Brent Cook | 2017-01-15 | 1 | -2/+0 |
| | |||||
* | include pipe2/socketpair compat for macOS | Brent Cook | 2017-01-15 | 1 | -0/+3 |
| | |||||
* | start to enable tlstest for portable | Brent Cook | 2017-01-15 | 1 | -0/+8 |
| | | | | Disabled on Windows for now due to pipe2/socketpair support. | ||||
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | Add regression test ssl_versions | kinichiro | 2017-01-06 | 1 | -0/+5 |
| | |||||
* | fix static test link failures on OS X | Brent Cook | 2016-11-13 | 1 | -0/+3 |
| | |||||
* | link regression tests fully statically | Brent Cook | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Add curve25519 to portable | kinichiro | 2016-11-06 | 1 | -0/+5 |
| | |||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -2/+2 |
| | |||||
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 1 | -7/+7 |
| | | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations | ||||
* | enable tls_ext_alpn regression test | kinichiro | 2016-08-30 | 1 | -0/+5 |
| | | | | | - add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore | ||||
* | Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests | kinichiro | 2016-08-12 | 1 | -0/+1 |
| | | | | | - let tests to use the cert.pem in the tarball, for both automake and cmake. - put this definition out of "if(ENABLE_EXTRATESTS)" since this can be shared by all tests. | ||||
* | include OCSP test script | kinichiro | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | add OCSP test | Brent Cook | 2016-07-04 | 1 | -0/+8 |
| | |||||
* | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 1 | -3/+3 |
| | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | ||||
* | package pidwraptest.sh script | Brent Cook | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | move rfc5280time to rfc5280time_small | Brent Cook | 2015-10-18 | 1 | -2/+2 |
| | | | | | Having the same name as the executable confuses the driver, and it runs the wrong thing. | ||||
* | make it clear that we skipped 64-bit time_t tests | Brent Cook | 2015-10-18 | 1 | -5/+6 |
| | |||||
* | include warnings about small time_t | Brent Cook | 2015-10-17 | 1 | -0/+6 |
| | |||||
* | updates for ASN.1 time handling | Brent Cook | 2015-10-06 | 1 | -0/+5 |
| | |||||
* | add asn1time to cmake tests | Brent Cook | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | add asn1time test | Brent Cook | 2015-09-28 | 1 | -0/+5 |
| | |||||
* | SHA-0 is gone, remove test | Brent Cook | 2015-09-16 | 1 | -5/+0 |
| | |||||
* | Call the correct script for pidwraptest.sh. | Brent Cook | 2015-09-16 | 1 | -1/+2 |
| | | | | | This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current. | ||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -1/+2 |
| | |||||
* | add new tests | Brent Cook | 2015-09-12 | 1 | -0/+10 |
| | |||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | add cmake tests | Brent Cook | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 1 | -0/+6 |
| | |||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 1 | -5/+0 |
| | |||||
* | distcheck fixes | Brent Cook | 2015-05-06 | 1 | -2/+1 |
| | |||||
* | add app tests from regress/usr.bin/openssl | Brent Cook | 2015-05-06 | 1 | -0/+20 |
| | | | | | | These are added directly rather than imported by update.sh since they require local modifications and its not worth breaking everyone's git forks yet to import them through cvs2git. | ||||
* | rework tests Makefile.am | Brent Cook | 2015-03-21 | 1 | -0/+282 |
There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default. |