aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable regress handshake_table on Windowskinichiro2020-05-041-1/+1
|
* Enable regress handshake_tablekinichiro2020-05-041-0/+7
|
* Add regress record_layer_testkinichiro2020-04-281-0/+7
|
* disable clienttestBrent Cook2020-03-141-3/+4
| | | | the current handshakes contain dynamic content, which breaks this test
* enable cmstestBrent Cook2019-11-031-0/+5
|
* Add regress bn_to_stringkinichiro2019-06-131-0/+7
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+5
|
* valid_handshakes_terminate uses private APIBrent Cook2019-01-211-3/+6
|
* recordtest needs private symbolsBrent Cook2019-01-201-3/+5
|
* add new files and testsBrent Cook2019-01-201-0/+9
|
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-181-0/+7
|
* add some defines for building Mingw cross-compiled with CMakeBrent Cook2019-01-021-1/+1
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-0/+5
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-0/+5
| |
* | add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-081-0/+4
| |
* | bn_rand_interval requires a static library symbolBrent Cook2018-11-081-3/+5
| |
* | add x509name testBrent Cook2018-11-071-0/+5
| |
* | add bn_rand_interval testBrent Cook2018-11-071-0/+5
|/
* Add regress bnaddsubkinichiro2018-07-111-0/+5
|
* 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-201-23/+25
|
* 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-131-0/+9
|
* Add regress configtestkinichiro2017-12-221-0/+5
|
* Add regress asn1evpkinichiro2017-12-221-0/+5
|
* add tlsextBrent Cook2017-07-171-0/+5
|
* Add regression test freenullkinichiro2017-07-161-0/+5
|
* Add HKDF functionalitykinichiro2017-05-131-0/+5
|
* Add regress tls_prfkinichiro2017-03-171-0/+5
|
* Add regress servertestkinichiro2017-03-171-0/+10
|
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-281-1/+1
| | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* Add regress rsa_testkinichiro2017-01-251-0/+5
|
* updates for new tests and layoutBrent Cook2017-01-221-0/+2
|
* enable tlstest on win32Brent Cook2017-01-151-3/+0
|
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-1/+10
|
* start to enable tlstest for portableBrent Cook2017-01-151-1/+16
| | | | Disabled on Windows for now due to pipe2/socketpair support.
* Add regression test ssl_versionskinichiro2017-01-061-0/+5
|
* fix cmake to link static crypto library for regression testskinichiro2016-11-071-0/+2
|
* Fix for tests on Visual Studiokinichiro2016-11-061-55/+73
| | | | | | - always link static ssl library for tests - copy DLLs for openssl.exe after building tests - add functions to crypto.def
* Add curve25519 to portablekinichiro2016-11-061-0/+5
|
* Enable tests on Visual Studiokinichiro2016-10-301-21/+43
| | | | | | | | | | | - 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 testkinichiro2016-08-301-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 testskinichiro2016-08-121-6/+2
| | | | | - 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.