]> git.ipfire.org Git - thirdparty/openssl.git/commit
Change the DRBG HASH implementation to lookup all allowed algorithm names
authorMatt Caswell <matt@openssl.org>
Thu, 20 Jun 2019 10:51:08 +0000 (11:51 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 09:22:21 +0000 (10:22 +0100)
commit671aaecd365644d6981c9542d48a1c32666da18d
treedfbe7a402e4e7de8604b70a05f6857d5011fbd9d
parent4cecf7a127fbe18316140963acf8787139f90f8d
Change the DRBG HASH implementation to lookup all allowed algorithm names

We use the new function ossl_prov_util_nid_to_name() to look up the
algorithm and unify the FIPS_MODE and non-FIPS_MODE handling.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9035)
crypto/rand/drbg_hash.c