mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
|
[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
|