Skip to content

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