Difference between revisions of "DTLS Implementation Notes"
From Net-SNMP Wiki
Line 1: | Line 1: | ||
− | This page documents the experience of implementing SNMP over DTLS as described by documents being developed for the [[ISMS]] working group. A large section of this is relevant only to SNMP developers (Net-SNMP or otherwise) and some of this is relevant to anyone who is implementing a DTLS solution using [[OpenSSL]]. In particular, there are a number of tricks that need to be employed to make [[OpenSSL]] properly handle multiple clients. | + | This page documents the experience of implementing [[SNMP]] over [[DTLS]] as described by documents being developed for the [[ISMS]] working group. A large section of this is relevant only to SNMP developers (Net-SNMP or otherwise) and some of this is relevant to anyone who is implementing a DTLS solution using [[OpenSSL]]. In particular, there are a number of tricks that need to be employed to make [[OpenSSL]] properly handle multiple clients. |
Revision as of 20:45, 8 January 2009
This page documents the experience of implementing SNMP over DTLS as described by documents being developed for the ISMS working group. A large section of this is relevant only to SNMP developers (Net-SNMP or otherwise) and some of this is relevant to anyone who is implementing a DTLS solution using OpenSSL. In particular, there are a number of tricks that need to be employed to make OpenSSL properly handle multiple clients.