aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Fix Windows tests within CMakeDon2018-03-209-76/+66
|
* Land #402, Remove CMAKE_HOST_ referencesBrent Cook2018-03-181-1/+1
|\
| * Remove CMAKE_HOST_ referencesDon2018-03-161-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 Studiokinichiro2018-03-181-2/+0
|/
* disable keypairtest with MSVCBrent Cook2018-03-161-0/+2
|
* Add regress keypairtestkinichiro2018-03-133-0/+23
|
* Remove unneeded -ULIBRESSL_INTERNALkinichiro2018-01-061-2/+0
|
* Add regress configtestkinichiro2017-12-222-0/+10
|
* Add regress asn1evpkinichiro2017-12-222-0/+10
|
* Remove NPN test coverage for Windows.kinichiro2017-08-131-12/+0
|
* add tlsextBrent Cook2017-07-172-0/+11
|
* Add regression test freenullkinichiro2017-07-162-0/+11
|
* fix tests/tlstest.batkinichiro2017-07-071-1/+1
|
* update tlstest argument orderingBrent Cook2017-05-181-1/+1
|
* fix hkdftest nameBrent Cook2017-05-181-3/+3
|
* Add HKDF functionalitykinichiro2017-05-132-0/+10
|
* Add regress tls_prfkinichiro2017-03-172-0/+10
|
* Add regress servertestkinichiro2017-03-174-0/+46
|
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-282-2/+2
| | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* Add regress rsa_testkinichiro2017-01-252-0/+10
|
* updates for new tests and layoutBrent Cook2017-01-222-0/+4
|