英文:
mTLS Support in Quic Protocol - RFC-9000
问题
我最近一直在探索RFC-9000文档,我正在寻找与之相关的特定信息。尽管我详细查看了资源,但我没有成功找到我要找的内容(也许是我搜索得不好...)
具体来说,我对在Quic协议的上下文中实现双向TLS(mTLS)或至少客户端安全认证的可行性感兴趣。是否可以使用Quic来实施这些安全措施?
我感激对这个问题的任何见解或指导。在此提前感谢您的帮助。
最好的问候。
2018年,这位用户说IETF Quic将支持这一点。(https://github.com/quic-go/quic-go/issues/1366#issuecomment-390358310)。现在是这样吗?
英文:
I've recently been exploring the RFC-9000 document and I'm seeking certain information related to it. Despite going through the resource in detail, I wasn't successful in finding what I was looking for (maybe I was bad on searching...)
Specifically, I'm interested in the feasibility of mutual TLS (mTLS) or at least client-secured authentication in the context of the Quic protocol. Is it possible to implement such security measures using Quic?
I appreciate any insights or guidance on this matter. Thank you in advance for your assistance.
Best regards.
In 2018 this guy said IETF Quic will support this. (https://github.com/quic-go/quic-go/issues/1366#issuecomment-390358310). Is this now ?
答案1
得分: 0
是的,可以。亚马逊提供了一个使用mTLS的QUIC示例实现,在这里可以找到。
您还可以查看RFC9001,其中包含有关QUIC如何利用TLS的更多信息。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论