summaryrefslogtreecommitdiff
path: root/tests/tls13/rnd-rollback-detection.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>
* tests: ignore PIPE signal on TLS1.3-related testsNikos Mavrogiannopoulos2018-07-021-1/+2
| | | | | | | | This was inadvertently omitted and that could cause unexpected issues when one of the peers would close the connection earlier than expected. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: added tests for TLS1.2- rollback detectionNikos Mavrogiannopoulos2018-02-191-0/+236
That is, tests which check * whether the server's generated values under TLS1.2- match the expected * whether the client would fail on negotiation if the rollback values are detected Resolves #293 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>