mbedtls/programs/psa
Gilles Peskine dcaefae849 Parametrize Diffie-Hellman keys by a group identifier
Parametrize finite-field Diffie-Hellman key types with a DH group
identifier, in the same way elliptic curve keys are parametrized with
an EC curve identifier.

Define the DH groups from the TLS registry (these are the groups from
RFC 7919).

Replicate the macro definitions and the metadata tests from elliptic
curve identifiers to DH group identifiers.

Define PSA_DH_GROUP_CUSTOM as an implementation-specific extension for
which domain parameters are used to specify the group.
2019-05-16 19:51:10 +02:00
..
CMakeLists.txt Run generate_psa_constants.py before building psa_constant_names with cmake 2019-02-07 13:08:34 +00:00
crypto_examples.c Rename psa_generate_key() and psa_generator_import_key() 2019-05-03 15:44:28 +01:00
key_ladder_demo.c Rename generator functions to psa_key_derivation_xxx 2019-05-16 18:55:21 +02: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