summaryrefslogtreecommitdiff
path: root/test/ssl_test_ctx.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-24 09:42:28 +0100
committerMatt Caswell <matt@openssl.org>2017-04-25 11:13:39 +0100
commit83964ca0dac18df510a315ff486ecc346521e15d (patch)
treeeff904a5d40c8de502573fdfc6e3d5826eeaa6c4 /test/ssl_test_ctx.h
parent41b3c9ce2a02195aa7cf74c90b80468354ac708d (diff)
downloadopenssl-new-83964ca0dac18df510a315ff486ecc346521e15d.tar.gz
Add support to test_ssl_new for testing with DTLS over SCTP
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3286)
Diffstat (limited to 'test/ssl_test_ctx.h')
-rw-r--r--test/ssl_test_ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h
index 54cefb6368..ebeddde3d7 100644
--- a/test/ssl_test_ctx.h
+++ b/test/ssl_test_ctx.h
@@ -198,6 +198,8 @@ typedef struct {
int expected_client_sign_type;
/* Expected CA names for client auth */
STACK_OF(X509_NAME) *expected_client_ca_names;
+ /* Whether to use SCTP for the transport */
+ int use_sctp;
} SSL_TEST_CTX;
const char *ssl_test_result_name(ssl_test_result_t result);