summaryrefslogtreecommitdiff
path: root/test/clienthellotest.c
Commit message (Expand)AuthorAgeFilesLines
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Handle set_alpn_protos inputs better.Todd Short2021-04-131-3/+9
* Update copyright yearMatt Caswell2021-04-081-1/+1
* test: fix coverity 1454812: improper use of negative valuePauli2021-03-241-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Test SSL_set_ciphersuitesraja-ashok2019-08-151-0/+1
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli2019-03-291-1/+5
* Ignore cipher suites when setting cipher listSam Roberts2019-02-141-1/+2
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+2
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-0/+2
* Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell2018-03-141-1/+3
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-2/+1
* Update tests for TLS Ed448Matt Caswell2018-03-051-4/+11
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell2018-02-091-0/+5
* Fix clienthellotest with TLSv1.3Matt Caswell2018-02-071-0/+9
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+2
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* 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