openssl/crypto/encode_decode
Tomas Mraz 4d2d4b4bc1 OSSL_DECODER_from_bio: Report an unsupported error when there is none
When nothing was decoded and there is no error on the stack report
something.

Fixes #15442

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15441)
2021-05-26 13:04:38 +02:00
..
build.info
decoder_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
decoder_lib.c OSSL_DECODER_from_bio: Report an unsupported error when there is none 2021-05-26 13:04:38 +02:00
decoder_meth.c encoder: add a _name() function for encoders and decoders 2021-05-12 18:40:57 +10:00
decoder_pkey.c Don't try the same decoder multiple times 2021-05-24 09:39:27 +01:00
encoder_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
encoder_lib.c Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
encoder_local.h encoder: add a _name() function for encoders and decoders 2021-05-12 18:40:57 +10:00
encoder_meth.c encoder: add a _name() function for encoders and decoders 2021-05-12 18:40:57 +10:00
encoder_pkey.c Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT 2021-05-06 17:03:41 +02:00