Deploying TLS 1.3 at scale with Fizz, a performant open source TLS library

随机文章
原文链接:code.fb.com

支持 TLS1. 3 的高性能开源 TLS 库 Fizz 发布,Facebook 出品,质量保证!

文章里面介绍了一些关于 C++ 编写高性能网络库关于性能和安全性的经验,罗列如下

  • Async by default (总是异步)
  • Zero copy writes (零系统调用进行复制写入)
  • Early data
  • Secure from the ground up
  • Exported Key Material