]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/evp_fetch.c
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)
commitcb92964563a053d5d9c0810912fa6d3ff35c1e16
tree8c8b2ec7a5635ae092fe6658c71dbc0d4d387a4c
parentbc362b9b72021c2a066102f4f6bee5afc981e07a
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 <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8681)
crypto/err/openssl.txt
crypto/evp/evp_err.c
crypto/evp/evp_fetch.c
doc/man3/EVP_MD_fetch.pod
doc/man3/EVP_set_default_properties.pod [new file with mode: 0644]
include/openssl/evp.h
include/openssl/evperr.h
util/libcrypto.num