summaryrefslogtreecommitdiff
path: root/tests/tls12-rehandshake-cert-auto.c
Commit message (Collapse)AuthorAgeFilesLines
* gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-161-0/+278
This introduces the GNUTLS_AUTO_REAUTH gnutls_init() flag and makes re-authentication under TLS simpler to enable and use. Resolves #571 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>