aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable regress handshake_tablekinichiro2020-05-041-1/+2
|
* Add regress record_layer_testkinichiro2020-04-281-0/+5
|
* disable clienttestBrent Cook2020-03-141-3/+4
| | | | the current handshakes contain dynamic content, which breaks this test
* enable cmstestBrent Cook2019-11-031-0/+5
|
* Add regress bn_to_stringkinichiro2019-06-131-0/+5
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+5
|
* update testsBrent Cook2019-02-091-0/+4
|
* add new files and testsBrent Cook2019-01-201-0/+10
|
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-181-0/+6
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-0/+5
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-0/+5
| |
* | add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-081-0/+5
| |
* | add x509name testBrent Cook2018-11-071-0/+5
| |
* | add bn_rand_interval testBrent Cook2018-11-071-0/+5
|/
* Add regress bnaddsubkinichiro2018-07-111-0/+5
|
* Add regress keypairtestkinichiro2018-03-131-0/+7
|
* Remove unneeded -ULIBRESSL_INTERNALkinichiro2018-01-061-2/+0
|
* Add regress configtestkinichiro2017-12-221-0/+5
|
* Add regress asn1evpkinichiro2017-12-221-0/+5
|
* add tlsextBrent Cook2017-07-171-0/+6
|
* Add regression test freenullkinichiro2017-07-161-0/+6
|
* fix hkdftest nameBrent Cook2017-05-181-3/+3
|
* Add HKDF functionalitykinichiro2017-05-131-0/+5
|
* 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
|