mbedtls/programs
Gilles Peskine 63d92c6633 Strict C99: don't use extremely large string literals
Don't use string literals that are longer than 4095 bytes, which is
the minimum that C99 compilers are required to support. Compilers are
extremely likely to support longer literals, but `gcc -std=c99 -pedantic`
complains.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-30 18:47:36 +02:00
..
aes Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00
hash Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
pkey Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00
random Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ssl Strict C99: don't use extremely large string literals 2020-04-30 18:47:36 +02:00
test Get rid of a magic value in benchmark.c 2020-04-17 11:19:53 +02:00
util Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
x509 Document support for MD2 and MD4 in programs/x509/cert_write 2019-06-03 16:22:19 +01:00
.gitignore Add new program to gitignore 2015-11-02 06:34:29 +09:00
CMakeLists.txt
Makefile programs: Make make clean clean all programs always 2019-06-20 16:30:36 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00