aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix some defines in ossl_shimMatt Caswell2016-11-231-4/+0
* Fix an uninit variable usageMatt Caswell2016-11-231-1/+1
* Update tls13secretstest to use the new simpler test frameworkMatt Caswell2016-11-232-23/+3
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-4/+1
* Extend test_tls13messagesMatt Caswell2016-11-232-7/+44
* Add a test for the TLSv1.3 state machineMatt Caswell2016-11-231-0/+86
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-233-5/+22
* Update state machine to be closer to TLS1.3Matt Caswell2016-11-231-0/+8
* Implement tls13_change_cipher_state()Matt Caswell2016-11-231-0/+8
* Remove old style NewSessionTicket from TLSv1.3Matt Caswell2016-11-234-24/+67
* Skipping tests in evp_test leaks memoryTodd Short2016-11-211-19/+20
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-211-15/+42
* Add test to check EVP_PKEY method ordering.Dr. Stephen Henson2016-11-203-1/+81
* Add conversion test for MSBLOB format.Dr. Stephen Henson2016-11-173-3/+4
* Make sure things get deleted when test setup fails in ct_test.cRob Percival2016-11-161-14/+13
* Use valid signature in test_decode_tls_sct()Rob Percival2016-11-161-2/+2
* Construct SCT from base64 in ct_testRob Percival2016-11-161-26/+12
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-20/+22
* Fixed various style issues in the key_share codeMatt Caswell2016-11-161-3/+1
* Add some tests for the key_share extensionMatt Caswell2016-11-161-0/+326
* Start using the key_share data to derive the PMSMatt Caswell2016-11-165-23/+89
* Add test for CT_POLICY_EVAL_CTX default timeRob Percival2016-11-151-0/+26
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-5/+26
* Remove heartbeat supportRichard Levitte2016-11-133-393/+1
* Solution proposal for issue #1647.Matthias Kraft2016-11-121-1/+4
* Fix test_sslcorrupt when using TLSv1.3Matt Caswell2016-11-101-0/+26
* Link internal tests with static OpenSSL libraries when neededRichard Levitte2016-11-102-74/+36
* Fix no-ct in test/ct_test.cRichard Levitte2016-11-101-0/+6
* Fix the no-tls optionMatt Caswell2016-11-102-1/+5
* Fix no-cms (CVE-2016-7053)Richard Levitte2016-11-101-5/+10
* test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov2016-11-102-1/+60
* test: add TLS application data corruption test.Andy Polyakov2016-11-104-1/+307
* add test for CVE-2016-7053Dr. Stephen Henson2016-11-102-1/+9
* test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov2016-11-101-0/+26
* Fix the evp_test Ctrl keyword processingRichard Levitte2016-11-101-4/+12
* Fix no-dso (shlibloadtest)Richard Levitte2016-11-101-4/+3
* Give the test with only TLS1.1 and TLS1.0 a better nameMatt Caswell2016-11-091-5/+5
* Add some more version testsMatt Caswell2016-11-092-8/+37
* Look at the supported_versions extension even if the server <TLS1.3Matt Caswell2016-11-091-3/+4
* Add a test for the supported_versions extensionMatt Caswell2016-11-091-0/+148
* Add server side support for supported_versions extensionMatt Caswell2016-11-093-7/+20
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-0920-130/+223
* dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec2016-11-091-1/+1
* Add a test for the TLS1.3 secret generationMatt Caswell2016-11-093-0/+384
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-091-0/+27
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-091-0/+106
* Improve RSA test coverage.David Benjamin2016-11-071-0/+136
* Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin2016-11-071-1/+2
* Simplify tests part 2Emilia Kasper2016-11-077-561/+389
* Add a test for the wrong version number in a recordMatt Caswell2016-11-071-1/+31