Explicitly fetch ciphers and digests in libssl
authorMatt Caswell <matt@openssl.org>
Thu, 16 Jan 2020 12:14:27 +0000 (12:14 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2020 11:59:07 +0000 (11:59 +0000)
We modify libssl to use explicitly fetched ciphers, digests and other
algorithms as required based on the configured library context and
property query string for the SSL_CTX that is being used.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10854)


No differences found