Lars Eggert

Results 544 comments of Lars Eggert

@mxinden is busy at the moment, so please don't take his silence as us having lost interest here. Will take us a few more days to respond. Thanks again for...

I think there is some weak signal that there is some performance benefit here.

I don't see enough performance benefits here.

Here are the experimental functions called during the test suite, which should be all: ``` SSL_AeadDecrypt SSL_AeadEncrypt SSL_CreateAntiReplayContext SSL_DestroyAead SSL_DestroyResumptionTokenInfo SSL_EncodeEchConfigId SSL_GetEchRetryConfigs SSL_GetResumptionTokenInfo SSL_HelloRetryRequestCallback SSL_HkdfExpandLabel SSL_HkdfExpandLabelWithMech SSL_HkdfExtract SSL_InstallExtensionHooks SSL_MakeAead SSL_PeerCertificateChainDER...

What do other implementations do?

> Asked differently, do we expect wide deployments of MASQUE connect-udp proxy servers without the QUIC datagram extension? Do we know what Fastly supports? I'd prioritize it accordingly.

Do we need both `Option`s? Otherwise, I prefer this to #3005!

@mxinden given that you are busy, would you like me to apply @martinthomson's suggestion and merge this? It'd unblock #2989.

I think the sanitizer failure is unrelated, but we should fix or suppress it. It's also happening on other PRs.

@mxinden thinking about this some more, I wonder if we need to pass in the sockets from Gecko (due to Rust code limitations around socket creation), or if we should...