summaryrefslogtreecommitdiff
path: root/lib/record.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-02 15:19:10 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:36 +0100
commitc0be323b29c0c31b7bc307f03df7db14816b0c48 (patch)
tree92469b39093ec6ab17f7f8c6c1227158e11f0e49 /lib/record.c
parent9ec15a01ee5982706adc92a938304eeb8a3de60a (diff)
downloadgnutls-c0be323b29c0c31b7bc307f03df7db14816b0c48.tar.gz
handshake: added support for post-handshake authentication
That is: * introduced a gnutls_init() flag for clients to enable post-handshake authentication * introduced gnutls_reauth() function, to be called by servers to request authentication, and by clients to perform authentication Resolves #562 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/record.c')
-rw-r--r--lib/record.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/record.c b/lib/record.c
index cee139d80c..b3ae667681 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -940,7 +940,6 @@ record_add_to_buffers(gnutls_session_t session,
} else {
ret = GNUTLS_E_AGAIN;
}
-
goto cleanup;
}