TLS

From Net-SNMP Wiki
Revision as of 16:22, 12 May 2010 by Wes (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TLS stands for "Transport Layer Security" and is a method of securing TCP and SCTP connections using X.509 certificates for authenticating both sides of the connection and dynamically generated integrity protection and encryption session keys. It is defined in rfc:5246. It uses X.509 certificates for authenticating both sides of the connection.

Net-SNMP 5.6 and above supports SNMP over TLS. Instructions for using it can be found on the Using DTLS page and the tutorial for using it with the test server can be found at Using TLS.