summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-11-10test: add TLS application data corruption test.Andy Polyakov
2016-11-10add test for CVE-2016-7053Dr. Stephen Henson
2016-11-10test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov
2016-11-10Fix the evp_test Ctrl keyword processingRichard Levitte
2016-11-10Fix no-dso (shlibloadtest)Richard Levitte
2016-11-09Give the test with only TLS1.1 and TLS1.0 a better nameMatt Caswell
2016-11-09Add some more version testsMatt Caswell
2016-11-09Look at the supported_versions extension even if the server <TLS1.3Matt Caswell
2016-11-09Add a test for the supported_versions extensionMatt Caswell
2016-11-09Add server side support for supported_versions extensionMatt Caswell
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-09dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec
2016-11-09Add a test for the TLS1.3 secret generationMatt Caswell
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell
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