Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable regress handshake_table | kinichiro | 2020-05-04 | 1 | -1/+2 |
| | |||||
* | Add regress record_layer_test | kinichiro | 2020-04-28 | 1 | -0/+5 |
| | |||||
* | disable clienttest | Brent Cook | 2020-03-14 | 1 | -3/+4 |
| | | | | the current handshakes contain dynamic content, which breaks this test | ||||
* | enable cmstest | Brent Cook | 2019-11-03 | 1 | -0/+5 |
| | |||||
* | Add regress bn_to_string | kinichiro | 2019-06-13 | 1 | -0/+5 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -0/+5 |
| | |||||
* | update tests | Brent Cook | 2019-02-09 | 1 | -0/+4 |
| | |||||
* | add new files and tests | Brent Cook | 2019-01-20 | 1 | -0/+10 |
| | |||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 1 | -0/+6 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 1 | -0/+5 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 1 | -0/+5 |
| | | |||||
* | | add key_schedule test, tls13 key schedule bits | Brent Cook | 2018-11-08 | 1 | -0/+5 |
| | | |||||
* | | add x509name test | Brent Cook | 2018-11-07 | 1 | -0/+5 |
| | | |||||
* | | add bn_rand_interval test | Brent Cook | 2018-11-07 | 1 | -0/+5 |
|/ | |||||
* | Add regress bnaddsub | kinichiro | 2018-07-11 | 1 | -0/+5 |
| | |||||
* | Add regress keypairtest | kinichiro | 2018-03-13 | 1 | -0/+7 |
| | |||||
* | Remove unneeded -ULIBRESSL_INTERNAL | kinichiro | 2018-01-06 | 1 | -2/+0 |
| | |||||
* | Add regress configtest | kinichiro | 2017-12-22 | 1 | -0/+5 |
| | |||||
* | Add regress asn1evp | kinichiro | 2017-12-22 | 1 | -0/+5 |
| | |||||
* | add tlsext | Brent Cook | 2017-07-17 | 1 | -0/+6 |
| | |||||
* | Add regression test freenull | kinichiro | 2017-07-16 | 1 | -0/+6 |
| | |||||
* | fix hkdftest name | Brent Cook | 2017-05-18 | 1 | -3/+3 |
| | |||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 1 | -0/+5 |
| | |||||
* | 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 |
| |