anyio icon indicating copy to clipboard operation
anyio copied to clipboard

Add DTLS support

Open agronholm opened this issue 4 years ago • 2 comments

DTLS (TLS for UDP) support is currently missing from the standard library, requiring direct interfacing with OpenSSL (1.1.1 or later). There is an existing implementation, python3-dtls which could serve as a reference, but it uses ctypes while we want to use CFFI for PyPy compatibility.

agronholm avatar Mar 14 '21 19:03 agronholm

You might want to read these details by Nathanael

lewoudar avatar May 15 '21 19:05 lewoudar

Trio has a PR for this now: https://github.com/python-trio/trio/pull/2047

agronholm avatar Sep 08 '21 07:09 agronholm