On TLS 1.2 with ECDHE Key Exchange, how does the client make sure the server has the certificate’s private key?

When RSA is used for Key Exchange, the pre-master key is encoded with the server certificate public key, so the server would not be able to decode it if it didn’t possess the private key.
However, when ECDHE is used for Key Exchange, how d… Continue reading On TLS 1.2 with ECDHE Key Exchange, how does the client make sure the server has the certificate’s private key?