summaryrefslogtreecommitdiff
path: root/tests/tls13/rnd-check-rollback-val.c
Commit message (Collapse)AuthorAgeFilesLines
* ext/supported_versions: regenerate server randomDaiki Ueno2019-02-221-2/+54
| | | | | | | | This adds a call to _gnutls_gen_server_random() in handling the "supported_versions" extension, so that the TLS 1.3 downgrade sentinel is set only when the earlier versions are selected. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* 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/+252
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>