arduino-libraries / ArduinoIoTCloud

Home Page:https://app.arduino.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using ArduinoBearSSL as a library

gannaramu opened this issue · comments

I see that there is a port of bearssl in the tls folder. is there a reason for not using the ArduinoBearSSL library instead?

Yes. This allows us to define a narrow profile (defining the supported encryption algorithms) therefore preserving much needed space. See aiotc_profile.c.

The reason for that query was the ArduinoBearSSL nor the ArduinoECCX08 do not include a few files such as the CryptoUtil and the ECCX08Cert which are required for reconstructing the compressed certificates on the ATECC608. Are there any plans of including them in ArduinoBearSSL? @aentinger

Are there any plans of including them in ArduinoBearSSL?

No.