aboutsummaryrefslogtreecommitdiff
path: root/test/tls13ccstest.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
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-06-17Fix no-ec with no-dhMatt Caswell1-0/+2
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell1-0/+5
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+2
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-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu1-2/+0
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-0/+1
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk1-1/+5
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-19The record version for ClientHello2 should be TLS1.2Matt Caswell1-1/+3
2017-12-14Fix some clang compilation errorsMatt Caswell1-5/+6
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell1-0/+492