mbedtls/library
Bence Szépkúti c662b36af2 Replace all inclusions of config.h
Also remove preprocessor logic for MBEDTLS_CONFIG_FILE, since
build_info.h alreadyy handles it.

This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^include/mbedtls/build_info\.h$' | xargs sed -b -E -i '
/^#if !?defined\(MBEDTLS_CONFIG_FILE\)/i#include "mbedtls/build_info.h"
//,/^#endif/d
'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:24:07 +01:00
..
.gitignore
aes.c
aesni.c
aesni.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
aria.c
asn1parse.c
asn1write.c
base64.c
bignum.c Correct some statements about the ordering of A and B 2021-06-22 12:47:21 +02:00
bn_mul.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
camellia.c
ccm.c
chacha20.c
chachapoly.c
check_crypto_config.h
cipher_wrap.c
cipher_wrap.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
cipher.c Add output_length parameter to mbedtls_gcm_finish 2021-06-23 21:51:32 +02:00
cmac.c
CMakeLists.txt Merge pull request #4259 from CJKay/cmake-config 2021-06-25 20:32:13 +01:00
common.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c
ecdsa.c
ecjpake.c
ecp_curves.c
ecp_internal_alt.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ecp_invasive.h
ecp.c Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 2021-06-22 12:08:37 +02:00
entropy_poll.c
entropy_poll.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
entropy.c
gcm.c Add output_length parameter to mbedtls_gcm_finish 2021-06-23 21:51:32 +02:00
hkdf.c
hmac_drbg.c
Makefile
md5.c
md_wrap.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
md.c
memory_buffer_alloc.c
mps_common.h
mps_error.h
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h
net_sockets.c Fix fd range for select on Windows 2021-06-20 23:14:36 +02:00
nist_kw.c
oid.c
padlock.c
padlock.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
pem.c
pk_wrap.c
pk_wrap.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
pk.c
pkcs5.c
pkcs12.c
pkparse.c Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA 2021-06-22 09:27:41 +02:00
pkwrite.c
platform_util.c
platform.c
poly1305.c
psa_crypto_aead.c
psa_crypto_aead.h
psa_crypto_cipher.c
psa_crypto_cipher.h
psa_crypto_client.c
psa_crypto_core.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
psa_crypto_driver_wrappers.c
psa_crypto_driver_wrappers.h
psa_crypto_ecp.c
psa_crypto_ecp.h
psa_crypto_hash.c
psa_crypto_hash.h
psa_crypto_invasive.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
psa_crypto_its.h
psa_crypto_mac.c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC 2021-06-22 12:18:25 +02:00
psa_crypto_mac.h
psa_crypto_random_impl.h
psa_crypto_rsa.c Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt 2021-06-23 11:47:38 +02:00
psa_crypto_rsa.h
psa_crypto_se.c
psa_crypto_se.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
psa_crypto_slot_management.c Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h 2021-06-25 09:01:08 +02:00
psa_crypto_slot_management.h
psa_crypto_storage.c Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h 2021-06-25 09:01:08 +02:00
psa_crypto_storage.h
psa_crypto.c Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error 2021-06-25 15:39:59 +01:00
psa_its_file.c
ripemd160.c
rsa_alt_helpers.c
rsa_alt_helpers.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
rsa.c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation 2021-06-24 10:28:20 +02:00
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c
ssl_cookie.c
ssl_invasive.h
ssl_misc.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_msg.c
ssl_srv.c
ssl_ticket.c
ssl_tls13_keys.c
ssl_tls13_keys.h
ssl_tls.c Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export 2021-06-22 18:52:37 +02:00
threading.c
timing.c
version.c
x509_create.c
x509_crl.c
x509_crt.c Merge pull request #4671 from mpg/x509-crt-profile-public 2021-06-23 16:06:12 +01:00
x509_csr.c
x509.c
x509write_crt.c
x509write_csr.c