Skip to content

RFC - automatically load CA Certs from SPIFFS or PROGMEM for WiFiClientSecure/ESP8266HTTPClient #4026

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

Closed
liebman opened this issue Dec 25, 2017 · 2 comments

Comments

@liebman
Copy link
Contributor

liebman commented Dec 25, 2017

After the discussion on #3933 I started looking at making it easier to handle CA Certificates.
My thinking is to add a new function to the axtls library that would return the name of the certificate that needs to be loaded using ca_cert_dn from the last cert in the chain. Then use that to load data either from SPIFFS or PROGMEM.
Has anyone looked at this or something similar? Thoughts?

@igrr
Copy link
Member

igrr commented Dec 26, 2017

I'm working on igrr/axtls-8266#44, which has similar goals, but uses authority key identifier instead of the CA certificate name.

@liebman
Copy link
Contributor Author

liebman commented Aug 6, 2018

With the integration of bearssl I think this can be closed.

@liebman liebman closed this as completed Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants