summaryrefslogtreecommitdiff
path: root/tests/dtls-handshake-versions.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-10/+7
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-12/+13
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
| | | | | | | This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
* 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