mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
8 lines
434 B
Plaintext
8 lines
434 B
Plaintext
|
Changes
|
||
|
* Extended PSA Crypto configurations options for FFDH by making it possible
|
||
|
to select only some of the parameters / groups, with the macros
|
||
|
PSA_WANT_DH_RFC7919_XXXX. You now need to defined the corresponding macro
|
||
|
for each size you want to support. Also, if you have an FFDH accelerator,
|
||
|
you'll need to define the appropriate MBEDTLS_PSA_ACCEL macros to signal
|
||
|
support for these domain parameters.
|