aboutsummaryrefslogtreecommitdiff
path: root/test/dtlstest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-05-10DLTS → DTLSDimitri Papadopoulos1-1/+1
2023-03-31Add a test for an app data record appearing before epoch change in DTLSMatt Caswell1-90/+46
2022-09-22Add additional messages to the DTLS dropped records testMatt Caswell1-25/+45
2022-08-18Add a DTLSv1_listen() testMatt Caswell1-1/+52
2022-08-01Test that swapping the first app data record with Finished msg worksMatt Caswell1-0/+88
2022-07-25Fix no-dtls1_2Matt Caswell1-0/+6
2022-06-28Add a DTLS next epoch testMatt Caswell1-0/+75
2021-05-06Update copyright yearMatt Caswell1-1/+1
2021-04-29Adjust dtlstest for SHA1 security levelMatt Caswell1-0/+32
2021-04-28Test a Finished message at the wrong time results in unexpected messageMatt Caswell1-0/+74
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell1-0/+8
2020-11-18Add a test for the various ways of setting temporary DH paramsMatt Caswell1-0/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19Use a non-default libctx in sslapitestMatt Caswell1-4/+4
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx1-1/+1
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+2
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