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

Expose SSL sockets to micropython #6

Open
drrk opened this issue Jun 20, 2016 · 1 comment
Open

Expose SSL sockets to micropython #6

drrk opened this issue Jun 20, 2016 · 1 comment

Comments

@drrk
Copy link

drrk commented Jun 20, 2016

Currently it's not possible to create an SSL socket through micropython. This is for two reasons,

  1. the protocol argument of the constructor is not passed through in stmhal/modusocket.c socket_make_new()

  2. There is no exposure to setup the structure for the certificates exposed to micropython yet.

@thinkl33t
Copy link
Contributor

This isnt entirely working yet - @drrk will close once it is.

@thinkl33t thinkl33t reopened this Aug 3, 2016
@thinkl33t thinkl33t added this to the Before Flashing milestone Aug 3, 2016
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

3 participants