From: Nikos Mavrogiannopoulos Date: Tue, 8 Dec 2015 09:20:34 +0000 (+0100) Subject: tests: doc update X-Git-Tag: gnutls_3_5_0~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d515009abff85780bc126bb5e855618fb373bb;p=thirdparty%2Fgnutls.git tests: doc update --- diff --git a/tests/mini-rehandshake-2.c b/tests/mini-rehandshake-2.c index 6262005cff..00db4b5eed 100644 --- a/tests/mini-rehandshake-2.c +++ b/tests/mini-rehandshake-2.c @@ -51,8 +51,7 @@ int main() static void terminate(void); -/* This program tests the robustness of record - * decoding. +/* This program tests client initiated rehandshake. */ static void server_log_func(int level, const char *str) @@ -106,9 +105,6 @@ const gnutls_datum_t server_key = { server_key_pem, sizeof(server_key_pem) }; -/* A very basic TLS client, with anonymous authentication. - */ - #define MAX_BUF 1024 static void client(int fd, unsigned test) diff --git a/tests/mini-rehandshake.c b/tests/mini-rehandshake.c index 995277b263..5cba8f1b00 100644 --- a/tests/mini-rehandshake.c +++ b/tests/mini-rehandshake.c @@ -32,6 +32,8 @@ #include "utils.h" #include "eagain-common.h" +/* This program tests server initiated rehandshake */ + const char *side = ""; static void tls_log_func(int level, const char *str)