aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress tls_prfkinichiro2017-03-171-0/+5
|
* Add regress servertestkinichiro2017-03-171-0/+6
|
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-281-1/+1
| | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* Add regress rsa_testkinichiro2017-01-251-0/+5
|
* updates for new tests and layoutBrent Cook2017-01-221-0/+2
|
* enable tlstest on win32Brent Cook2017-01-151-2/+0
|
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-0/+3
|
* start to enable tlstest for portableBrent Cook2017-01-151-0/+8
| | | | Disabled on Windows for now due to pipe2/socketpair support.
* fix static mingw builds, platform LDADD needs to come at the endBrent Cook2017-01-091-2/+2
|
* Add regression test ssl_versionskinichiro2017-01-061-0/+5
|
* fix static test link failures on OS XBrent Cook2016-11-131-0/+3
|
* link regression tests fully staticallyBrent Cook2016-11-061-1/+1
|
* Add curve25519 to portablekinichiro2016-11-061-0/+5
|
* implement support for hiding symbols in libtls / libsslBrent Cook2016-11-061-2/+2
|
* Enable tests on Visual Studiokinichiro2016-10-301-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 testkinichiro2016-08-301-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 testskinichiro2016-08-121-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 scriptkinichiro2016-07-051-1/+1
|
* add OCSP testBrent Cook2016-07-041-0/+8
|
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-211-3/+3
| | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
* package pidwraptest.sh scriptBrent Cook2016-01-031-1/+1
|
* move rfc5280time to rfc5280time_smallBrent Cook2015-10-181-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 testsBrent Cook2015-10-181-5/+6
|
* include warnings about small time_tBrent Cook2015-10-171-0/+6
|
* updates for ASN.1 time handlingBrent Cook2015-10-061-0/+5
|
* add asn1time to cmake testsBrent Cook2015-09-281-1/+1
|
* add asn1time testBrent Cook2015-09-281-0/+5
|
* SHA-0 is gone, remove testBrent Cook2015-09-161-5/+0
|
* Call the correct script for pidwraptest.sh.Brent Cook2015-09-161-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 serverBrent Cook2015-09-121-1/+2
|
* add new testsBrent Cook2015-09-121-0/+10
|
* s/CMakeFiles/CMakeLists/, start porting test scriptsBrent Cook2015-07-221-1/+1
|
* add cmake testsBrent Cook2015-07-211-1/+1
|
* add cipher_list testBrent Cook2015-06-291-0/+6
|
* update for mdc2 removalBrent Cook2015-06-201-5/+0
|
* distcheck fixesBrent Cook2015-05-061-2/+1
|
* add app tests from regress/usr.bin/opensslBrent Cook2015-05-061-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.amBrent Cook2015-03-211-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.