openssl/providers
Shane Lontis f2a7151849 Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.
By the time the keygen is called the references to strings inside the
gen ctx are floating pointers. A strdup solves this problem.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13432)
2020-11-20 11:59:23 +10:00
..
common prov: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
fips prov: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
implementations Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA. 2020-11-20 11:59:23 +10:00
baseprov.c PROV: Re-implement all the keypair encoders 2020-11-11 12:43:27 +01:00
build.info
decoders.inc PROV: Re-implement all the keypair decoders 2020-11-11 11:42:06 +01:00
defltprov.c prov: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
encoders.inc PROV: Re-implement all the keypair encoders 2020-11-11 12:43:27 +01:00
legacyprov.c
nullprov.c null prov: fix gettable param array type. 2020-10-16 10:33:38 +10:00
prov_running.c
stores.inc