Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

microbuilder
Copy link

As of the latest version of Zephyr (2.7-rc2 here), you must
enable the CONFIG_MBEDTLS_CIPHER_GCM_ENABLED config flag
to include GCM support, and avoid a linker error running the
test code.

Signed-off-by: Kevin Townsend [email protected]

@microbuilder
Copy link
Author

I stumbled across this looking for COSE libraries that support encryption, and didn't expect to find a ready-made Zephyr module. Thanks for putting this together! It's useful with TF-M, which is also supported in Zephyr and makes use of COSE for attestation tokens, etc.

Presumably the project isn't under active development, though?

As of the latest version of Zephyr (2.7-rc2 here), you must
enable the `CONFIG_MBEDTLS_CIPHER_GCM_ENABLED` config flag
to include GCM support. This commit changes the name of this
config value.

Signed-off-by: Kevin Townsend <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant