-
Notifications
You must be signed in to change notification settings - Fork 13.3k
enable loading of root-CAs, certificates and keys from byte array... #2877
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
…tead of SPIFFS-stream
Sorry, isn't this what |
@igrr
bool loadCACert(Stream& stream, size_t size);
+ bool loadCACert(const uint8_t* pk, size_t size); the |
My point was that the new functuon which sets CACert from byte array should be called |
OK, got your point. |
Codecov Report
@@ Coverage Diff @@
## master #2877 +/- ##
=======================================
Coverage 27.82% 27.82%
=======================================
Files 20 20
Lines 3626 3626
Branches 656 656
=======================================
Hits 1009 1009
Misses 2441 2441
Partials 176 176 Continue to review full report at Codecov.
|
New Pull Request #2968 |
instead of SPIFFS-stream
Something like this is now possible: