mbedtls/programs/pkey
Manuel Pégourié-Gonnard 93302422fd Fix instances of old feature macros being used
sed -i -f md.sed include/mbedtls/ssl.h library/hmac_drbg.c programs/pkey/*.c programs/x509/*.c tests/scripts/generate_pkcs7_tests.py tests/suites/test_suite_random.data

Then manually revert programs/pkey/ecdsa.c as it's using a low-level
hash API.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-03-24 10:43:40 +01:00
..
CMakeLists.txt Fix cmake build of programs 2021-06-17 09:38:38 +02:00
dh_client.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
dh_genprime.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00: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 instances of old feature macros being used 2023-03-24 10:43:40 +01:00
ecdh_curve25519.c Fix use of sizeof without brackets 2023-02-02 12:40:50 +00:00
ecdsa.c Fix use of sizeof without brackets 2023-02-02 12:40:50 +00:00
gen_key.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
key_app.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
key_app_writer.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
mpi_demo.c Switch to the new code style 2023-01-11 14:50:10 +01:00
pk_decrypt.c Switch to the new code style 2023-01-11 14:50:10 +01:00
pk_encrypt.c Switch to the new code style 2023-01-11 14:50:10 +01:00
pk_sign.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
pk_verify.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
rsa_decrypt.c Switch to the new code style 2023-01-11 14:50:10 +01:00
rsa_encrypt.c Switch to the new code style 2023-01-11 14:50:10 +01:00
rsa_genkey.c Switch to the new code style 2023-01-11 14:50:10 +01:00
rsa_priv.txt Normalize line endings 2020-05-27 21:55:08 +02:00
rsa_pub.txt Normalize line endings 2020-05-27 21:55:08 +02:00
rsa_sign.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
rsa_sign_pss.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
rsa_verify.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
rsa_verify_pss.c Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00