Difference between revisions of "DTLS"
From Net-SNMP Wiki
(+ link to implementation notes) |
|||
Line 1: | Line 1: | ||
'''DTLS''' stands for "Datagram Transport Layer Security" and is a method of sending [[TLS]] packets over datagram based protocols like [[UDP]] and [[SCTP]]. It is defined in [[rfc:4347]]. | '''DTLS''' stands for "Datagram Transport Layer Security" and is a method of sending [[TLS]] packets over datagram based protocols like [[UDP]] and [[SCTP]]. It is defined in [[rfc:4347]]. | ||
+ | |||
+ | Issues with using OpenSSL for supporting SNMP over DTLS within Net-SNMP can be found on the [[DTLS Implementation Notes]] page. |
Revision as of 22:08, 10 February 2009
DTLS stands for "Datagram Transport Layer Security" and is a method of sending TLS packets over datagram based protocols like UDP and SCTP. It is defined in rfc:4347.
Issues with using OpenSSL for supporting SNMP over DTLS within Net-SNMP can be found on the DTLS Implementation Notes page.