mbedtls/include/psa
Gilles Peskine 7a894f2142 Move backward compatibility aliases to their own header
Move backward compatibility aliases to a separate header. Reserve
crypto_extra.h for implementation-specific extensions that we intend
to keep supporting.

This is better documentation for users. New users should simply ignore
backward compatibility aliases, and old users can look at
crypto_compat.h to see what is deprecated without bothering about new
features appearing in crypto_extra.h.

This facilitates maintenance because scripts such as
generate_psa_constants that want to ignore backward compability
aliases can simply exclude crypto_compat.h from their parsing.
2019-11-26 18:20:58 +01:00
..
crypto.h Document that psa_close_key(0) and psa_destroy_key(0) succeed 2019-10-08 15:43:13 +02:00
crypto_accel_driver.h Pacify check-names.sh 2019-03-06 18:29:57 +01:00
crypto_compat.h Move backward compatibility aliases to their own header 2019-11-26 18:20:58 +01:00
crypto_driver_common.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_entropy_driver.h Doxygen changes to match the code changes. clarifications. 2019-02-15 17:23:42 -06:00
crypto_extra.h Move backward compatibility aliases to their own header 2019-11-26 18:20:58 +01:00
crypto_platform.h Merge pull request #139 from Patater/des-faster-and-typo-fix 2019-09-04 12:18:39 +01:00
crypto_se_driver.h SE driver: validate_slot_number: support changing persistent data 2019-10-01 14:27:23 +02:00
crypto_sizes.h Fix ECDSA case in PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE 2019-11-12 13:21:53 +01:00
crypto_struct.h Key derivation: forbid output_key without input_key 2019-09-24 18:39:03 +02:00
crypto_types.h Recommend use of GREASE values for vendor defined DH groups 2019-10-07 22:27:17 +01:00
crypto_values.h Merge pull request #279 from athoelke/at-fix262 2019-10-11 14:03:18 +01:00