Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: 9f3626f2473bdce53e85eba96e502e950e29e16f
https://github.openssl.org/openssl/openssl/commit/9f3626f2473bdce53e85eba96e502e950e29e16f
Author: Tomas Mraz <[email protected]>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M crypto/encode_decode/decoder_meth.c
M crypto/encode_decode/encoder_meth.c
M providers/implementations/encode_decode/decode_der2key.c
Log Message:
-----------
Check return value of ossl_parse_property()
Also check if we have d2i_public_key() function pointer.
Fixes https://github.com/openssl/openssl/pull/18355#issuecomment-1144893289
Reviewed-by: Todd Short <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18462)
(cherry picked from commit 4fa5ed5ce5c345eaeaec8b86eda265add467f941)