summaryrefslogtreecommitdiff
path: root/tests/safe-renegotiation
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-28 09:09:41 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-28 09:09:41 +0200
commit58604f748d324cce14c58148a6174a88be7e60b4 (patch)
treee1bf5959a174566ce546ecc7d0d0b2e131305fb3 /tests/safe-renegotiation
parente4b0fe0763c0e87c87e87baf30aa7039e94c20b0 (diff)
downloadgnutls-58604f748d324cce14c58148a6174a88be7e60b4.tar.gz
Add.
Diffstat (limited to 'tests/safe-renegotiation')
-rw-r--r--tests/safe-renegotiation/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/safe-renegotiation/README b/tests/safe-renegotiation/README
index c6375e4bce..fee27e35c5 100644
--- a/tests/safe-renegotiation/README
+++ b/tests/safe-renegotiation/README
@@ -13,3 +13,9 @@ srn4.c:
This tests that clients without support for safe renegotiation is
able to handshake properly against a default GnuTLS server, but
that rehandshake will be refused by the server.
+
+srn5.c:
+ This tests that clients with support for safe renegotiation is able
+ to handshake properly against a server with no support for safe
+ renegotiation, but that the client will not be able to complete a
+ rehandshake.