aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the ↵Geoff Beier2016-08-011-0/+5
| | | | OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem
* add OCSP testBrent Cook2016-07-041-0/+8
|
* add cmake build optionskinichiro2016-04-141-3/+18
| | | | | | | | | | | | | - add cmake build options as configure provides * -DENABLE_ASM (default ON) * -DENABLE_EXTRATESTS (default OFF) * -DENABLE_NC (default OFF) * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl) - add biotest and pidwraptest if ENABLE_EXTRATESTS is ON - add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin to prevent link error Undefined symbols "_OPENSSL_ia32cap_P"
* Land #184, execute tests that require srcdir environment variable with cmakeBrent Cook2016-04-091-16/+21
|\
| * execute tests that require srcdir environment variable with cmakekinichiro2016-04-051-16/+21
| | | | | | | | | | | | - uncomment procedures for aeadtest, evptest, pq_test, ssltest, testdsa and testrsa - add set_tests_properties() for setting environment variable srcdir - tweak openssl path in ssltest.sh, testdsa.sh, testenc.sh and testrsa.sh
* | fix cmake on HP-UXkinichiro2016-04-041-5/+10
|/ | | | | | | | | | | | | | | | | - CMakeLists.txt * add OS specific compiler flags and library * add checking size of time_t * add checking memmem() - tests/CMakeLists.txt * add if(HAVE_MEMMEM) for explicit_bzero * add checking SMALL_TIME_T for rfc5280time - crypto/CMakeLists.txt * add getentropy_hpux.c - tls/CMakeLists.txt * fix checking strsep
* updates for ASN.1 time handlingBrent Cook2015-10-061-0/+5
|
* add asn1time to cmake testsBrent Cook2015-09-281-0/+5
|
* remove SHA-0 from cmake buildsBrent Cook2015-09-171-5/+0
|
* more cmake testsBrent Cook2015-09-121-1/+12
|
* disable current broken cmake testsBrent Cook2015-07-221-16/+16
|
* s/CMakeFiles/CMakeLists/, start porting test scriptsBrent Cook2015-07-221-1/+5
|
* add cmake testsBrent Cook2015-07-211-0/+262