aboutsummaryrefslogtreecommitdiff
path: root/test/servername_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24test: fix coverity 1451534: improper use of negative valuePauli1-2/+2
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell1-0/+15
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19Use a non-default libctx in sslapitestMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-1/+1
2019-03-29Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli1-1/+7
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-1/+1
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-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell1-31/+32
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-3/+3
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang1-0/+241