aboutsummaryrefslogtreecommitdiffstats
path: root/test/clienthellotest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk2017-09-071-2/+3
* Don't use ciphersuites for inflating the ClientHello in clienthellotestMatt Caswell2017-09-041-7/+5
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-8/+5
* Fix a pedantic gcc-7 warning.Bernd Edlinger2017-04-281-1/+1
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert clienthellotest for the new test frameworkMatt Caswell2017-04-121-64/+46
* Handle TLSv1.3 being disabled in clienthello testMatt Caswell2017-03-161-4/+17
* Add tests for the padding extensionMatt Caswell2017-03-161-84/+160
* Fix a warning about an uninit varMatt Caswell2016-11-241-1/+1
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-4/+1
* Remove old style NewSessionTicket from TLSv1.3Matt Caswell2016-11-231-0/+16
* Fix clienthellotest to use PACKET functionsDavid Woodhouse2016-08-101-36/+24
* Copyright consolidation 02/10Rich Salz2016-05-171-52/+6
* Use version flexible method instead of fixed versionKurt Roeckx2016-03-091-22/+5
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-1/+2
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-7/+0
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Only use TLS1.2 when it's availableRichard Levitte2016-02-041-0/+5
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* mem functions cleanupRich Salz2016-01-071-2/+3
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-0/+1
* Add test for SSL_set_session_ticket_extMatt Caswell2015-07-271-0/+218