]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parameters
authorJon Spillett <jon.spillett@oracle.com>
Tue, 19 Jan 2021 03:43:35 +0000 (13:43 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 20 Jan 2021 12:10:49 +0000 (13:10 +0100)
commit3d63348a871d2319f7ff3512f97fd660fa7fadea
treefd7dda0b8d38611939af2f58327e5931fc65dbb8
parentac6ea3a7c5f53dad710987aae289a66a2e3f159e
apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parameters

Needed to be able to set the libctx and propq.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13894)
apps/genpkey.c