summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt Caswell
2017-01-23Extend the test_ssl_new renegotiation tests to include client authMatt Caswell
2017-01-23Add a test to check messsages sent are the ones we expectMatt Caswell
2017-01-18Skip ECDH tests for SSLv3Rich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2017-01-08Add server temp key type checksDr. Stephen Henson
2017-01-05Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson
2017-01-03evptests.txt is not a shell scriptDr. Stephen Henson
2017-01-03Add RSA decrypt and OAEP tests.Dr. Stephen Henson
2016-12-30Provide some tests for the sig algs APIMatt Caswell
2016-12-17test/ssl_test: give up if both client and server wait on readRichard Levitte
2016-12-16evp_test: when function and reason strings aren't available, just skipRichard Levitte
2016-12-14CRL critical extension bugfixRich Salz
2016-12-14Add function and reason checking to evp_testDr. Stephen Henson
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-10Additional error tests in evp_test.cDr. Stephen Henson
2016-12-10Add RSA PSS testsDr. Stephen Henson
2016-12-08Add a test for the UI APIRichard Levitte
2016-11-25add CMS SHA1 signing testDr. Stephen Henson
2016-11-25test/evptests.txt: add regression test for false carry in ctr128.c.Andy Polyakov
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-21Make async_read and async_write return -1 on failure.Kurt Roeckx
2016-11-20Skipping tests in evp_test leaks memoryTodd Short
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-15Add test for CT_POLICY_EVAL_CTX default timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-12Solution proposal for issue #1647.Matthias Kraft
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-07Improve RSA test coverage.David Benjamin
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-04Don't assume to know the shared library extensionRichard Levitte
2016-11-03test/shlibloadtest: small fixesRichard Levitte
2016-11-03test/build.info: typo, $ missingRichard Levitte
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte