mbedtls/programs/pkey
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
..
CMakeLists.txt Add example program for Curve25519 2015-10-09 12:13:29 +01:00
dh_client.c Remove redundant ret = 1 in dh_client.c 2018-07-10 17:34:25 +01:00
dh_genprime.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
dh_prime.txt - Changed saved value to RCF 3526 2048 MODP group 2012-10-03 19:50:54 +00:00
dh_server.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ecdh_curve25519.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
ecdsa.c Fix debug message by using the correct function name called 2020-03-19 12:09:21 +01:00
gen_key.c Add explicit integer to enumeration casts to programs/pkey/gen_key.c 2018-11-06 13:36:19 +00:00
key_app_writer.c Fix private DER output shifted by one byte. 2019-01-31 19:20:37 +02:00
key_app.c Merge remote-tracking branch 'public/pr/1800' into mbedtls-2.7 2018-07-24 13:30:40 +01:00
mpi_demo.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
pk_decrypt.c Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00
pk_encrypt.c Minor formatting improvements in pk_encrypt and pk_decrypt examples 2018-08-23 15:14:52 +01:00
pk_sign.c Change size of preallocated buffer for pk_sign() calls 2019-06-06 13:06:46 +02:00
pk_verify.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
rsa_decrypt.c Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00
rsa_encrypt.c Fix ret code in rsa_encrypt.c 2018-07-10 17:34:25 +01:00
rsa_genkey.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
rsa_priv.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_pub.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_sign_pss.c Remove duplicate #include 2019-01-09 15:38:37 +00:00
rsa_sign.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
rsa_verify_pss.c Fix typo in platform macro defines for examples 2018-07-10 17:34:25 +01:00
rsa_verify.c Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00