aboutsummaryrefslogtreecommitdiff
path: root/test/clienthellotest.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-0/+2
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell1-1/+3
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-2/+1
2018-03-05Update tests for TLS Ed448Matt Caswell1-4/+11
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell1-0/+5
2018-02-07Fix clienthellotest with TLSv1.3Matt Caswell1-0/+9
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell1-0/+2
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-1/+1
2017-09-07Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk1-2/+3
2017-09-04Don't use ciphersuites for inflating the ClientHello in clienthellotestMatt Caswell1-7/+5
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-8/+5
2017-04-28Fix a pedantic gcc-7 warning.Bernd Edlinger1-1/+1
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-12Convert clienthellotest for the new test frameworkMatt Caswell1-64/+46
2017-03-16Handle TLSv1.3 being disabled in clienthello testMatt Caswell1-4/+17
2017-03-16Add tests for the padding extensionMatt Caswell1-84/+160
2016-11-24Fix a warning about an uninit varMatt Caswell1-1/+1
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell1-4/+1
2016-11-23Remove old style NewSessionTicket from TLSv1.3Matt Caswell1-0/+16
2016-08-10Fix clienthellotest to use PACKET functionsDavid Woodhouse1-36/+24
2016-05-17Copyright consolidation 02/10Rich Salz1-52/+6
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx1-22/+5
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx1-1/+2
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-7/+0
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-02-04Only use TLS1.2 when it's availableRichard Levitte1-0/+5
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-2/+3
2015-08-28GH354: Memory leak fixesAlessandro Ghedini1-0/+1
2015-07-27Add test for SSL_set_session_ticket_extMatt Caswell1-0/+218