Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | valid_handshakes_terminate uses private API | Brent Cook | 2019-01-21 | 1 | -3/+6 | |
| | ||||||
* | make keypairtest.sh runnable standalone | Brent Cook | 2019-01-20 | 1 | -0/+5 | |
| | ||||||
* | recordtest needs private symbols | Brent Cook | 2019-01-20 | 1 | -3/+5 | |
| | ||||||
* | add new files and tests | Brent Cook | 2019-01-20 | 2 | -0/+19 | |
| | ||||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 2 | -0/+13 | |
| | ||||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 2 | -0/+10 | |
|\ | ||||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 2 | -0/+10 | |
| | | ||||||
* | | add key_schedule test, tls13 key schedule bits | Brent Cook | 2018-11-08 | 2 | -0/+9 | |
| | | ||||||
* | | 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 |