francoismichel

Results 5 issues of francoismichel

Hello, It seems that in `send_single()` in `lib.rs`, ACKs are only added to packets when the congestion window has remaining space. This can lead to problems when both endpoints are...

Using additional settings, an application can configure and set H3 settings that are not explicitly handled by quiche. This can be useful to develop some apps atop quiche's h3 without...

Hello, There does not seem to be a functionnality to easily get a tls keylog file such as it is the case for other QUIC implementations. Fizz provides an example...

This PR is a first attempt for providing a pluggable authentication system. The end goal is to allow compile-time plugins to implement new authentication behaviours (e.g. SAML, passkeys, ...).

Right now, HTTP proxies cannot be used as privkey and OIDC authentication explicitly sign the conversation ID derived by TLS exporters, binding the SSH3 conversation to the TLS session. This...