Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update tlstest argument ordering | Brent Cook | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | fix hkdftest name | Brent Cook | 2017-05-18 | 1 | -3/+3 | |
| | ||||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 2 | -0/+10 | |
| | ||||||
* | Add regress tls_prf | kinichiro | 2017-03-17 | 2 | -0/+10 | |
| | ||||||
* | Add regress servertest | kinichiro | 2017-03-17 | 4 | -0/+46 | |
| | ||||||
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 2 | -2/+2 | |
| | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/ | |||||
* | Add regress rsa_test | kinichiro | 2017-01-25 | 2 | -0/+10 | |
| | ||||||
* | updates for new tests and layout | Brent Cook | 2017-01-22 | 2 | -0/+4 | |
| | ||||||
* | pass through errors for tlstest and ssltest | Brent Cook | 2017-01-16 | 2 | -0/+6 | |
| | ||||||
* | enable tlstest on win32 | Brent Cook | 2017-01-15 | 2 | -5/+0 | |
| | ||||||
* | add windows versions of socketpair / pipe | Brent Cook | 2017-01-15 | 1 | -8/+119 | |
| | ||||||
* | include pipe2/socketpair compat for macOS | Brent Cook | 2017-01-15 | 3 | -1/+69 | |
| | ||||||
* | start to enable tlstest for portable | Brent Cook | 2017-01-15 | 4 | -1/+51 | |
| | | | | Disabled on Windows for now due to pipe2/socketpair support. | |||||
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 1 | -2/+2 | |
| | ||||||
* | Add regression test ssl_versions | kinichiro | 2017-01-06 | 2 | -0/+10 | |
| | ||||||
* | fix static test link failures on OS X | Brent Cook | 2016-11-13 | 1 | -0/+3 | |
| | ||||||
* | fix cmake to link static crypto library for regression tests | kinichiro | 2016-11-07 | 1 | -0/+2 | |
| | ||||||
* | link regression tests fully statically | Brent Cook | 2016-11-06 | 1 | -1/+1 | |
| | ||||||
* | Fix for tests on Visual Studio | kinichiro | 2016-11-06 | 1 | -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 portable | kinichiro | 2016-11-06 | 2 | -0/+10 | |
| | ||||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -2/+2 | |
| | ||||||
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 9 | -28/+395 | |
| | | | | | | | | | | | - 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 test | kinichiro | 2016-08-30 | 2 | -0/+10 | |
| | | | | | - 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 tests | kinichiro | 2016-08-12 | 2 | -6/+3 | |
| | | | | | - 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 Beier | 2016-08-01 | 1 | -0/+5 | |
| | | | | OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem | |||||
* | include OCSP test script | kinichiro | 2016-07-05 | 1 | -1/+1 | |
| | ||||||
* | add OCSP test | Brent Cook | 2016-07-04 | 3 | -0/+24 | |
| | ||||||
* | Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris | Brent Cook | 2016-05-02 | 1 | -3/+3 | |
|\ | ||||||
| * | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 1 | -3/+3 | |
| | | | | | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | |||||
* | | add cmake build options | kinichiro | 2016-04-14 | 1 | -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 cmake | Brent Cook | 2016-04-09 | 5 | -29/+66 | |
|\ | ||||||
| * | execute tests that require srcdir environment variable with cmake | kinichiro | 2016-04-05 | 5 | -29/+66 | |
| | | | | | | | | | | | | - 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-UX | kinichiro | 2016-04-04 | 1 | -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 | |||||
* | package pidwraptest.sh script | Brent Cook | 2016-01-03 | 1 | -1/+1 | |
| | ||||||
* | move rfc5280time to rfc5280time_small | Brent Cook | 2015-10-18 | 2 | -2/+2 | |
| | | | | | Having the same name as the executable confuses the driver, and it runs the wrong thing. | |||||
* | make it clear that we skipped 64-bit time_t tests | Brent Cook | 2015-10-18 | 2 | -5/+16 | |
| | ||||||
* | include warnings about small time_t | Brent Cook | 2015-10-17 | 1 | -0/+6 | |
| | ||||||
* | updates for ASN.1 time handling | Brent Cook | 2015-10-06 | 2 | -0/+10 | |
| | ||||||
* | add asn1time to cmake tests | Brent Cook | 2015-09-28 | 2 | -1/+6 | |
| | ||||||
* | add asn1time test | Brent Cook | 2015-09-28 | 1 | -0/+5 | |
| | ||||||
* | update path to openssl(1) in testssl wrapperv2.3.0 | Brent Cook | 2015-09-22 | 1 | -3/+3 | |
| | ||||||
* | remove SHA-0 from cmake builds | Brent Cook | 2015-09-17 | 1 | -5/+0 | |
| | ||||||
* | SHA-0 is gone, remove test | Brent Cook | 2015-09-16 | 1 | -5/+0 | |
| | ||||||
* | Call the correct script for pidwraptest.sh. | Brent Cook | 2015-09-16 | 1 | -1/+2 | |
| | | | | | This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current. | |||||
* | more cmake tests | Brent Cook | 2015-09-12 | 1 | -1/+12 | |
| | ||||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 4 | -10/+11 | |
| | ||||||
* | add new tests | Brent Cook | 2015-09-12 | 1 | -0/+10 | |
| | ||||||
* | disable current broken cmake tests | Brent Cook | 2015-07-22 | 1 | -16/+16 | |
| | ||||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 2 | -2/+6 | |
| | ||||||
* | add cmake tests | Brent Cook | 2015-07-21 | 2 | -1/+263 | |
| |