summaryrefslogtreecommitdiff
path: root/tests/tls13-early-data.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_early_{cipher,prf_hash}_get: new functionsDaiki Ueno2021-05-131-0/+33
* tests: rework tls13-early-data to check key schedulingDaiki Ueno2021-05-131-47/+404
* tests: tls13-early-data: use TLS_CHACHA20_POLY1305_SHA256Daiki Ueno2021-05-131-9/+14
* handshake: fix timing of sending early dataDaiki Ueno2021-04-251-4/+12
* tests: make any ad-hoc timeout setting controllable through envvarDaiki Ueno2021-02-171-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tests/tls13-early-data: check if max_early_data_size is advertisedtmp-fix-max-early-data-sizeDaiki Ueno2018-11-181-7/+27
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-8/+9
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-13/+120
* tests: add tests for early dataDaiki Ueno2018-11-121-0/+325