lunatic-solutions / lunatic-rs

This library contains higher level Rust wrappers for low level Lunatic syscalls.
274 stars 31 forks source link

Tls streams #82

Closed SquattingSocrates closed 2 years ago

SquattingSocrates commented 2 years ago

This pull request should provide basic TLS functionality with an almost identical interface as the TcpStream/TcpListener provides. Needs https://github.com/lunatic-solutions/lunatic/pull/141 to be merged in order to work

jtenner commented 2 years ago

I am very excited for this pull request. Is there anything I can do to help out?

SquattingSocrates commented 2 years ago

I am very excited for this pull request. Is there anything I can do to help out?

Thanks for the kind offer, but I just implemented all the suggested changes. Should be good to go