aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Improve RSA test coverage.David Benjamin1-0/+136
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin1-1/+2
2016-11-07Simplify tests part 2Emilia Kasper7-561/+389
2016-11-07Add a test for the wrong version number in a recordMatt Caswell1-1/+31
2016-11-07test_sslcbcpadding only makes sense <TLS1.3Matt Caswell1-0/+1
2016-11-05constant time test: include our internal/numbers.h rather than limits.hRichard Levitte1-2/+2
2016-11-04Correct internal tests sourcesRichard Levitte1-5/+12
2016-11-04Don't create fixtures for simple testsEmilia Kasper5-138/+24
2016-11-04testutil: always print errors on failureEmilia Kasper12-17/+16
2016-11-04Test the size_t constant time functionsMatt Caswell1-3/+112
2016-11-04Remove an unused field in ossl_shimMatt Caswell1-1/+0
2016-11-04Add a wildcard exception for TLS13 testsMatt Caswell1-0/+1
2016-11-04Swap header copyrights to standard OpenSSLMatt Caswell7-84/+49
2016-11-04Add missing bn.h includeMatt Caswell1-0/+1
2016-11-04Update the BoringSSL suppressions file based on the latest shimMatt Caswell1-591/+337
2016-11-04Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell2-3/+3
2016-11-04Fix a code inconsistencyMatt Caswell1-4/+2
2016-11-04Remove some #if 0'd out codeMatt Caswell1-6/+0
2016-11-04Removed scoped_types.hMatt Caswell1-28/+0
2016-11-04Remove some flags that are unused in the shimMatt Caswell3-27/+2
2016-11-04Use the -allow-unimplemented feature of the BoringSSL runnerMatt Caswell2-1/+2
2016-11-04Remove unused BoringSSL specific flagsMatt Caswell4-136/+5
2016-11-04Remove some unreferenced fields from TestStateMatt Caswell1-7/+0
2016-11-04Remove some #if 0'd out codeMatt Caswell1-9/+0
2016-11-04Fix argument order in documentationMatt Caswell1-1/+1
2016-11-04Remove test/ossl_shim/MakefileMatt Caswell1-9/+0
2016-11-04Add documentation on the BoringSSL test suite integrationMatt Caswell1-0/+65
2016-11-04Fix some unused variable warnings in ossl_shimMatt Caswell1-2/+0
2016-11-04Add a comment to 90-test_external.t to explain why we need filter_runMatt Caswell1-6/+9
2016-11-04Convert 90-test_external.t to using "executable" rather than "system"Richard Levitte1-6/+16
2016-11-04Control building of ossl_shim through ConfigureMatt Caswell1-1/+1
2016-11-04Integrate ossl_shim into the buildRichard Levitte1-0/+6
2016-11-04Add a shim config fileMatt Caswell2-1/+1440
2016-11-04Rebase shim against latest boringssl codeMatt Caswell10-311/+653
2016-11-04Add a test to call the BoringSSL test suiteMatt Caswell1-0/+26
2016-11-04Integrate BoringSSL shimMatt Caswell10-0/+2169
2016-11-04Don't assume to know the shared library extensionRichard Levitte2-25/+11
2016-11-03test/shlibloadtest: small fixesRichard Levitte1-6/+8
2016-11-03Finally, add a test recipe for the internal testsRichard Levitte1-0/+31
2016-11-03Convert mdc2 test print to internal testRichard Levitte2-0/+102
2016-11-03Convert x509 selftests to internal testRichard Levitte2-1/+123
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2-1/+1096
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2-0/+164
2016-11-03Explain the deal with internal test programsRichard Levitte1-0/+15
2016-11-03Convert poly1305 selftest into internal testRichard Levitte2-0/+1715
2016-11-03test/build.info: typo, $ missingRichard Levitte1-1/+1
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell3-0/+286
2016-11-02Add a test for unrecognised record typesMatt Caswell1-1/+47
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte3-3/+0
2016-11-02Add a read_ahead testMatt Caswell1-3/+23