Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 4fa5ed5ce5c345eaeaec8b86eda265add467f941
https://github.openssl.org/openssl/openssl/commit/4fa5ed5ce5c345eaeaec8b86eda265add467f941
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)