summaryrefslogtreecommitdiff
path: root/test/dtlstest.c
Commit message (Expand)AuthorAgeFilesLines
* DLTS → DTLSDimitri Papadopoulos2023-05-101-1/+1
* Add a test for an app data record appearing before epoch change in DTLSMatt Caswell2023-03-311-90/+46
* Add additional messages to the DTLS dropped records testMatt Caswell2022-09-221-25/+45
* Add a DTLSv1_listen() testMatt Caswell2022-08-181-1/+52
* Test that swapping the first app data record with Finished msg worksMatt Caswell2022-08-011-0/+88
* Fix no-dtls1_2Matt Caswell2022-07-251-0/+6
* Add a DTLS next epoch testMatt Caswell2022-06-281-0/+75
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Adjust dtlstest for SHA1 security levelMatt Caswell2021-04-291-0/+32
* Test a Finished message at the wrong time results in unexpected messageMatt Caswell2021-04-281-0/+74
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-0/+8
* Add a test for the various ways of setting temporary DH paramsMatt Caswell2020-11-181-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a non-default libctx in sslapitestMatt Caswell2020-04-191-4/+4
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx2020-01-251-1/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+2
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-241-5/+9
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-4/+4
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add a test for duplicated DTLS recordsMatt Caswell2018-10-261-0/+35
* Test DTLS cookie generation and verificationMatt Caswell2018-10-191-0/+51
* Fix no-ec in combination with no-dhMatt Caswell2018-05-221-1/+10
* Add a DTLS test for dropped recordsMatt Caswell2018-05-081-1/+120
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-2/+3
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+20
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-12/+8
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Update dtlstest to use the test infrastructurePauli2017-04-111-25/+12
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-1/+1
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-16/+2
* Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell2016-08-221-1/+1
* Fix some clang warningsMatt Caswell2016-08-191-1/+1
* Add DTLS replay protection testMatt Caswell2016-08-191-4/+16
* Add a DTLS unprocesed records testMatt Caswell2016-08-191-0/+130