The first is our "Client Hello" message (0x01). There are a few important things here
第一个就是“Client Hello”消息(0x01)。
This is a zero byte message that tells the client that it's done with the "Hello" process and indicate that the server won't be asking the client for a certificate.
这是一个0字节的消息,它告诉客户端“hello”过程已经完成,也就意味着服务端将不验证客户端的证书。
The server responds back with its own hello message containing the server's security parameters, the same type of information as the client provided.
服务器会使用自己的hello消息进行响应,其中包含了服务器的安全性参数,这些信息与客户机所提供的信息的类型相同。
The server responds back with its own hello message containing the server's security parameters, the same type of information as the client provided.
服务器会使用自己的hello消息进行响应,其中包含了服务器的安全性参数,这些信息与客户机所提供的信息的类型相同。
应用推荐