Use a non-default libctx in sslapitest
authorMatt Caswell <matt@openssl.org>
Wed, 18 Mar 2020 17:17:37 +0000 (17:17 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 19 Apr 2020 13:40:55 +0000 (14:40 +0100)
commit5e30f2fd58bac0db5c23e33e865fa70bd6eb4349
treeacaf649f6e91384529b104d220e6903f96764c3d
parent09ec5e6f5d08a854d40e4a1847759fc6a5793ec6
Use a non-default libctx in sslapitest

We also don't load the default provider into the default libctx to make
sure there is no accidental "leakage".

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11508)
14 files changed:
test/asynciotest.c
test/dtlstest.c
test/fatalerrtest.c
test/gosttest.c
test/recipes/90-test_sslapi.t
test/recordlentest.c
test/servername_test.c
test/sslapitest.c
test/sslbuffertest.c
test/sslcorrupttest.c
test/sslprovidertest.c
test/ssltestlib.c
test/ssltestlib.h
test/tls13ccstest.c