]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Better error messages if there are no encoders/decoders/store loaders
authorMatt Caswell <matt@openssl.org>
Sat, 15 May 2021 09:27:09 +0000 (10:27 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 18 May 2021 14:30:25 +0000 (15:30 +0100)
commit40692ed7c80ae3bb6c92c674fb90a5e15d81052d
treee21057e3572c5d67325487563e0a940ebc4d0d13
parent9be5f9a8698b0d902ef1281716eda73a4d8478ed
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)
crypto/encode_decode/decoder_err.c
crypto/encode_decode/decoder_lib.c
crypto/encode_decode/encoder_lib.c
crypto/err/openssl.txt
crypto/store/store_err.c
crypto/store/store_lib.c
include/crypto/storeerr.h
include/openssl/decodererr.h
include/openssl/storeerr.h