summaryrefslogtreecommitdiff
path: root/tests/tls13-early-data-neg.c
Commit message (Collapse)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-9/+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>
* tests: added a test for detecting duplicate early dataNikos Mavrogiannopoulos2018-11-151-0/+479
Resolves #610 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>