New SSL test framework
[openssl.git] / test / ssl_test_ctx_test.conf
diff --git a/test/ssl_test_ctx_test.conf b/test/ssl_test_ctx_test.conf
new file mode 100644 (file)
index 0000000..2e6800e
--- /dev/null
@@ -0,0 +1,18 @@
+[ssltest_default]
+
+[ssltest_good]
+ExpectedResult = ServerFail
+ClientAlert = UnknownCA
+Protocol = TLSv1.1
+
+[ssltest_unknown_option]
+UnknownOption = Foo
+
+[ssltest_unknown_expected_result]
+ExpectedResult = Foo
+
+[ssltest_unknown_alert]
+ServerAlert = Foo
+
+[ssltest_unknown_protocol]
+Protocol = Foo