Ensure libssl uses the new library context aware CT code
authorMatt Caswell <matt@openssl.org>
Fri, 3 Apr 2020 15:26:28 +0000 (16:26 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 9 Apr 2020 13:51:48 +0000 (14:51 +0100)
commit1a37ee9402eaf262bea58309d162304b0347367b
treebe2b99b5fce4daaef5d32bca21babda300dbf674
parentd4b2bfbadecd64de298d37ef6eb90a829da01a6a
Ensure libssl uses the new library context aware CT code

Ensure that when we create a CTLOG_STORE we use the new library context
aware function.

Also ensure that when we create a CT_POLICY_EVAL_CTX we associate it with
the library context.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11483)
ssl/ssl_lib.c