summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kosse <tim.kosse@filezilla-project.org>2016-01-15 12:04:00 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 10:15:01 +0200
commit5086808e6654c62e6d1e7c40d3bd7a60d89c2959 (patch)
tree575dcf665b47f8d511ff65912becf01887f9461b
parentdab4dedf337caa6b4d16f1c8511a1290637667f4 (diff)
downloadgnutls-5086808e6654c62e6d1e7c40d3bd7a60d89c2959.tar.gz
Fix the description of two testcases.
-rw-r--r--tests/status-request-ok.c4
-rw-r--r--tests/status-request.c4
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)