From 5086808e6654c62e6d1e7c40d3bd7a60d89c2959 Mon Sep 17 00:00:00 2001 From: Tim Kosse Date: Fri, 15 Jan 2016 12:04:00 +0100 Subject: Fix the description of two testcases. --- tests/status-request-ok.c | 4 ++-- tests/status-request.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/status-request-ok.c b/tests/status-request-ok.c index 7a3091fbc8..b7d7f4c76e 100644 --- a/tests/status-request-ok.c +++ b/tests/status-request-ok.c @@ -51,8 +51,8 @@ int main() static void terminate(void); -/* This program tests whether MD5 is rejected by a client as a - * signature algorithm for the ServerKeyExchange. +/* This program tests the status request extension and that receiving the + * certificate status works. */ static void server_log_func(int level, const char *str) diff --git a/tests/status-request.c b/tests/status-request.c index 2d38c89944..f0e528cf91 100644 --- a/tests/status-request.c +++ b/tests/status-request.c @@ -51,8 +51,8 @@ int main() static void terminate(void); -/* This program tests whether MD5 is rejected by a client as a - * signature algorithm for the ServerKeyExchange. +/* This program tests that the client does not send the + * status request extension if GNUTLS_NO_EXTENSIONS is set. */ static void server_log_func(int level, const char *str) -- cgit v1.2.1