suyashkumar/conduit-firmware-library

Implement verifyCertChain to have the firmware verify the conduit certificate

Opened this issue · 1 comments

Instead of hardcoding the TLS fingerprint for the conduit certificate (that may change), the firmware should verify the certificate chain from a root CA certificate using verifyCertChain as discussed here and here

moved here from suyashkumar/conduit#73

Implementing this requires changes in two other dependency repositories. Corresponding issues have been opened:
timum-viw/socket.io-client#30
Links2004/arduinoWebSockets#352

I will likely proceed with implementing necessary changes in those two libraries over the next couple weeks as discussed on Links2004/arduinoWebSockets#352.