From 81fc33c951b645f31727dc811e02200bde4a0982 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Fri, 10 Jun 2016 00:39:22 +0200 Subject: 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 --- test/README.ssltest.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/README.ssltest.md') 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 -- cgit v1.2.3