SSL test framework: port NPN and ALPN tests
authorEmilia Kasper <emilia@openssl.org>
Mon, 4 Jul 2016 18:16:14 +0000 (20:16 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 19 Jul 2016 12:17:48 +0000 (14:17 +0200)
commitce2cdac2787da32bcde210c7d6acdcbe41b1cd40
treeaa513a318f435fd51c82df0f83aa09219d55e1cc
parent02f730b34706150f8f40715d647cce3be5baf2ab
SSL test framework: port NPN and ALPN tests

Reviewed-by: Rich Salz <rsalz@openssl.org>
18 files changed:
doc/ssl/SSL_CTX_set_alpn_select_cb.pod
ssl/ssl_stat.c
test/README.ssltest.md
test/handshake_helper.c
test/handshake_helper.h
test/recipes/80-test_ssl_new.t
test/recipes/80-test_ssl_old.t
test/ssl-tests/08-npn.conf [new file with mode: 0644]
test/ssl-tests/08-npn.conf.in [new file with mode: 0644]
test/ssl-tests/09-alpn.conf [new file with mode: 0644]
test/ssl-tests/09-alpn.conf.in [new file with mode: 0644]
test/ssl_test.c
test/ssl_test_ctx.c
test/ssl_test_ctx.h
test/ssl_test_ctx_test.c
test/ssl_test_ctx_test.conf
test/testutil.c
test/testutil.h