mbedtls/library
Manuel Pégourié-Gonnard 5220781b98 Fix missing include in some files
Add it in all files that use mbedtls_plaform_memset() but didn't already
include platfom_util.h.

In some configurations it just happened to work, either because it was
included indirectly or because the part of the code that used that function
was disabled, but it some configurations it broke, so let's fix it properly.
2019-10-22 10:03:07 +02:00
..
.gitignore Split libs with make + general make cleanups 2015-06-25 10:59:56 +02:00
aes.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
aesni.c Warn if using a memory sanitizer on AESNI 2018-04-05 15:37:38 +02:00
arc4.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
aria.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
asn1parse.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
asn1write.c Fix ASN1 bitstring writing 2019-02-11 21:13:33 +00:00
base64.c Add comment to integer overflow fix in base64.c 2017-02-15 23:31:07 +02:00
bignum.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
blowfish.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
camellia.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ccm.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
certs.c Fixup certs.c: Remove redundant TinyCrypt guard 2019-09-04 16:19:49 +01:00
chacha20.c Improve macro hygiene 2019-04-24 10:51:54 +02:00
chachapoly.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
cipher.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
cipher_wrap.c Consistently use (type *) instead of (type*) for pointer conversion 2019-06-25 09:10:57 +01:00
cmac.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
CMakeLists.txt Merge remote-tracking branch 'public/pr/2835' into baremetal 2019-09-24 15:28:35 +01:00
ctr_drbg.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
debug.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
des.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
dhm.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ecdh.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ecdsa.c Merge branch 'baremetal' into baremetal-2.16-20190909 2019-09-12 09:58:14 +02:00
ecjpake.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ecp.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ecp_curves.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
entropy.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
entropy_poll.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
error.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
gcm.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
havege.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
hkdf.c Introduce MD handle type 2019-09-09 09:45:57 +01:00
hmac_drbg.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
Makefile Merge pk_wrap into pk.c 2019-09-19 10:45:14 +02:00
md.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
md2.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
md4.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
md5.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
memory_buffer_alloc.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
net_sockets.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
nist_kw.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
oid.c Fixup: Add missing TinyCrypt guards 2019-09-04 16:17:45 +01:00
padlock.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pem.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
pk.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
pkcs5.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
pkcs11.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
pkcs12.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
pkparse.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
pkwrite.c Merge remote-tracking branch 'public/pr/2835' into baremetal 2019-09-24 15:28:35 +01:00
platform.c Omit runtime configuration of calloc/free if macro config enabled 2018-10-11 11:04:20 +01:00
platform_util.c Prevent a 0-modulus 2019-10-03 13:49:35 +03:00
poly1305.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ripemd160.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
rsa.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
rsa_internal.c Bignum: Deprecate mbedtls_mpi_is_prime() 2018-10-09 16:36:53 +01:00
sha1.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
sha256.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
sha512.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ssl_cache.c Fix missing include in some files 2019-10-22 10:03:07 +02:00
ssl_ciphersuites.c Fixup: Add missing TinyCrypt guards 2019-09-04 16:17:45 +01:00
ssl_cli.c Remove dependency from SSL on PK internals 2019-09-19 10:45:14 +02:00
ssl_cookie.c Review corrections 2 2019-09-09 17:21:18 +03:00
ssl_srv.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ssl_ticket.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
ssl_tls.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
threading.c Don't declare and define gmtime()-mutex on Windows platforms 2018-09-06 12:09:56 +01:00
timing.c timing: Remove redundant include file 2019-06-20 16:33:02 +01:00
version.c Fix missing void argument declarations #678 2016-11-04 23:05:56 +01:00
version_features.c Merge remote-tracking branch 'origin/pr/609' into baremetal 2019-09-10 14:50:04 +01:00
x509.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
x509_create.c Move declarations of internal X.509 functions to separate header 2019-06-25 09:10:57 +01:00
x509_crl.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
x509_crt.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
x509_csr.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
x509write_crt.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
x509write_csr.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
xtea.c Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00