Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable dtlstest when static libraries are not built | Brent Cook | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+8 |
|\ | |||||
| * | Add regression dtlstest | kinichiro | 2021-05-15 | 1 | -0/+8 |
| | | |||||
* | | Add regression ssl_get_shared_ciphers | kinichiro | 2021-05-15 | 1 | -0/+7 |
| | | |||||
* | | Add regression tlslegacy | kinichiro | 2021-05-15 | 1 | -0/+5 |
| | | |||||
* | | Enable clienttest again | kinichiro | 2021-05-13 | 1 | -4/+3 |
|/ | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Add regress x509_info.c | kinichiro | 2020-09-15 | 1 | -0/+5 |
| | |||||
* | Fix regress build | kinichiro | 2020-09-15 | 1 | -4/+6 |
| | |||||
* | Add regress x509attribute.c | kinichiro | 2020-09-14 | 1 | -0/+5 |
| | |||||
* | Add regress constraints.c | kinichiro | 2020-09-13 | 1 | -0/+8 |
| | |||||
* | 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 | 1 | -0/+7 |
| | |||||
* | Add regress record_layer_test | kinichiro | 2020-04-28 | 1 | -0/+7 |
| | |||||
* | 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/+7 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -0/+5 |
| | |||||
* | valid_handshakes_terminate uses private API | Brent Cook | 2019-01-21 | 1 | -3/+6 |
| | |||||
* | recordtest needs private symbols | Brent Cook | 2019-01-20 | 1 | -3/+5 |
| | |||||
* | add new files and tests | Brent Cook | 2019-01-20 | 1 | -0/+9 |
| | |||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 1 | -0/+7 |
| | |||||
* | 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 | 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/+4 |
| | | |||||
* | | bn_rand_interval requires a static library symbol | Brent Cook | 2018-11-08 | 1 | -3/+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 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 |
| | |||||
* | Fix Windows tests within CMake | Don | 2018-03-20 | 1 | -23/+25 |
| | |||||
* | Land #402, Remove CMAKE_HOST_ references | Brent Cook | 2018-03-18 | 1 | -1/+1 |
|\ | |||||
| * | Remove CMAKE_HOST_ references | Don | 2018-03-16 | 1 | -1/+1 |
| | | | | | | | | CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake. | ||||
* | | Fix using right functions for file descriptor with MS Visual Studio | kinichiro | 2018-03-18 | 1 | -2/+0 |
|/ | |||||
* | disable keypairtest with MSVC | Brent Cook | 2018-03-16 | 1 | -0/+2 |
| | |||||
* | Add regress keypairtest | kinichiro | 2018-03-13 | 1 | -0/+9 |
| | |||||
* | 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/+5 |
| | |||||
* | Add regression test freenull | kinichiro | 2017-07-16 | 1 | -0/+5 |
| |