You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I've removed the QUIC experimental implementation for now, all is not lost. I am currently evaluating a number of ways to proceed forward. The fact that core bundles openssl limits the options severely. The only way to ship quic in core is to find an approach to handling the TLS 1.3 support in a way that is compatible with and does not duplicate openssl functionality. Assuming I can find a reasonable approach to do that then my plan is to reintroduce the quic subsystem into core.
If I am not able to identify a reasonable approach with openssl, then I will be pursuing a native addon implementation that uses an openssl alternative -- with rust-tls at the top of that list options list currently.
I will update this discussion thread with progress updates as I go.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Although I've removed the QUIC experimental implementation for now, all is not lost. I am currently evaluating a number of ways to proceed forward. The fact that core bundles openssl limits the options severely. The only way to ship quic in core is to find an approach to handling the TLS 1.3 support in a way that is compatible with and does not duplicate openssl functionality. Assuming I can find a reasonable approach to do that then my plan is to reintroduce the quic subsystem into core.
If I am not able to identify a reasonable approach with openssl, then I will be pursuing a native addon implementation that uses an openssl alternative -- with rust-tls at the top of that list options list currently.
I will update this discussion thread with progress updates as I go.
Beta Was this translation helpful? Give feedback.
All reactions