[security-dev 00053]: Re: DTLS design

2008-01-27 Thread Christian Uebber
Am 27.01.2008 um 11:54 schrieb Florian Weimer: * Christian Uebber: TLS over TCP could attach session information to created sockets in a 1:1 relationship. There's a separate class for non-TCP (but TCP-like) TLS called SSLEngine. Perhaps you can expose a similar class for DTLS? This way,

[security-dev 00052]: Re: DTLS design

2008-01-27 Thread Florian Weimer
* Christian Uebber: > TLS over TCP could attach session information to created sockets in a > 1:1 relationship. There's a separate class for non-TCP (but TCP-like) TLS called SSLEngine. Perhaps you can expose a similar class for DTLS? This way, your implementation would not be tied to UDP.