]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check return value of ossl_parse_property()
authorTomas Mraz <tomas@openssl.org>
Thu, 2 Jun 2022 14:50:15 +0000 (16:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jun 2022 07:44:53 +0000 (09:44 +0200)
commit4fa5ed5ce5c345eaeaec8b86eda265add467f941
tree413d888ff88a73c5a00412c85435e85bb3d847e0
parent697d0b5ba146c232f5b2aa87f4e847a5495c1735
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 <todd.short@me.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18462)
crypto/encode_decode/decoder_meth.c
crypto/encode_decode/encoder_meth.c
providers/implementations/encode_decode/decode_der2key.c