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

platform: integration of ATECC608 secure element #31

Merged
merged 9 commits into from
Nov 8, 2023

Conversation

joelguittet
Copy link
Owner

@joelguittet joelguittet commented Oct 30, 2023

The purpose of this Pull Request is to integrate ATECC608 secure element to perform authentication of the device with the mender server. This will permit to avoid generating keys in the device and expose the private key (it will instead remains secret inside the secure element).

To achieve this integration, the platform directory architecture needs to be reworked to permit several implementation of each feature. At the same time weak implementation is added to permit user custom variant.

Particularly regarding the platform "tls" module, variants available at the end will be "mbedtls" (the current one and will remains the default), "cryptoauthlib" (library from microchip to interface secure element such as the ATECC608) and "weak" (that the developer can select to create it's own version of the variant).

@joelguittet joelguittet added the enhancement New feature or request label Oct 30, 2023
@joelguittet joelguittet self-assigned this Oct 30, 2023
@joelguittet joelguittet linked an issue Oct 30, 2023 that may be closed by this pull request
@joelguittet joelguittet force-pushed the feature/integration-secure-element branch 2 times, most recently from b4a00ee to 9be680c Compare October 30, 2023 21:11
@joelguittet joelguittet marked this pull request as ready for review November 8, 2023 16:08
@joelguittet joelguittet force-pushed the feature/integration-secure-element branch from a23daf5 to 1d77e08 Compare November 8, 2023 21:12
Copy link

sonarqubecloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

0.0% 0.0% Coverage
5.9% 5.9% Duplication

@joelguittet joelguittet merged commit 3825a9c into master Nov 8, 2023
6 checks passed
@joelguittet joelguittet deleted the feature/integration-secure-element branch November 8, 2023 21:27
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
Development

Successfully merging this pull request may close these issues.

tls: integration of atecc608b to perform authentication
1 participant