ECDHERSA
ECDHERSA is a term sometimes used to describe a cryptographic key-exchange approach that combines Elliptic Curve Diffie-Hellman (ECDH) with RSA-based authentication. In practice, many protocols implement the same pattern under the designation ECDHE_RSA, where an ephemeral elliptic-curve Diffie-Hellman exchange is authenticated with an RSA-based signature. There is no widely adopted standard specifically named “ECDHERSA” as a separate specification, but the concept is commonly realized in TLS cipher suites such as those that use ECDHE with RSA for server authentication.
In a typical ECDHE_RSA-like setup, the client and server agree on an elliptic curve and generate ephemeral
Security considerations include reliance on proper certificate validation and PKI for RSA authentication, the performance cost