]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 8 Dec 2015 09:20:34 +0000 (10:20 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 8 Dec 2015 09:48:02 +0000 (10:48 +0100)
tests/mini-rehandshake-2.c
tests/mini-rehandshake.c

index 6262005cff90e0d67a970941cc7fe49e955df91a..00db4b5eedc7dcacc56c86e2e78031624e79994d 100644 (file)
@@ -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)
index 995277b26325ed1ea1621db8f999b53a0fecfa19..5cba8f1b00497cd4d3366d55766624a27167321a 100644 (file)
@@ -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)