]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
EVP_set_default_properties(): New function to set global properties
authorRichard Levitte <levitte@openssl.org>
Fri, 5 Apr 2019 08:46:18 +0000 (10:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Apr 2019 13:43:37 +0000 (15:43 +0200)
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 <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8681)


No differences found