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,
* 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.