haxetink / tink_tcp

TCP everywhere!
MIT License
13 stars 6 forks source link

Secure connection #8

Closed benmerckx closed 7 years ago

benmerckx commented 7 years ago

This adds ssl/tls to connections. Endpoint gets a secure property (optional, defaults to true only if port is 443). Test runs on latest haxe git for neko, java and node (could not get cpp to compile, but that seems unrelated). I'll have a look at server side ssl termination as well, but it'll probably take me more time.

back2dos commented 7 years ago

Awesome! :)