Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Stream loaders for BearSSL#7675

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
earlephilhower merged 3 commits intoesp8266:masterfromearlephilhower:bsslstream
Oct 28, 2020

Conversation

@earlephilhower
Copy link
Collaborator

Fixes#7671

Allows for code to do things like read certs from LittleFS or even HTTP
connections with code like:

File cert = LittleFS.open("/client-crt.pem", "r");
clientCert = new X509List(cert, cert.size());
cert.close();

Fixesesp8266#7671Allows for code to do things like read certs from LittleFS or even HTTPconnections with code like:  File cert = LittleFS.open("/client-crt.pem", "r");  clientCert = new X509List(cert, cert.size());  cert.close();
Copy link
Collaborator

@d-a-vd-a-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Approving even if#7671 seems to be solved

@earlephilhowerearlephilhower merged commit77bd71e intoesp8266:masterOct 28, 2020
@earlephilhowerearlephilhower deleted the bsslstream branchOctober 28, 2020 14:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@d-a-vd-a-vd-a-v approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

No support for reading client certificate and private key from LittleFS (ESP8266WiFi - WiFiClientSecure/BearSSL)

2 participants

@earlephilhower@d-a-v

[8]ページ先頭

©2009-2025 Movatter.jp