aboutsummaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/test_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7767)
* Swap header copyrights to standard OpenSSLMatt Caswell2016-11-041-12/+7
| | | | | | As per permission from Google (Emilia). Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove some flags that are unused in the shimMatt Caswell2016-11-041-11/+0
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove unused BoringSSL specific flagsMatt Caswell2016-11-041-19/+0
| | | | | | We will rely on the -allow-unimplemented feature instead. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Rebase shim against latest boringssl codeMatt Caswell2016-11-041-3/+15
| | | | | | Numerous conflicts resolved. rebase was against commit 490469f850. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Integrate BoringSSL shimMatt Caswell2016-11-041-0/+111
The BoringSSL test suite contains numerous tests which OpenSSL does not. The BoringSSL test runner uses a shim to launch the library and execute the tests. This is a version of the BoringSSL shim converted to compile against OpenSSL instead. This is primarily based on the work of David Benjamin from the BoringSSL project who did most of the necessary conversion. It also includes a few other tweaks for opacity changes etc. This is based on a *very* old version of BoringSSL from commit f277add6c. That was the last commit known to work with this patched shim. Later versions may also work but lots of merge conflicts occur when trying to bring it up to date. At the moment this has not been integrated into the build system. There is a very simple standalone makefile in the ossl_shim directory which should be executed directly before tyring to use the shim. Reviewed-by: Richard Levitte <levitte@openssl.org>