Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | bn_rand_interval requires a static library symbol | Brent Cook | 2018-11-08 | 1 | -3/+5 | |
| | | ||||||
* | | add x509name test | Brent Cook | 2018-11-07 | 2 | -0/+10 | |
| | | ||||||
* | | add bn_rand_interval test | Brent Cook | 2018-11-07 | 2 | -0/+10 | |
|/ | ||||||
* | Add regress bnaddsub | kinichiro | 2018-07-11 | 2 | -0/+10 | |
| | ||||||
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 1 | -0/+1 | |
| | ||||||
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 1 | -2/+0 | |
| | | | | thanks to Cameron Palmer | |||||
* | Build and run regression tests against shared libraries with CMake | kinichiro | 2018-03-27 | 1 | -45/+86 | |
| | ||||||
* | Cleanup options around tests | Don | 2018-03-21 | 1 | -11/+0 | |
| | ||||||
* | Use BUILD_SHARED_LIBS to specify library type | Don | 2018-03-21 | 1 | -82/+70 | |
| | ||||||
* | Fix Windows tests within CMake | Don | 2018-03-20 | 9 | -76/+66 | |
| | ||||||
* | Land #402, Remove CMAKE_HOST_ references | Brent Cook | 2018-03-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Remove CMAKE_HOST_ references | Don | 2018-03-16 | 1 | -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 Studio | kinichiro | 2018-03-18 | 1 | -2/+0 | |
|/ | ||||||
* | disable keypairtest with MSVC | Brent Cook | 2018-03-16 | 1 | -0/+2 | |
| | ||||||
* | Add regress keypairtest | kinichiro | 2018-03-13 | 3 | -0/+23 | |
| | ||||||
* | Remove unneeded -ULIBRESSL_INTERNAL | kinichiro | 2018-01-06 | 1 | -2/+0 | |
| | ||||||
* | Add regress configtest | kinichiro | 2017-12-22 | 2 | -0/+10 | |
| | ||||||
* | Add regress asn1evp | kinichiro | 2017-12-22 | 2 | -0/+10 | |
| | ||||||
* | Remove NPN test coverage for Windows. | kinichiro | 2017-08-13 | 1 | -12/+0 | |
| | ||||||
* | add tlsext | Brent Cook | 2017-07-17 | 2 | -0/+11 | |
| | ||||||
* | Add regression test freenull | kinichiro | 2017-07-16 | 2 | -0/+11 | |
| | ||||||
* | fix tests/tlstest.bat | kinichiro | 2017-07-07 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
|\ |