]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for SSL_CTX_new_with_libctx()
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jan 2020 14:48:57 +0000 (14:48 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2020 11:59:07 +0000 (11:59 +0000)
commit9aa78c36ec3bdcf09742f6dea403fc09d40d420f
treea5e96ca9d747bdd2a5877f31a1abe6c8d9f34287
parent0f00ed7720257512924a7c891336d66e1c1083fa
Add a test for SSL_CTX_new_with_libctx()

We test that SSL_CTX_new_with_libctx() can be used to control the libctx
that is in use for SSL operations.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10854)
test/build.info
test/recipes/90-test_sslprovider.t [new file with mode: 0644]
test/sslprovidertest.c [new file with mode: 0644]
test/ssltestlib.c