Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable dtlstest when static libraries are not built | Brent Cook | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Land #674, fix mingw builds with newer compiler versions | Brent Cook | 2021-05-30 | 1 | -0/+2 |
|\ | |||||
| * | Fix mingw build on ubuntu 20.04 | kinichiro | 2021-05-30 | 1 | -0/+2 |
| | | | | | | | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | ||||
* | | Fix UWP build | kinichiro | 2021-05-29 | 1 | -14/+16 |
|/ | | | | | - Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP | ||||
* | Land #669, add new tests | Brent Cook | 2021-05-21 | 3 | -0/+27 |
|\ | |||||
| * | Add regression dtlstest | kinichiro | 2021-05-15 | 3 | -0/+27 |
| | | |||||
* | | Add regression ssl_get_shared_ciphers | kinichiro | 2021-05-15 | 2 | -0/+13 |
| | | |||||
* | | Add regression tlslegacy | kinichiro | 2021-05-15 | 2 | -0/+10 |
| | | |||||
* | | Enable clienttest again | kinichiro | 2021-05-13 | 2 | -8/+6 |
|/ | |||||
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -4/+4 |
| | |||||
* | disable some tests that rely on static library symbols | Brent Cook | 2021-05-01 | 1 | -0/+2 |
| | |||||
* | cmake test should be ec_point_conversion | Brent Cook | 2021-04-27 | 1 | -4/+4 |
| | |||||
* | add ec_point_conversion test | Brent Cook | 2021-04-27 | 2 | -0/+10 |
| | |||||
* | add ssl_methods test | Brent Cook | 2021-02-03 | 1 | -0/+5 |
| | |||||
* | Add regress x509_info.c | kinichiro | 2020-09-15 | 2 | -0/+10 |
| | |||||
* | Fix regress build | kinichiro | 2020-09-15 | 1 | -4/+6 |
| | |||||
* | Add regress x509attribute.c | kinichiro | 2020-09-14 | 2 | -0/+10 |
| | |||||
* | Add regress constraints.c | kinichiro | 2020-09-13 | 2 | -0/+14 |
| | |||||
* | Land #605, Update testssl.bat | Brent Cook | 2020-07-22 | 1 | -0/+11 |
|\ | |||||
| * | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15) | kinichiro | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | Test TLSv1.3 ciphersuites (upstream r1.14) | kinichiro | 2020-07-22 | 1 | -0/+11 |
| | | |||||
* | | Fix ssltest to run on appveyor | kinichiro | 2020-07-07 | 1 | -1/+4 |
|/ | |||||
* | Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handle | kinichiro | 2020-07-05 | 1 | -3/+3 |
| | | | | | | | Follow upstream r1.12 and r1.13 - Test both SSLv3 and TLSv1.2 cipher suites with TLS. - Handle the fact that TLSv1.3 cipher suites are now being included in the output from `openssl ciphers` | ||||
* | Build regress servertest only if non BUILD_SHARED_LIBS with cmake | kinichiro | 2020-05-19 | 1 | -7/+9 |
| | |||||
* | Enable regress handshake_table on Windows | kinichiro | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Enable regress handshake_table | kinichiro | 2020-05-04 | 2 | -1/+9 |
| | |||||
* | Add regress record_layer_test | kinichiro | 2020-04-28 | 2 | -0/+12 |
| | |||||
* | disable clienttest | Brent Cook | 2020-03-14 | 2 | -6/+8 |
| | | | | the current handshakes contain dynamic content, which breaks this test | ||||
* | enable cmstest | Brent Cook | 2019-11-03 | 2 | -0/+10 |
| | |||||
* | Add regress bn_to_string | kinichiro | 2019-06-13 | 2 | -0/+12 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 2 | -0/+10 |
| | |||||
* | update tests | Brent Cook | 2019-02-09 | 1 | -0/+4 |
| | |||||
* | valid_handshakes_terminate uses private API | Brent Cook | 2019-01-21 | 1 | -3/+6 |
| | |||||
* | make keypairtest.sh runnable standalone | Brent Cook | 2019-01-20 | 1 | -0/+5 |
| | |||||
* | recordtest needs private symbols | Brent Cook | 2019-01-20 | 1 | -3/+5 |
| | |||||
* | add new files and tests | Brent Cook | 2019-01-20 | 2 | -0/+19 |
| | |||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 2 | -0/+13 |
| | |||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 2 | -0/+10 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 2 | -0/+10 |
| | | |||||
* | | add key_schedule test, tls13 key schedule bits | Brent Cook | 2018-11-08 | 2 | -0/+9 |
| | | |||||
* | | bn_rand_interval requires a static library symbol | Brent Cook | 2018-11-08 | 1 | -3/+5 |
| | | |||||
* | | add x509name test | Brent Cook | 2018-11-07 | 2 | -0/+10 |
| | | |||||
* | | add bn_rand_interval test | Brent Cook | 2018-11-07 | 2 | -0/+10 |
|/ | |||||
* | Add regress bnaddsub | kinichiro | 2018-07-11 | 2 | -0/+10 |
| | |||||
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 1 | -0/+1 |
| | |||||
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 1 | -2/+0 |
| | | | | thanks to Cameron Palmer | ||||
* | Build and run regression tests against shared libraries with CMake | kinichiro | 2018-03-27 | 1 | -45/+86 |
| | |||||
* | Cleanup options around tests | Don | 2018-03-21 | 1 | -11/+0 |
| | |||||
* | Use BUILD_SHARED_LIBS to specify library type | Don | 2018-03-21 | 1 | -82/+70 |
| |