]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix the description of two testcases.
authorTim Kosse <tim.kosse@filezilla-project.org>
Fri, 15 Jan 2016 11:04:00 +0000 (12:04 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 30 May 2016 08:15:01 +0000 (10:15 +0200)
tests/status-request-ok.c
tests/status-request.c

index 7a3091fbc8318b0d093fbb05532dc99b5c0dd36a..b7d7f4c76e5c70e96d8ec311610d21b870f2c18e 100644 (file)
@@ -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)
index 2d38c899448b429beb4b99cb0c018381f6752ef7..f0e528cf91317125019b01b1bc19d45b5fd53481 100644 (file)
@@ -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)