mbedtls/programs/psa
Gilles Peskine e56e878207 Remove extra parameter from psa_generate_key
Read extra data from the domain parameters in the attribute structure
instead of taking an argument on the function call.

Implement this for RSA key generation, where the public exponent can
be set as a domain parameter.

Add tests that generate RSA keys with various public exponents.
2019-04-26 17:37:50 +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 Remove extra parameter from psa_generate_key 2019-04-26 17:37:50 +02:00
key_ladder_demo.c Remove extra parameter from psa_generate_key 2019-04-26 17:37:50 +02:00
key_ladder_demo.sh New sample program key_ladder_demo 2018-09-12 16:50:07 +03:00
psa_constant_names.c psa_constant_names: support key agreement algorithms 2019-04-18 09:42:21 +02:00