summaryrefslogtreecommitdiff
path: root/tests/dtls-handshake-versions.c
Commit message (Collapse)AuthorAgeFilesLines
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
|
* tests: check whether server returns the correct error code if presented with ↵Nikos Mavrogiannopoulos2015-12-141-0/+143
invalid versions That is gnutls_handshake() will return GNUTLS_E_UNSUPPORTED_VERSION_PACKET in server side, if the client presents a very old TLS version which is not supported. Relates #42