cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.17k stars 697 forks source link

Stateless Reset Feature #850

Open yukonsec opened 3 years ago

yukonsec commented 3 years ago

Is the stateless reset already implemented (draft section 10.4)? I seem to be able to find code related to the tokens but I am not sure where and how it is processed. If it is implemented could someone give me a nudge to where the tokens are generated and where they are processed. If it is not implemented yet, is there a schedule for the feature in the future?

ghedo commented 3 years ago

As you noticed, it's not implemented yet, and unfortunately we don't really have an ETA for this right now.

su225 commented 2 years ago

I'd like to give a shot. I have some parts like checking for stateless reset token implemented. But not yet polished/finished (and unit tests aren't there yet).