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

tls: integration of atecc608b to perform authentication #29

Closed
joelguittet opened this issue Oct 11, 2023 · 0 comments · Fixed by #28 or #31
Closed

tls: integration of atecc608b to perform authentication #29

joelguittet opened this issue Oct 11, 2023 · 0 comments · Fixed by #28 or #31
Assignees
Labels
enhancement New feature or request

Comments

@joelguittet
Copy link
Owner

The purpose of this ticket is to provide TLS authentication using a secure element. An example should be shown.

For this purpose the current tls implementation should be reworked to keep private key inside the tls module. API with the mender-client, mender-api and mender-storage modules will move.

The cryptoauthlib from Microchip will be used to interface the atecc608b secure element.

Tasks includes:

  • Management of private key inside the tls module
  • Selection of the tls implementation through CMake and KConfig files (choices should be mbedtls or cryptoaauthlib for atecc608b)
  • Creation of a new specific example to demonstrate the usage of the secure element
  • Update of the documentation

References:

@joelguittet joelguittet linked a pull request Oct 11, 2023 that will close this issue
@joelguittet joelguittet self-assigned this Oct 11, 2023
@joelguittet joelguittet added the enhancement New feature or request label Oct 11, 2023
@joelguittet joelguittet linked a pull request Oct 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant