F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.87k stars 899 forks source link

No TLS Support #805

Open harveyliuit opened 8 months ago

harveyliuit commented 8 months ago

The APIs don’t support TLS. If you look into the nginx code, it has actually called openssl directly not via APIs. Very strange design, making the project nearly useless these days.