summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-04-23 08:41:22 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-04 11:38:50 +0200
commitf4c44772bf7f0614719538e4fb0016e6e760c5e7 (patch)
tree9f7c52452d859ed609f014d9f4698f2e6498fca5
parent6efa37cd6325eab32dff1bd9ef1b00b7eb6d0e73 (diff)
downloadgnutls-f4c44772bf7f0614719538e4fb0016e6e760c5e7.tar.gz
gnutls_reauth: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/tls13/post_handshake.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tls13/post_handshake.c b/lib/tls13/post_handshake.c
index 39ae680ab9..9543ca896e 100644
--- a/lib/tls13/post_handshake.c
+++ b/lib/tls13/post_handshake.c
@@ -204,7 +204,9 @@ int _gnutls13_reauth_server(gnutls_session_t session)
* @flags: must be zero
*
* This function performs the post-handshake authentication
- * for TLS 1.3.
+ * for TLS 1.3. The post-handshake authentication is initiated by the server
+ * by calling this function. Clients respond when %GNUTLS_E_REAUTH_REQUEST
+ * has been seen while receiving data.
*
* The non-fatal errors expected by this function are:
* %GNUTLS_E_INTERRUPTED, %GNUTLS_E_AGAIN, as well as