aboutsummaryrefslogtreecommitdiff
path: root/test/dtlstest.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell1-5/+9
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-4/+4
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell1-0/+35
2018-10-19Test DTLS cookie generation and verificationMatt Caswell1-0/+51
2018-05-22Fix no-ec in combination with no-dhMatt Caswell1-1/+10
2018-05-08Add a DTLS test for dropped recordsMatt Caswell1-1/+120
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-2/+3
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad1-0/+20
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-12/+8
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-11Update dtlstest to use the test infrastructurePauli1-25/+12
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk1-1/+1
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-16/+2
2016-08-22Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell1-1/+1
2016-08-19Fix some clang warningsMatt Caswell1-1/+1
2016-08-19Add DTLS replay protection testMatt Caswell1-4/+16
2016-08-19Add a DTLS unprocesed records testMatt Caswell1-0/+130