zpl-c / enet

⚡️ ENet reliable UDP networking library
https://blog.zpl.pw
MIT License
676 stars 61 forks source link

DTLS. #8

Closed Malkverbena closed 6 years ago

Malkverbena commented 6 years ago

Is there any plain to implement DTLS support ?

inlife commented 6 years ago

Hey @Malkverbena !

I don't think so, not at the moment anyway.
However I have a question for you, how do you see the potential implementation/integration of such thing?

Thank you

zpl-zak commented 6 years ago

There's no plan to implement encryption into our enet fork. Thanks for the suggestion.

Malkverbena commented 6 years ago

@inlife I never took the time to understand Enet deeply, I just can't point the best way to it. But there is a library that I think could help. Also, such king of resource can bring a lot of attention to this fork...

https://tls.mbed.org/

alextwothousand commented 3 years ago

I still think this would be a good idea, as enet packets lack encryption as a whole - making it not viable to use without DTLS.