You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS 1.2 has optional support for a key exchange based on EC J-PAKE, defined as part of the Thread standard, see MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED. Currently the implementation always uses the mbedtls_ecjpake API regardless of whether MBEDTLS_USE_PSA_CRYPTO is enabled.
This task it to make it use the PSA API when MBEDTLS_USE_PSA_CRYPTO is enabled.
TLS 1.2 has optional support for a key exchange based on EC J-PAKE, defined as part of the Thread standard, see
MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
. Currently the implementation always uses thembedtls_ecjpake
API regardless of whetherMBEDTLS_USE_PSA_CRYPTO
is enabled.This task it to make it use the PSA API when
MBEDTLS_USE_PSA_CRYPTO
is enabled.Depends on:
The text was updated successfully, but these errors were encountered: