summaryrefslogtreecommitdiff
path: root/tests/tls12-server-kx-neg.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for errors returned due to early signature selectionNikos Mavrogiannopoulos2017-08-041-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: enhanced server key exchange tests with explicit DH param settingNikos Mavrogiannopoulos2017-08-021-3/+31
| | | | | | | That is, not only check the DH parameter setting using the known_dh_params() functions, but also with the explicit setting --set_server_dh_params(). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: updated for post-RFC7919 behavior of libraryNikos Mavrogiannopoulos2017-08-021-9/+9
| | | | | | | | That is, it is no longer necessary to set DH parameters on a credentials structure, and thus previously expected to fail connections may succeed even without DH parameters. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: verify that a server with an ed25519 key will fail when client does ↵Nikos Mavrogiannopoulos2017-07-171-1/+18
| | | | | | not advertise it Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: added unit testing for server ciphersuite/KX negotiationNikos Mavrogiannopoulos2017-07-101-0/+432
This verifies whether the ciphersuite negotiation will detect and reject incompatible data present in credentials. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>