| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43912164
这篇Hacker News帖子讨论了一篇近期评估SSL/TLS协议栈的文章,重点关注OpenSSL、Rustls和AWS-LC在HAProxy中的应用。评论者表达了对OpenSSL的性能和开发实践的担忧,特别是其API变更和锁机制的处理方式。一位用户引用GitHub issue来说明其认为的性能忽视问题,而另一位则强调了OpenSSL对性能问题的响应速度及其在线程同步方面的改进。Rustls和WolfSSL等替代库也被提及,AWS-LC也引起了关注。讨论还涉及到支持遗留TLS版本以及将像BoringSSL这样的“live-at-head”项目与HAProxy这样的LTS(长期支持)软件集成的复杂性。总的来说,这篇帖子反映了对OpenSSL的批评和辩护并存,以及对探索替代TLS库的兴趣。
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Rustls is actively working on improving the OpenSSL compatibility layer. Hopefully we'll have it fully working for HAProxy soon!
We've also invested a lot in performance. Next week we'll be publishing a blog post about Rustls server side performance. Since it's relevant to discussions about TLS stack performance, here's a preview:
https://docs.google.com/document/d/1xFoRjb7pn4ZtL5BH7_ZwXNgN...
reply