Why is there an ECDH_RSA_XXX class cipher suite in OpenSSL?

recently, I am learning openssl,. Generally speaking, ECDH is a key exchange algorithm in the SSL handshake stage. In the course of learning, I learned that because its algorithm uses the private key in the CA certificate as a fixed parameter, it can only use the ECC certificate, and the corresponding signature algorithm should be the ECDSA algorithm. But why does the openssl official cipher suite have an ECDH_RSA cipher suite? Should this cipher suite use a RSA certificate or an ECC certificate?

openssl ciphers -V "ECDH" | grep "RSA" | column -t

https://pic2.zhimg.com/v2-243.

Jun.28,2021

if this naming is the same as RFC4492: ECDH_RSA means that the public key of the server certificate is the ECC, server certificate itself signed by RSA

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c138-2bad8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c138-2bad8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?