Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MbedTLS ECDH operation requires key format to be set to "Plaintext and Wrapped (Vendor)" #297

Open
michaelthomasj opened this issue Oct 23, 2023 · 1 comment

Comments

@michaelthomasj
Copy link
Collaborator

Issue

When using the "mbedTLS (Crypto Only)" module in RA FSP v4.5.0, v4.6.0 and v5.0.0 the user has the option to configure the Key Format for ECC to "Plaintext Only" or "Plaintext and Wrapped (Vendor)". On devices where both options are available, selecting "Plaintext Only" will result in a failed operation when ECDH operations are performed (e.g. for a TLS connection).

Workaround

Change the ECC Key Format to "Plaintext and Wrapped (Vendor)" from the default "Plaintext Only" option when performing ECDH operations. In future releases the default option will be set to "Plaintext and Wrapped (Vendor)".

@michaelthomasj
Copy link
Collaborator Author

This is being internally tracked using FSPRA-1984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment