Reputation: 113
According to RFC client sends premaster secret encrypted with RSA public key of the server. But when they are using ECDHE as asymmetric algorithm, client key exchange message will contain the pulic key of the client. If this is the case ? when will the client send premaster secret and how ?
Upvotes: 2
Views: 274
Reputation: 310913
when will the client send premaster secret and how ?
It won't. See #8.1.2:
A conventional Diffie-Hellman computation is performed. The negotiated key(Z) is used as the pre_master_secret.
Upvotes: 1