a263f320eb
The old proxy tests test the implementation of an application proxy policy callback defined in the test itself, which is not particularly useful. It is, however, useful to test cert verify overrides in general. Therefore, replace these tests with tests for cert verify callback behaviour. Also glob the ssl test inputs on the .in files to catch missing generated files. Reviewed-by: Rich Salz <rsalz@openssl.org>
22 lines
388 B
Text
22 lines
388 B
Text
[ssltest_default]
|
|
|
|
[ssltest_good]
|
|
ExpectedResult = ServerFail
|
|
ClientAlert = UnknownCA
|
|
Protocol = TLSv1.1
|
|
ClientVerifyCallback = RejectAll
|
|
|
|
[ssltest_unknown_option]
|
|
UnknownOption = Foo
|
|
|
|
[ssltest_unknown_expected_result]
|
|
ExpectedResult = Foo
|
|
|
|
[ssltest_unknown_alert]
|
|
ServerAlert = Foo
|
|
|
|
[ssltest_unknown_protocol]
|
|
Protocol = Foo
|
|
|
|
[ssltest_unknown_verify_callback]
|
|
ClientVerifyCallback = Foo
|