summaryrefslogtreecommitdiff
path: root/tests/rehandshake-switch-cert-client.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-2/+2
| | | | | | | | | This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-3/+3
|
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-1/+1
| | | | | | That is, unless GNUTLS_ALLOW_ID_CHANGE is specified, during a rehandshake clients will not be allowed to present another certificate than the original, or change their username for PSK or SRP ciphersuites.
* tests: check whether a peer changing certificate is detectedNikos Mavrogiannopoulos2015-12-081-0/+161