openssl/crypto/encode_decode
Matt Caswell 40692ed7c8 Better error messages if there are no encoders/decoders/store loaders
If you don't have the base or default providers loaded and therefore there
are no encoders/decoders or store loaders then the error messages can be
cryptic. We provide better hints about how to fix the problem.

Fixes #13798

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15306)
2021-05-18 15:30:25 +01:00
..
build.info
decoder_err.c Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
decoder_lib.c Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
decoder_meth.c encoder: add a _name() function for encoders and decoders 2021-05-12 18:40:57 +10:00
decoder_pkey.c decoder: fix Coverity 1473236 & 1473386: resource leaks 2021-03-20 10:08:00 +10:00
encoder_err.c
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