How to implement dtls protocol using twisted with m2crypto (or pyopenssl)?
+4
A:
Neither pyOpenSSL nor M2Crypto exposes OpenSSL's DTLS features (as far as I know). So, the first step would be to extend one of these libraries to support it. After that, you could extend Twisted to use the new features you just added to the underlying SSL library.
Jean-Paul Calderone
2010-05-25 14:20:15
I hope to find the solution "out-of-box" :)
estin
2010-05-27 06:00:43
Considering Mr. Calderone is one of the main Twisted devs, if he's recommending this to you, it means there is no such solution available "out-of-box". ;-)
jathanism
2010-05-28 05:39:09