aboutsummaryrefslogtreecommitdiffstats
path: root/test/README.ssltest.md
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-06-10 00:39:22 +0200
committerEmilia Kasper <emilia@openssl.org>2016-06-13 16:03:06 +0200
commit81fc33c951b645f31727dc811e02200bde4a0982 (patch)
tree7b14f860635eb488254815300aecdf1792f46584 /test/README.ssltest.md
parenta7be5759cf9d8e2bf7c1ecd0efa2d53aae9ab706 (diff)
downloadopenssl-81fc33c951b645f31727dc811e02200bde4a0982.tar.gz
Clean up following new SNI tests
- Only send SNI in SNI tests. This allows us to test handshakes without the SNI extension as well. - Move all handshake-specific machinery to handshake_helper.c - Use enum types to represent the enum everywhere (Resorting to plain ints can end in sign mismatch when the enum is represented by an unsigned type.) Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/README.ssltest.md')
-rw-r--r--test/README.ssltest.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/README.ssltest.md b/test/README.ssltest.md
index 9cbfbc4f3b..03b9f93979 100644
--- a/test/README.ssltest.md
+++ b/test/README.ssltest.md
@@ -64,8 +64,9 @@ The test section supports the following options:
- AcceptAll - accepts all certificates.
- RejectAll - rejects all certificates.
-* ServerName - the server the client is expected to successfully connect to
- - server1 - the initial context (default)
+* ServerName - the server the client should attempt to connect to. One of
+ - None - do not use SNI (default)
+ - server1 - the initial context
- server2 - the secondary context
* SessionTicketExpected - whether or not a session ticket is expected