summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-06-07 14:49:00 +0200
committerSimon Josefsson <simon@josefsson.org>2010-06-07 14:49:00 +0200
commit530fa2957535bebe5ef1f6796f08a93441efcb67 (patch)
treed7026785ae7d4a7060dd26ba3d40412cee971661
parent1e42526790e54d883c59a60b12956780bf040dee (diff)
downloadgnutls-530fa2957535bebe5ef1f6796f08a93441efcb67.tar.gz
Review srn3.c self test.
-rw-r--r--tests/safe-renegotiation/README6
-rw-r--r--tests/safe-renegotiation/srn3.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/tests/safe-renegotiation/README b/tests/safe-renegotiation/README
index c5e641360f..48dae5460a 100644
--- a/tests/safe-renegotiation/README
+++ b/tests/safe-renegotiation/README
@@ -20,6 +20,12 @@ srn2.c:
to handshake against servers without support, but not able to
rehandshake (client will refuse rehandshake).
+srn3.c:
+
+ This tests that a %SAFE_RENEGOTIATION client will reject handshakes
+ against servers that do not support the extension (server uses
+ %DISABLE_SAFE_RENEGOTIATION).
+
srn4.c:
This tests that clients without support for safe renegotiation is
diff --git a/tests/safe-renegotiation/srn3.c b/tests/safe-renegotiation/srn3.c
index de821e93c4..9730b7d232 100644
--- a/tests/safe-renegotiation/srn3.c
+++ b/tests/safe-renegotiation/srn3.c
@@ -23,8 +23,8 @@
/* Code based on ../mini-x509.c.
*
* This tests that a %SAFE_RENEGOTIATION client will reject handshakes
- * against servers that do not support the extension. This is sort of
- * the inverse of what srn1.c is testing.
+ * against servers that do not support the extension (server uses
+ * %DISABLE_SAFE_RENEGOTIATION).
*/
#ifdef HAVE_CONFIG_H