From: Richard Levitte Date: Fri, 5 Apr 2019 08:46:18 +0000 (+0200) Subject: EVP_set_default_properties(): New function to set global properties X-Git-Tag: openssl-3.0.0-alpha1~2219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb92964563a053d5d9c0810912fa6d3ff35c1e16;hp=cb92964563a053d5d9c0810912fa6d3ff35c1e16;p=thirdparty%2Fopenssl.git EVP_set_default_properties(): New function to set global properties EVP_MD_fetch() can be given a property query string. However, there are cases when it won't, for example in implicit fetches. Therefore, we also need a way to set a global property query string to be used in all subsequent fetches. This also applies to all future algorithm fetching functions. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8681) ---