summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)