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
AFAIK, the main reason it is not merged is the lack of ability to signal early data to application.
In HTTP you can pass custom header with a value taken from corresponding variable, so the
application can decide if it is willing to accept early data in this context or not (considering replay attacks).
In stream, this is not possible: there is no means to pass anything extra to proxied application, what raises
security questions.
Can you please elaborate on your specific use case? What protocol are you using and what benefit are you expecting?
AFAIK, the main reason it is not merged is the lack of ability to signal early data to application. In HTTP you can pass custom header with a value taken from corresponding variable, so the application can decide if it is willing to accept early data in this context or not (considering replay attacks). In stream, this is not possible: there is no means to pass anything extra to proxied application, what raises security questions.
Can you please elaborate on your specific use case? What protocol are you using and what benefit are you expecting?
I am not the patch author. I simply found improvement methods referenced in this patch. In the context of streaming, the 0-RTT feature is needed. For example, in the case of DNS over TLS (DoT), it involves encrypting TCP-based DNS traffic directly with SSL. Enabling 0-RTT enhances performance.
For simple requests like DNS, since it's possible to transmit the requester's IP to the backend DNS program using proxy_protocol, the backend only needs to impose limits on the number of requests per IP, which does not pose a security issue.
Integrating 0-RTT for streams can enhance its capabilities. I suggest incorporating it into the source code.
The text was updated successfully, but these errors were encountered: