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)
sizeof(server_key_pem)
};
-/* A very basic TLS client, with anonymous authentication.
- */
-
#define MAX_BUF 1024
static void client(int fd, unsigned test)
#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)