summaryrefslogtreecommitdiff
path: root/test/dtlstest.c
Commit message (Expand)AuthorAgeFilesLines
* 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