Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}
authorRichard Levitte <levitte@openssl.org>
Sat, 25 Feb 2017 22:38:46 +0000 (23:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2019 22:36:23 +0000 (23:36 +0100)
commit1427d33cee59d6fe54efe1b5a322a1d7c8c03c20
treea7c5b8e0049cb8dfdc53ff10cd7f4b457c602754
parent5388f9862d9aaf3c7cf7a70c1e36e7e983c26cfc
Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}

They now go through internal STORE routines to do their job.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2746)
crypto/pem/pem_pkey.c