-
Notifications
You must be signed in to change notification settings - Fork 80
Prepare library to support SE050 crypto device #308
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
Conversation
Memory usage change @ 3d79839
Click for full report table
Click for full report CSV
|
Codecov Report
@@ Coverage Diff @@
## master #308 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 27 27
Lines 1113 1113
=======================================
Hits 1056 1056
Misses 57 57 Continue to review full report at Codecov.
|
Memory usage change @ 11c0c82
Click for full report table
Click for full report CSV
|
…es using SE050 crypto
… for devices using SE050 crypto
…. Equivalent to BearSSLTrustAnchors.h file.
rebased after #307 has been merged |
Memory usage change @ 6aad616
Click for full report table
Click for full report CSV
|
* CONSTANTS | ||
******************************************************************************/ | ||
static const char AIoTSSCert[] = | ||
"-----BEGIN CERTIFICATE-----\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this is a root certificate for the Arduino IoT Cloud servers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is. You can view it using:
openssl s_client -connect server:port -showcerts
This PR should be rebased and applied after #307 so only commits from 44a5920 to 3d79839 are meaningful. I did not found a better way to stack PRs from a fork...
Its goal is to prepare the library and add support to the
SE050
crypto device.As of now this
SE050
can be found onPORTENTA H7
boards, but it is not yet enabled in AIoTC_Config.h neither supported by the core.