ECDHE 客户端如何发送Pre Master secret
ECDHE how the client sends Premaster sectret
根据 RFC 客户端发送使用服务器的 RSA public 密钥加密的预主密钥。但是当他们使用 ECDHE 作为非对称算法时,客户端密钥交换消息将包含客户端的公钥。如果是这样的话?客户端什么时候发送预主密钥以及如何发送?
when will the client send premaster secret and how ?
不会。参见 #8.1.2:
A conventional Diffie-Hellman computation is performed. The negotiated key(Z) is used as the pre_master_secret.
根据 RFC 客户端发送使用服务器的 RSA public 密钥加密的预主密钥。但是当他们使用 ECDHE 作为非对称算法时,客户端密钥交换消息将包含客户端的公钥。如果是这样的话?客户端什么时候发送预主密钥以及如何发送?
when will the client send premaster secret and how ?
不会。参见 #8.1.2:
A conventional Diffie-Hellman computation is performed. The negotiated key(Z) is used as the pre_master_secret.