kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

Server like client should verify the certificate for the connection #347

Open reddevilM opened 5 years ago

reddevilM commented 5 years ago

SSL Server does not verify the incoming connection. However the client has verify_ca which when set true verifies the server certificate. The SSL server of turbo should also provide similar mechanism to verify the incoming client connections.