mbedtls/programs/psa
Janos Follath 71a4c9125b Add flag for removing deprecated API
Add the compile time option PSA_PRE_1_0_KEY_DERIVATION. If this is not
turned on, then the function `psa_key_derivation()` is removed.

Most of the tests regarding key derivation haven't been adapted to the
new API yet and some of them have only been adapted partially. When this
new option is turned off, the tests using the old API and test cases
using the old API of partially adapted tests are skipped.

The sole purpose of this option is to make the transition to the new API
smoother. Once the transition is complete it can and should be removed
along with the old API and its implementation.
2019-06-26 09:15:08 +01:00
..
CMakeLists.txt programs, tests: Depend only on libmbedcrypto 2019-04-25 11:46:21 +01:00
crypto_examples.c Remove spurious obsolete function call 2019-06-05 11:34:54 +02:00
key_ladder_demo.c Add flag for removing deprecated API 2019-06-26 09:15:08 +01:00
key_ladder_demo.sh New sample program key_ladder_demo 2018-09-12 16:50:07 +03:00
psa_constant_names.c Parametrize Diffie-Hellman keys by a group identifier 2019-05-16 19:51:10 +02:00