Skip to content

Add WiFi command to configure ECC slot #31

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

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Feb 5, 2024

This is used to configure client certificate and client key in the ssl client.
The certificate is sent as buffer via AT command and the key is read from secure element nvs namespace.

Issues:

  • Only one global client certificate and private key is supported. We need to implement a per client management FIXED
  • Verify that client certificate is ignored if connecting to anotehr server not requesting client verification FIXED

  - This is used to configure client certificate and client key in the ssl client
    The certificate is sent as buffer via AT command and the key is read from
    secure element nvs namespace
  - avoid cert_buf overwriting using preferences and custom ca
  - avoid cert_buf overwriting using ota and custom ca
@pennam pennam marked this pull request as ready for review February 13, 2024 08:27
@pennam pennam merged commit 30e7695 into arduino:main Feb 13, 2024
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