aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2-1/+1096
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2-0/+164
2016-11-03Explain the deal with internal test programsRichard Levitte1-0/+15
2016-11-03Convert poly1305 selftest into internal testRichard Levitte2-0/+1715
2016-11-03test/build.info: typo, $ missingRichard Levitte1-1/+1
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell3-0/+286
2016-11-02Add a test for unrecognised record typesMatt Caswell1-1/+47
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte3-3/+0
2016-11-02Add a read_ahead testMatt Caswell1-3/+23
2016-11-02Add test cases for DTLS_get_data_mtu()David Woodhouse3-0/+218
2016-11-02Add unit test for ssl_cipher_get_overhead()David Woodhouse3-1/+58
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell2-0/+10
2016-11-02Update Configure to know about tls1_3Matt Caswell4-1455/+377
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell11-1428/+11331
2016-11-02TEST_check macro: don't end with semiEmilia Kasper1-1/+1
2016-10-28Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell1-1/+42
2016-10-19OpenSSL::Test - small fixupRichard Levitte1-7/+2
2016-10-19OpenSSL::Test cleanup - no forward declarations neededRichard Levitte1-15/+0
2016-10-19Add documentation of internal OpenSSL::Test functionsRichard Levitte1-1/+43
2016-10-19Make OpenSSL::Test a bit more flexibleRichard Levitte1-109/+164
2016-10-13Add memory leak detection to d2i_testDr. Stephen Henson1-0/+10
2016-10-13Fix copy-paste test labelsFdaSilvaYY1-2/+2
2016-10-10Remove trailing whitespace from some files.David Benjamin3-3/+3
2016-10-02Don't use DES when disabled.Ben Laurie1-3/+4
2016-10-01Add SRP test vectors from RFC5054Dr. Stephen Henson1-0/+150
2016-09-29add item list support to d2i_testDr. Stephen Henson1-15/+7
2016-09-29Fix no-dtlsMatt Caswell1-0/+4
2016-09-28Add DTLS renegotiation testsMatt Caswell3-1/+151
2016-09-28Extend the renegotiation testsMatt Caswell6-39/+197
2016-09-28Update README.ssltest.mdMatt Caswell1-8/+5
2016-09-28Add support for testing renegotiationMatt Caswell5-7/+132
2016-09-26Add missing parameter.David Benjamin1-0/+1
2016-09-26Switch back to assuming TLS 1.2.David Benjamin1-2/+2
2016-09-26Address review comments.David Benjamin1-7/+5
2016-09-26Don't test quite so many of them.David Benjamin1-6/+10
2016-09-26Test CBC mode padding.David Benjamin1-0/+107
2016-09-26Fix some mem leaks in sslapitestMatt Caswell2-3/+9
2016-09-26Add a basic test for BN_bn2dec.David Benjamin1-0/+52
2016-09-26Add a test for large messagesMatt Caswell1-0/+84
2016-09-22Add -Wswitch-enumRich Salz2-6/+12
2016-09-22Add some more OCSP testingMatt Caswell1-17/+200
2016-09-21test/x509aux.c: Fix argv loopRichard Levitte1-6/+11
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell1-16/+16
2016-09-19Fix no-ocspRichard Levitte1-1/+3
2016-09-14Test the new SHA256 and SHA512 based password generation optionsRichard Levitte1-8/+92
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell1-9/+9
2016-09-14Make wpackettest conform to style rulesMatt Caswell1-20/+20
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell1-0/+16
2016-09-14Add a test for 'openssl passwd'Richard Levitte2-1/+39
2016-09-13Address WPACKET review commentsMatt Caswell1-70/+20