summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-11-07Improve RSA test coverage.David Benjamin
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-07Simplify tests part 2Emilia Kasper
2016-11-07Add a test for the wrong version number in a recordMatt Caswell
2016-11-07test_sslcbcpadding only makes sense <TLS1.3Matt Caswell
2016-11-05constant time test: include our internal/numbers.h rather than limits.hRichard Levitte
2016-11-04Correct internal tests sourcesRichard Levitte
2016-11-04Don't create fixtures for simple testsEmilia Kasper
2016-11-04testutil: always print errors on failureEmilia Kasper
2016-11-04Test the size_t constant time functionsMatt Caswell
2016-11-04Remove an unused field in ossl_shimMatt Caswell
2016-11-04Add a wildcard exception for TLS13 testsMatt Caswell
2016-11-04Swap header copyrights to standard OpenSSLMatt Caswell
2016-11-04Add missing bn.h includeMatt Caswell
2016-11-04Update the BoringSSL suppressions file based on the latest shimMatt Caswell
2016-11-04Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell
2016-11-04Fix a code inconsistencyMatt Caswell
2016-11-04Remove some #if 0'd out codeMatt Caswell
2016-11-04Removed scoped_types.hMatt Caswell
2016-11-04Remove some flags that are unused in the shimMatt Caswell
2016-11-04Use the -allow-unimplemented feature of the BoringSSL runnerMatt Caswell
2016-11-04Remove unused BoringSSL specific flagsMatt Caswell
2016-11-04Remove some unreferenced fields from TestStateMatt Caswell
2016-11-04Remove some #if 0'd out codeMatt Caswell
2016-11-04Fix argument order in documentationMatt Caswell
2016-11-04Remove test/ossl_shim/MakefileMatt Caswell
2016-11-04Add documentation on the BoringSSL test suite integrationMatt Caswell
2016-11-04Fix some unused variable warnings in ossl_shimMatt Caswell
2016-11-04Add a comment to 90-test_external.t to explain why we need filter_runMatt Caswell
2016-11-04Convert 90-test_external.t to using "executable" rather than "system"Richard Levitte
2016-11-04Control building of ossl_shim through ConfigureMatt Caswell
2016-11-04Integrate ossl_shim into the buildRichard Levitte
2016-11-04Add a shim config fileMatt Caswell
2016-11-04Rebase shim against latest boringssl codeMatt Caswell
2016-11-04Add a test to call the BoringSSL test suiteMatt Caswell
2016-11-04Integrate BoringSSL shimMatt Caswell
2016-11-04Don't assume to know the shared library extensionRichard Levitte
2016-11-03test/shlibloadtest: small fixesRichard Levitte
2016-11-03Finally, add a test recipe for the internal testsRichard Levitte
2016-11-03Convert mdc2 test print to internal testRichard Levitte
2016-11-03Convert x509 selftests to internal testRichard Levitte
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte
2016-11-03Explain the deal with internal test programsRichard Levitte
2016-11-03Convert poly1305 selftest into internal testRichard Levitte
2016-11-03test/build.info: typo, $ missingRichard Levitte
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte
2016-11-02Add a read_ahead testMatt Caswell