[issue37048] ssl module: QUIC support for HTTP/3

Jeremy Lainé report at bugs.python.org
Wed Oct 21 15:01:11 EDT 2020


Jeremy Lainé <jeremy.laine at m4x.org> added the comment:

The OpenSSL authors make a fair point, QUIC seems to be taking a long time to stabilize with little consideration for backwards compatibility at this stage.

As stated previously though it's perfectly feasible to implement a QUIC stack by linking to an unpatched OpenSSL if you're willing to implement a stripped-down TLS 1.3 engine yourself.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37048>
_______________________________________


More information about the Python-bugs-list mailing list