PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
authorRichard Levitte <levitte@openssl.org>
Mon, 18 May 2020 06:32:28 +0000 (08:32 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Jun 2020 18:00:25 +0000 (20:00 +0200)
PEM_write_bio_PKCS8PrivateKey(), i2d_PKCS8PrivateKey_bio(),
PEM_write_PKCS8PrivateKey(), and i2d_PKCS8PrivateKey_fp() are affected
by this.

Fixes #11845

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11855)


No differences found