openssl/include/crypto
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
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes_platform.h Update copyright year 2021-02-18 15:05:17 +00:00
aria.h Add ossl_aria symbols 2021-03-18 17:52:37 +10:00
asn1_dsa.h Add ossl_encode symbols 2021-03-18 17:52:37 +10:00
asn1.h Implement EVP_PKEY_dup() function 2021-03-28 16:38:57 +10:00
asn1err.h Check for integer overflow in i2a_ASN1_OBJECT and error out if found. 2021-04-07 18:06:06 +10:00
async.h Update copyright year 2021-02-18 15:05:17 +00:00
asyncerr.h
bioerr.h
bn_conf.h.in Update copyright year 2021-02-18 15:05:17 +00:00
bn_dh.h Update copyright year 2021-03-11 13:27:36 +00:00
bn_srp.h Update copyright year 2021-04-08 13:04:41 +01:00
bn.h Fix external symbols for bn 2021-02-26 10:32:22 +10:00
bnerr.h
buffererr.h
chacha.h Update copyright year 2021-02-18 15:05:17 +00:00
cmll_platform.h Update copyright year 2021-02-18 15:05:17 +00:00
cmperr.h
cmserr.h
comperr.h
conferr.h Allow absolute paths to be set 2021-05-05 13:11:17 +02:00
crmferr.h
cryptlib.h Add RUN_ONCE support to zlib init 2021-04-22 17:41:55 +02:00
cryptoerr.h
cterr.h
ctype.h Add ossl_asn1 symbols 2021-03-18 17:52:37 +10:00
decoder.h CORE: Add an algorithm_description field to OSSL_ALGORITHM 2021-04-02 08:52:37 +02:00
decodererr.h ENCODER & DECODER: Allow decoder implementations to specify "carry on" 2021-04-21 10:53:03 +02:00
des_platform.h Update copyright year 2021-02-18 15:05:17 +00:00
dh.h Fixes related to separation of DH and DHX types 2021-04-26 19:52:11 +02:00
dherr.h Add a range check (from SP800-56Ar3) to DH key derivation. 2021-04-01 09:07:08 +10:00
dsa.h Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
dsaerr.h
dso_conf.h.in Update copyright year 2021-02-18 15:05:17 +00:00
ec.h Add convenience functions and macros for asymmetric key generation 2021-05-11 12:46:42 +02:00
ecerr.h
ecx.h Add selection support to the provider keymgmt_dup function 2021-04-15 09:19:39 +02:00
encoder.h
encodererr.h
engine.h
engineerr.h
err.h Update copyright year 2021-02-18 15:05:17 +00:00
ess.h TS ESS: Move four internal aux function to where they belong in crypto/ts 2021-04-28 14:10:47 +02:00
esserr.h TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func 2021-03-18 07:03:53 +01:00
evp.h Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc. 2021-05-11 12:46:42 +02:00
evperr.h
httperr.h HTTP client: Minimal changes that include the improved API 2021-05-12 15:11:51 +02:00
lhash.h Add ossl_lhash symbols 2021-03-18 17:52:38 +10:00
md32_common.h
modes.h Update copyright year 2021-03-11 13:27:36 +00:00
objects.h Update copyright year 2021-04-08 13:04:41 +01:00
objectserr.h
ocsperr.h
pem.h PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders 2021-03-19 16:46:39 +01:00
pemerr.h PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders 2021-03-19 16:46:39 +01:00
pkcs7.h Add library context and property query support into the PKCS12 API 2021-04-30 09:15:50 +10:00
pkcs7err.h
pkcs12err.h
poly1305.h Update copyright year 2021-02-18 15:05:17 +00:00
punycode.h Update copyright year 2021-02-18 15:05:17 +00:00
rand_pool.h Add ossl_rand symbols 2021-03-18 17:52:37 +10:00
rand.h Add ossl_rand symbols 2021-03-18 17:52:37 +10:00
randerr.h
rsa.h Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
rsaerr.h
security_bits.h Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
sha.h Crypto: Add deprecation compatibility declarations for SHA* message digest functions 2021-05-08 14:41:36 +02:00
siphash.h Fix a TODO(3.0) in the siphash code 2021-03-17 10:16:21 +10:00
siv.h Update copyright year 2021-04-08 13:04:41 +01:00
sm2.h Fix external symbols related to ec & sm2 keys 2021-02-26 10:53:01 +10:00
sm2err.h
sm4.h Add ossl_ symbols for sm3 and sm4 2021-03-18 17:52:37 +10:00
sparse_array.h Add ossl_sa symbols 2021-03-18 17:52:37 +10:00
store.h Update copyright year 2021-02-18 15:05:17 +00:00
storeerr.h Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
tserr.h
types.h Added guarding #ifndef/#define to avoid duplicate include of crypto/types.h 2021-03-31 13:28:46 +10:00
uierr.h
x509.h Implement EVP_PKEY_dup() function 2021-03-28 16:38:57 +10:00
x509err.h
x509v3err.h