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.88k stars 901 forks source link

TLS support for F-stack #603

Open christan305 opened 3 years ago

christan305 commented 3 years ago

Hello, is there any TLS support in f-stack? Or some third-party library that can be easily converted to follow the f-stack API? I could change the OpenSSL or WolfSSL source code, but first I would like to find some easier alternative.

jfb8856606 commented 3 years ago

There ins't a TLS support in F-Stack , you can only choose to use other APP(such as Nginx) or third-party library, because we generally only used F-Stack as a network framework,But we will support easier porting of third-party applications