diff options
author | Emilia Kasper <emilia@openssl.org> | 2016-08-16 15:11:08 +0200 |
---|---|---|
committer | Emilia Kasper <emilia@openssl.org> | 2016-08-18 12:46:00 +0200 |
commit | 6dc9974547427261db25758612b6a570083d52e6 (patch) | |
tree | 4dfaa8518da53208c3f109a3062feb540f6c742e /test/ssl_test_ctx_test.conf | |
parent | Fix some doc nits. (diff) | |
download | openssl-6dc9974547427261db25758612b6a570083d52e6.tar.xz openssl-6dc9974547427261db25758612b6a570083d52e6.zip |
Port multi-buffer tests
Make maximum fragment length configurable and add various fragmentation
tests, in addition to the existing multi-buffer tests.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/ssl_test_ctx_test.conf')
-rw-r--r-- | test/ssl_test_ctx_test.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ssl_test_ctx_test.conf b/test/ssl_test_ctx_test.conf index d1dbd22677..a062d75a10 100644 --- a/test/ssl_test_ctx_test.conf +++ b/test/ssl_test_ctx_test.conf @@ -9,6 +9,7 @@ resume-client = ssltest_good_resume_client_extra Method = DTLS HandshakeMode = Resume ApplicationData = 1024 +MaxFragmentSize = 2048 ExpectedResult = ServerFail ExpectedClientAlert = UnknownCA |