aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add documentation of internal OpenSSL::Test functionsRichard Levitte2016-10-191-1/+43
* Make OpenSSL::Test a bit more flexibleRichard Levitte2016-10-191-109/+164
* Add memory leak detection to d2i_testDr. Stephen Henson2016-10-131-0/+10
* Fix copy-paste test labelsFdaSilvaYY2016-10-131-2/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-103-3/+3
* Don't use DES when disabled.Ben Laurie2016-10-021-3/+4
* Add SRP test vectors from RFC5054Dr. Stephen Henson2016-10-011-0/+150
* add item list support to d2i_testDr. Stephen Henson2016-09-291-15/+7
* Fix no-dtlsMatt Caswell2016-09-291-0/+4
* Add DTLS renegotiation testsMatt Caswell2016-09-283-1/+151
* Extend the renegotiation testsMatt Caswell2016-09-286-39/+197
* Update README.ssltest.mdMatt Caswell2016-09-281-8/+5
* Add support for testing renegotiationMatt Caswell2016-09-285-7/+132
* Add missing parameter.David Benjamin2016-09-261-0/+1
* Switch back to assuming TLS 1.2.David Benjamin2016-09-261-2/+2
* Address review comments.David Benjamin2016-09-261-7/+5
* Don't test quite so many of them.David Benjamin2016-09-261-6/+10
* Test CBC mode padding.David Benjamin2016-09-261-0/+107