quinn icon indicating copy to clipboard operation
quinn copied to clipboard

Access Client Hello before accepting connection

Open FlorianUekermann opened this issue 11 months ago • 18 comments

I need to access the rustls::server::ClientHello or at least the content of server_name() before choosing a rustls config. alpn() would also be very useful. Could this be exposed via Incoming or is that too early?

FlorianUekermann avatar Oct 29 '24 20:10 FlorianUekermann