snabbco / snabb

Snabb: Simple and fast packet networking
Apache License 2.0
2.98k stars 301 forks source link

ssl offloading #1453

Open wangchencheng93 opened 4 years ago

wangchencheng93 commented 4 years ago

Hi, I am a snabb user and I am really appreciate group of snabb that provide this outstanding tool. Now, I need to convert https traffic to http traffic. Can Snabb support ssl offloading with ssl certificate and key?

eugeneia commented 4 years ago

I suppose you could link with a TLS implementation (e.g. BoringSSL) to terminate TLS. You would have to refer to the respective implementations API how to do the mediation between packets and TLS operations I suppose.