ssl/statem: Replace size_t with int and add the checks
[openssl.git] / test / servername_test.c
2021-03-23 Paulitest: fix coverity 1451534: improper use of negative...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Matt CaswellUse a non-default libctx in sslapitest
2020-02-03 Matt CaswellFix common test framework options
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-03-29 PauliCorrectly initialise PACKET to zero in the tests to...
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-07 Matt CaswellDo not reset SNI data in SSL_do_handshake()
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-17 PauliRemove tests dependence on e_os.h
2017-08-16 FdaSilvaYY[Win] Fix some test method signatures ...
2017-07-28 Paul YangMake SSL_set_tlsext_host_name no effect from server...