summaryrefslogtreecommitdiffstats
path: root/test/clienthellotest.c
AgeCommit message (Expand)Author
2021-10-28fix some code with obvious wrong coding stylex2018
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-08Update copyright yearMatt Caswell
2021-03-24test: fix coverity 1454812: improper use of negative valuePauli
2020-04-23Update copyright yearMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-08-15Test SSL_set_ciphersuitesraja-ashok
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-03-29Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-05Update tests for TLS Ed448Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell
2018-02-07Fix clienthellotest with TLSv1.3Matt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-09-07Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk
2017-09-04Don't use ciphersuites for inflating the ClientHello in clienthellotestMatt Caswell
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-04-28Fix a pedantic gcc-7 warning.Bernd Edlinger
2017-04-24Adapt all test programsRichard Levitte
2017-04-12Convert clienthellotest for the new test frameworkMatt Caswell
2017-03-16Handle TLSv1.3 being disabled in clienthello testMatt Caswell
2017-03-16Add tests for the padding extensionMatt Caswell
2016-11-24Fix a warning about an uninit varMatt Caswell
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Remove old style NewSessionTicket from TLSv1.3Matt Caswell
2016-08-10Fix clienthellotest to use PACKET functionsDavid Woodhouse
2016-05-17Copyright consolidation 02/10Rich Salz
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-02-04Only use TLS1.2 when it's availableRichard Levitte
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-07-27Add test for SSL_set_session_ticket_extMatt Caswell