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

Create TLS implementation #1

Open
No9 opened this issue Jul 27, 2015 · 1 comment
Open

Create TLS implementation #1

No9 opened this issue Jul 27, 2015 · 1 comment

Comments

@No9
Copy link
Contributor

No9 commented Jul 27, 2015

Currently the tls module doesn't have an implementation in chrome packaged app.
https://nodejs.org/api/tls.html

The best place to start this might be to take a copy of
https://github.com/feross/chrome-net

Then look at the https://developer.chrome.com/apps/sockets_tcp#method-secure
And try and implement secure sockets https://nodejs.org/api/tls.html#tls_class_tls_tlssocket

After that it might be worth while taking
https://github.com/Rise-Vision/chrome-app-tls-server and looking to see if that can be wrapped/deconstructed to map to the server implementation
https://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener

Note tests can be taken from:
https://github.com/nodejs/node/tree/old-master/test/simple

adding @puzdrow how has been asking questions about this.

If anyone takes it on please post a link here

@No9
Copy link
Contributor Author

No9 commented Jul 31, 2015

Starting it here https://github.com/No9/chrome-tls

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

No branches or pull requests

1 participant