mbedtls/programs
Gilles Peskine 3aba3f48f8 Strict C99: don't use a signed* when an unsigned* is expected
It works in practice on almost every platform, given that we're only
using the wrong type in cases where the value is guaranteed to stay
within the value bits of a signed int. But even in this case it may or
may not be strictly conforming. Anyway `gcc -std=c99 -pedantic`
rejects it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-30 13:24:16 +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 Fix possible close_notify/ClientHello confusion 2020-03-03 10:15:26 +01: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 - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
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