aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix some clang warningsMatt Caswell2016-08-193-3/+5
* Add DTLS replay protection testMatt Caswell2016-08-191-4/+16
* Add a DTLS unprocesed records testMatt Caswell2016-08-193-1/+156
* Split create_ssl_connection()Matt Caswell2016-08-194-37/+64
* Add a DTLS packet mem BIOMatt Caswell2016-08-192-0/+306
* Add a (D)TLS dumper BIOMatt Caswell2016-08-192-0/+223
* Add more details on how to add a new SSL testEmilia Kasper2016-08-192-19/+44
* Test that the peers send at most one fatal alertEmilia Kasper2016-08-184-5/+29
* Port multi-buffer testsEmilia Kasper2016-08-1810-31/+648
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-1/+1
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* two typo fixesFdaSilvaYY2016-08-161-1/+1
* test/ssl_test.tmpl: make it work with elderly perl.Andy Polyakov2016-08-161-5/+5
* SSL tests: send some application dataEmilia Kasper2016-08-165-87/+284
* Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell2016-08-151-1/+0
* Add some SSLv2 ClientHello testsMatt Caswell2016-08-151-1/+197
* Improves CTLOG_STORE settersRob Percival2016-08-151-3/+4
* Skip the SRP tests in 80-test_ssl_old.t if no TLS versions is enabledRichard Levitte2016-08-151-1/+1
* Update X25519 key format in evptests.txtDr. Stephen Henson2016-08-131-20/+4
* Check for bad filename in evp_testRich Salz2016-08-121-0/+4
* Don't attempt to load the CT log list with no-ecEmilia Kasper2016-08-102-2/+4
* Change callers to use the new constants.Rich Salz2016-08-102-5/+5
* Gracefully free a NULL HANDSHAKE_RESULTEmilia Kasper2016-08-101-0/+2
* Add TEST_checkEmilia Kasper2016-08-105-58/+71
* SSL tests: port CT tests, add a few moreEmilia Kasper2016-08-1010-25/+302
* SSL test ctx: fix testsEmilia Kasper2016-08-102-2/+18
* Kill PACKET_starts() from bad_dtls_testDavid Woodhouse2016-08-101-22/+6
* Fix clienthellotest to use PACKET functionsDavid Woodhouse2016-08-101-36/+24
* NPN and ALPN: test resumptionEmilia Kasper2016-08-086-52/+950
* Fix ALPN tests when NPN is offEmilia Kasper2016-08-083-11/+7
* Reorganize SSL test structuresEmilia Kasper2016-08-0828-913/+1698
* spelling fixes, just comments and readme.klemens2016-08-056-6/+6
* Move the building of test/buildtest_*. to be done unconditionallyRichard Levitte2016-08-052-8/+16
* VMS: Fix building of bad_dtls_testRichard Levitte2016-08-052-3/+3
* Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse2016-08-043-1/+662
* 80-test_ssl_new.t: only skip on $no_tls if no other skip conditions definedRichard Levitte2016-08-021-1/+1
* In 80-test_ssl_new, more "plan tests" to a more useful positionRichard Levitte2016-08-021-4/+4
* Fix tests for no-nextprotonegMatt Caswell2016-08-023-6/+3
* Fix various no-*s.Ben Laurie2016-08-015-1/+26
* test/smcont.txt: trigger assertion in bio_enc.c.Andy Polyakov2016-07-311-1/+1
* Fix bogus warningsMatt Caswell2016-07-301-1/+1
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-292-5/+5
* Add some SSL BIO testsMatt Caswell2016-07-291-0/+121
* Add a test for SSL_set_bio()Matt Caswell2016-07-291-3/+122
* Fix no-tls1_2Matt Caswell2016-07-253-4/+5
* Fix no-dtls*Matt Caswell2016-07-251-5/+4
* Fix no-ctMatt Caswell2016-07-251-1/+4
* SSL tests: compress generated output a littleEmilia Kasper2016-07-228-462/+160
* Make boolean SSL test conf values case-insensitiveEmilia Kasper2016-07-222-4/+4
* Test client-side resumptionEmilia Kasper2016-07-219-13/+1352