summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-23Remove old style NewSessionTicket from TLSv1.3Matt Caswell
2016-11-21Skipping tests in evp_test leaks memoryTodd Short
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-20Add test to check EVP_PKEY method ordering.Dr. Stephen Henson
2016-11-17Add conversion test for MSBLOB format.Dr. Stephen Henson
2016-11-16Make sure things get deleted when test setup fails in ct_test.cRob Percival
2016-11-16Use valid signature in test_decode_tls_sct()Rob Percival
2016-11-16Construct SCT from base64 in ct_testRob Percival
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Add some tests for the key_share extensionMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-15Add test for CT_POLICY_EVAL_CTX default timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-12Solution proposal for issue #1647.Matthias Kraft
2016-11-10Fix test_sslcorrupt when using TLSv1.3Matt Caswell
2016-11-10Link internal tests with static OpenSSL libraries when neededRichard Levitte
2016-11-10Fix no-ct in test/ct_test.cRichard Levitte
2016-11-10Fix the no-tls optionMatt Caswell
2016-11-10Fix no-cms (CVE-2016-7053)Richard Levitte
2016-11-10test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov
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