[tf-psa-crypto] Remove DHM module#175
Conversation
af96d0a to
3ce6496
Compare
3ce6496 to
b1706aa
Compare
b1706aa to
ce5d878
Compare
|
I'm removing the |
ronald-cron-arm
left a comment
There was a problem hiding this comment.
This looks almost good to me, only some minor comments, thanks.
ce5d878 to
47c19d0
Compare
47c19d0 to
34dfe6d
Compare
MBEDTLS_DHM_C is being removed so related test suites can be removed as well. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
34dfe6d to
c2ebd20
Compare
ronald-cron-arm
left a comment
There was a problem hiding this comment.
This looks almost good to me, just one thing why not merging psa_crypto_ffdh_params.h into psa_crypto_ffdh.h? I do not see why we would need two files.
|
c2ebd20 to
5b0767e
Compare
ronald-cron-arm
left a comment
There was a problem hiding this comment.
One last thing otherwise it looks good to me, thanks.
Standardized DH groups which were defined in dhm.h have been moved to psa_crypto_ffdh_params.h. These are used by the psa_crypto_ffdh.c file internally only. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit also removes references to DHM module in the documentation of other symbols in crypto_config.h. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
5b0767e to
8042139
Compare
|
PR validated by the CI of #9972. Ready to be merged. |
Description
Helps resolving Mbed-TLS/mbedtls#9956
This PR introduces changes which are incompatible if tested with
developmentbranch of the main Mbed-TLS repo. Please use CI of Mbed-TLS/mbedtls#9972 to check if changes here are OK or not.PR checklist