Skip to content
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

Allow usage of byte arrays to set RootCAs #2968

Merged
merged 2 commits into from
Feb 15, 2017
Merged

Conversation

sauttefk
Copy link
Contributor

Something like this is now possible:

const size_t DST_Root_CA_X3_len = 846;
const uint8_t DST_Root_CA_X3[] = {0x30, ....., 0xfd}; 
client.setCACert(DST_Root_CA_X3, DST_Root_CA_X3_len);

@codecov-io
Copy link

Codecov Report

Merging #2968 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2968   +/-   ##
=======================================
  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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f30c03b...9a9db82. Read the comment docs.

@igrr igrr merged commit af58a74 into esp8266:master Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants