MIB Viewer

portSSLCipherKeyExchange

OBJECT-TYPE
1.3.6.1.4.1.1966.12.1.5.25.1.7
Access
read-write
Status
current
Sub-identifiers
0
The type of key to exchange for the encryption format: Any-Any key exchange that is valid is used (this does not, however, include ADH keys). RSA-This is an RSA key exchange using an RSA key and certificate. EDHRSA-This is an EDH key exchange using an RSA key and certificate. EDHDSS-This is an EDH key exchange using a DSA key and certificate. ADH-This is an anonymous key exchange which does not require a private key or certificate. Choose this key if you do not want to authenticate the peer device, but you want the data encrypted on the SSL/TLS connection. The default is Any.
INTEGER { any(1), rsa(2), edhrsa(3), edhdss(4), adh(5) }