gpt4 book ai didi

ssl - 握手 TLS 和客户端

转载 作者:太空宇宙 更新时间:2023-11-03 14:54:19 28 4
gpt4 key购买 nike

我需要一些关于 TLS 的解释:每次客户端想要将自己连接到服务器时是否都执行 TLS 握手?每次都重新创建 session key ? premasterkey 和 masterkey 也是吗?Client certificate和Serveur Certificate是每次生成还是只生成一次?

我不明白客户端身份验证是如何工作的:它在哪个用例中使用?关于服务器,它在收到的客户端证书中验证了什么?他需要读取 key (blob)吗?提前致谢!

最佳答案

Is the TLS Handshake performed every time the Client want to connect itself to the Server?

没有。有一个称为 SSL session 恢复的功能,它允许通过单次握手建立的单个 session 在特定时间间隔内用于与同一主机的任意数量的连接。

The Session key is recreate each time? The premasterkey and masterkey too?

没有也没有。

The Client certificate and Serveur Certificate are generated each time or one and only one time?

它们根本不会在握手期间生成。它们每个只构建一次,直到它们到期,即每年或更长时间。

I didn't understand how the Client authentication works : in which usecase is it used?

当服务器请求时。

And about the Server, what does it verify in the Client certificate received?

他验证这是一个有效的证书,它没有过期,并且他信任颁发者。

Does he need to read the key

是的。

(the blob)?

证书中没有“blob”。

关于ssl - 握手 TLS 和客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31161164/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com