rolandoislas / BrightWebSocket

RFC 6455 WebSocket Library for the Roku
Other
14 stars 11 forks source link

Outstanding notes #4

Open custa1200 opened 5 years ago

custa1200 commented 5 years ago

Hi, very interested to see where this project goes, but was wondering if there is any further thoughts on the outstanding notes especially the secure sockets?

rolandoislas commented 5 years ago

About the secure sockets, Roku does not expose any secure socket implementations or SSL/TLS libraries. The implementation would need to be written in BrightScript. Some work has been started in the dev branch, but so far it is only handles part of the TLS handshake.

Edit: The note about ASCII instead of UTF-8 is inaccurate. Roku string operations support UTF-8. The ASCII limit is only imposed on rendered text.