summaryrefslogtreecommitdiff
path: root/tests/tls13-early-data.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/tls13-early-data: check if max_early_data_size is advertisedtmp-fix-max-early-data-sizeDaiki Ueno2018-11-181-7/+27
| | | | Signed-off-by: Daiki Ueno <dueno@redhat.com>
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-8/+9
| | | | | | | | | | The new function was not sharing anything with the existing gnutls_db_* backend, and moving it to anti_replay structure is more clean and allows for deviations from the old API conventions (e.g., now we can pass pointers for efficiency and pass the expiration time as part of the call). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-13/+120
| | | | | | | This implements ClientHello recording outlined in section 8.2 of RFC 8446. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tests: add tests for early dataDaiki Ueno2018-11-121-0/+325
Signed-off-by: Daiki Ueno <dueno@redhat.com>