summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-08-16two typo fixesFdaSilvaYY
2016-08-16test/ssl_test.tmpl: make it work with elderly perl.Andy Polyakov
2016-08-16SSL tests: send some application dataEmilia Kasper
2016-08-15Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell
2016-08-15Add some SSLv2 ClientHello testsMatt Caswell
2016-08-15Improves CTLOG_STORE settersRob Percival
2016-08-15Skip the SRP tests in 80-test_ssl_old.t if no TLS versions is enabledRichard Levitte
2016-08-13Update X25519 key format in evptests.txtDr. Stephen Henson
2016-08-12Check for bad filename in evp_testRich Salz
2016-08-10Don't attempt to load the CT log list with no-ecEmilia Kasper
2016-08-10Change callers to use the new constants.Rich Salz
2016-08-10Gracefully free a NULL HANDSHAKE_RESULTEmilia Kasper
2016-08-10Add TEST_checkEmilia Kasper
2016-08-10SSL tests: port CT tests, add a few moreEmilia Kasper
2016-08-10SSL test ctx: fix testsEmilia Kasper
2016-08-10Kill PACKET_starts() from bad_dtls_testDavid Woodhouse
2016-08-10Fix clienthellotest to use PACKET functionsDavid Woodhouse
2016-08-08NPN and ALPN: test resumptionEmilia Kasper
2016-08-08Fix ALPN tests when NPN is offEmilia Kasper
2016-08-08Reorganize SSL test structuresEmilia Kasper
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-05Move the building of test/buildtest_*. to be done unconditionallyRichard Levitte
2016-08-05VMS: Fix building of bad_dtls_testRichard Levitte
2016-08-04Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse
2016-08-0280-test_ssl_new.t: only skip on $no_tls if no other skip conditions definedRichard Levitte
2016-08-02In 80-test_ssl_new, more "plan tests" to a more useful positionRichard Levitte
2016-08-02Fix tests for no-nextprotonegMatt Caswell
2016-08-01Fix various no-*s.Ben Laurie
2016-07-31test/smcont.txt: trigger assertion in bio_enc.c.Andy Polyakov
2016-07-30Fix bogus warningsMatt Caswell
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell
2016-07-29Add some SSL BIO testsMatt Caswell
2016-07-29Add a test for SSL_set_bio()Matt Caswell
2016-07-25Fix no-tls1_2Matt Caswell
2016-07-25Fix no-dtls*Matt Caswell
2016-07-25Fix no-ctMatt Caswell
2016-07-22SSL tests: compress generated output a littleEmilia Kasper
2016-07-22Make boolean SSL test conf values case-insensitiveEmilia Kasper
2016-07-21Test client-side resumptionEmilia Kasper
2016-07-20SSL test framework: port resumption testsEmilia Kasper
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-19Fix building with no-cmsMatt Caswell
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper
2016-07-19Add more session testsMatt Caswell
2016-07-18Use _NO_INST in some build.info filesRichard Levitte
2016-07-18Fix client auth test_ssl_new failures when enabling/disabling protocolsMatt Caswell
2016-07-18Fix SSLv3 ClientAuth alert checkingMatt Caswell
2016-07-18Fix Client Auth testsMatt Caswell
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson