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

2020-10-21 Thread Jeremy Lainé
Jeremy Lainé 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

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

2019-05-25 Thread Jeremy Lainé
Jeremy Lainé added the comment: I have started implementing a QUIC stack in Python [1] so I'll share a couple of thoughts in addition to Christian's two valid points: - SSLSocket is almost certainly not going to be the right entry point. QUIC's interface to TLS is entirely foc