aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable dtlstest when static libraries are not builtBrent Cook2021-07-191-1/+1
|
* Land #674, fix mingw builds with newer compiler versionsBrent Cook2021-05-301-0/+2
|\
| * Fix mingw build on ubuntu 20.04kinichiro2021-05-301-0/+2
| | | | | | | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll
* | Fix UWP buildkinichiro2021-05-291-14/+16
|/ | | | | - Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP
* Land #669, add new testsBrent Cook2021-05-213-0/+27
|\
| * Add regression dtlstestkinichiro2021-05-153-0/+27
| |
* | Add regression ssl_get_shared_cipherskinichiro2021-05-152-0/+13
| |
* | Add regression tlslegacykinichiro2021-05-152-0/+10
| |
* | Enable clienttest againkinichiro2021-05-132-8/+6
|/
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-4/+4
|
* disable some tests that rely on static library symbolsBrent Cook2021-05-011-0/+2
|
* cmake test should be ec_point_conversionBrent Cook2021-04-271-4/+4
|
* add ec_point_conversion testBrent Cook2021-04-272-0/+10
|
* add ssl_methods testBrent Cook2021-02-031-0/+5
|
* Add regress x509_info.ckinichiro2020-09-152-0/+10
|
* Fix regress buildkinichiro2020-09-151-4/+6
|
* Add regress x509attribute.ckinichiro2020-09-142-0/+10
|
* Add regress constraints.ckinichiro2020-09-132-0/+14
|
* Land #605, Update testssl.batBrent Cook2020-07-221-0/+11
|\
| * Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)kinichiro2020-07-221-1/+1
| |
| * Test TLSv1.3 ciphersuites (upstream r1.14)kinichiro2020-07-221-0/+11
| |
* | Fix ssltest to run on appveyorkinichiro2020-07-071-1/+4
|/
* Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handlekinichiro2020-07-051-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 cmakekinichiro2020-05-191-7/+9
|
* Enable regress handshake_table on Windowskinichiro2020-05-041-1/+1
|
* Enable regress handshake_tablekinichiro2020-05-042-1/+9
|
* Add regress record_layer_testkinichiro2020-04-282-0/+12
|
* disable clienttestBrent Cook2020-03-142-6/+8
| | | | the current handshakes contain dynamic content, which breaks this test
* enable cmstestBrent Cook2019-11-032-0/+10
|
* Add regress bn_to_stringkinichiro2019-06-132-0/+12
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-042-0/+10
|
* update testsBrent Cook2019-02-091-0/+4
|
* valid_handshakes_terminate uses private APIBrent Cook2019-01-211-3/+6
|
* make keypairtest.sh runnable standaloneBrent Cook2019-01-201-0/+5
|
* recordtest needs private symbolsBrent Cook2019-01-201-3/+5
|
* add new files and testsBrent Cook2019-01-202-0/+19
|
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-182-0/+13
|
* add some defines for building Mingw cross-compiled with CMakeBrent Cook2019-01-021-1/+1
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-112-0/+10
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-142-0/+10
| |
* | add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-082-0/+9
| |
* | bn_rand_interval requires a static library symbolBrent Cook2018-11-081-3/+5
| |
* | add x509name testBrent Cook2018-11-072-0/+10
| |
* | add bn_rand_interval testBrent Cook2018-11-072-0/+10
|/
* Add regress bnaddsubkinichiro2018-07-112-0/+10
|
* add private includes for apps and testsBrent Cook2018-06-141-0/+1
|
* scope private/public headers when embedding into other projectsBrent Cook2018-05-291-2/+0
| | | | thanks to Cameron Palmer
* Build and run regression tests against shared libraries with CMakekinichiro2018-03-271-45/+86
|
* Cleanup options around testsDon2018-03-211-11/+0
|
* Use BUILD_SHARED_LIBS to specify library typeDon2018-03-211-82/+70
|