openssl/crypto/encode_decode
Petr Gotthard 021521aa91 Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT
External ENCODER may not implement OSSL_FUNC_ENCODER_IMPORT_OBJECT,
so a check for NULL is needed.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14919)
2021-05-06 17:03:41 +02:00
..
build.info
decoder_err.c ENCODER & DECODER: Allow decoder implementations to specify "carry on" 2021-04-21 10:53:03 +02:00
decoder_lib.c OSSL_DECODER_from_bio() Prevent spurious decoding error at EOF 2021-05-04 18:16:48 +02:00
decoder_meth.c Add OSSL_DECODER_description() and OSSL_ENCODER_description() 2021-04-02 08:57:47 +02:00
decoder_pkey.c decoder: fix Coverity 1473236 & 1473386: resource leaks 2021-03-20 10:08:00 +10:00
encoder_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
encoder_lib.c Update copyright year 2021-03-11 13:27:36 +00:00
encoder_local.h Update copyright year 2021-04-08 13:04:41 +01:00
encoder_meth.c Add OSSL_DECODER_description() and OSSL_ENCODER_description() 2021-04-02 08:57:47 +02:00
encoder_pkey.c Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT 2021-05-06 17:03:41 +02:00