summaryrefslogtreecommitdiff
path: root/tests/dtls-sliding-window.c
Commit message (Expand)AuthorAgeFilesLines
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-147/+124
* Add const to several read-only packet sequence paramstmp-fix-coverityTim Rühsen2019-10-151-1/+1
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-061-28/+28
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* Import DTLS sliding window validation from OpenConnect ESP codeDavid Woodhouse2016-09-021-30/+30
* tests: enhance the DTLS window unit test to account for lost packetsNikos Mavrogiannopoulos2016-08-291-1/+35
* tests: added unit testing for DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-131-0/+497