arduino-libraries / ArduinoECCX08

78 stars 49 forks source link

Added self signed certificate create capabilities #9

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

This pull request, adds a new sketch and support to creating, storing and re-constructing a self signed certificate for a private key slot, another slot is used to persist the dates and signature for the self signed certificate.

Utils from the CSR code was split out, so they could be re-used.