aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test the size_t constant time functionsMatt Caswell2016-11-041-3/+112
* Remove an unused field in ossl_shimMatt Caswell2016-11-041-1/+0
* Add a wildcard exception for TLS13 testsMatt Caswell2016-11-041-0/+1
* Swap header copyrights to standard OpenSSLMatt Caswell2016-11-047-84/+49
* Add missing bn.h includeMatt Caswell2016-11-041-0/+1
* Update the BoringSSL suppressions file based on the latest shimMatt Caswell2016-11-041-591/+337
* Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell2016-11-042-3/+3
* Fix a code inconsistencyMatt Caswell2016-11-041-4/+2
* Remove some #if 0'd out codeMatt Caswell2016-11-041-6/+0
* Removed scoped_types.hMatt Caswell2016-11-041-28/+0
* Remove some flags that are unused in the shimMatt Caswell2016-11-043-27/+2
* Use the -allow-unimplemented feature of the BoringSSL runnerMatt Caswell2016-11-042-1/+2
* Remove unused BoringSSL specific flagsMatt Caswell2016-11-044-136/+5
* Remove some unreferenced fields from TestStateMatt Caswell2016-11-041-7/+0
* Remove some #if 0'd out codeMatt Caswell2016-11-041-9/+0
* Fix argument order in documentationMatt Caswell2016-11-041-1/+1
* Remove test/ossl_shim/MakefileMatt Caswell2016-11-041-9/+0
* Add documentation on the BoringSSL test suite integrationMatt Caswell2016-11-041-0/+65
* Fix some unused variable warnings in ossl_shimMatt Caswell2016-11-041-2/+0
* Add a comment to 90-test_external.t to explain why we need filter_runMatt Caswell2016-11-041-6/+9
* Convert 90-test_external.t to using "executable" rather than "system"Richard Levitte2016-11-041-6/+16
* Control building of ossl_shim through ConfigureMatt Caswell2016-11-041-1/+1
* Integrate ossl_shim into the buildRichard Levitte2016-11-041-0/+6
* Add a shim config fileMatt Caswell2016-11-042-1/+1440
* Rebase shim against latest boringssl codeMatt Caswell2016-11-0410-311/+653
* Add a test to call the BoringSSL test suiteMatt Caswell2016-11-041-0/+26
* Integrate BoringSSL shimMatt Caswell2016-11-0410-0/+2169
* Don't assume to know the shared library extensionRichard Levitte2016-11-042-25/+11
* test/shlibloadtest: small fixesRichard Levitte2016-11-031-6/+8
* Finally, add a test recipe for the internal testsRichard Levitte2016-11-031-0/+31
* Convert mdc2 test print to internal testRichard Levitte2016-11-032-0/+102
* Convert x509 selftests to internal testRichard Levitte2016-11-032-1/+123
* Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2016-11-032-1/+1096
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-032-0/+164
* Explain the deal with internal test programsRichard Levitte2016-11-031-0/+15
* Convert poly1305 selftest into internal testRichard Levitte2016-11-032-0/+1715
* test/build.info: typo, $ missingRichard Levitte2016-11-031-1/+1
* Add a test to dynamically load and unload the librariesMatt Caswell2016-11-023-0/+286
* Add a test for unrecognised record typesMatt Caswell2016-11-021-1/+47
* Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte2016-11-023-3/+0
* Add a read_ahead testMatt Caswell2016-11-021-3/+23
* Add test cases for DTLS_get_data_mtu()David Woodhouse2016-11-023-0/+218
* Add unit test for ssl_cipher_get_overhead()David Woodhouse2016-11-023-1/+58
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-022-0/+10
* Update Configure to know about tls1_3Matt Caswell2016-11-024-1455/+377
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-0211-1428/+11331
* TEST_check macro: don't end with semiEmilia Kasper2016-11-021-1/+1
* Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell2016-10-281-1/+42
* OpenSSL::Test - small fixupRichard Levitte2016-10-191-7/+2
* OpenSSL::Test cleanup - no forward declarations neededRichard Levitte2016-10-191-15/+0