Rocket/core
Sergio Benitez 07460df279 Rework TLS listener/connection implementations.
The previous implementation allowed a trivial DoS attack in which the
client need simply maintain open connections with incomplete handshakes.
This commit resolves that by allowing a server worker to progress as
soon as a TCP connection has been established. This comes at the expense
of a more complex implementation necessitated by deficiencies in Hyper.

Potentially resolves #2118.
2022-05-03 13:56:25 -07:00
..
codegen Fix UI tests. 2022-04-27 13:59:20 -07:00
http Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00
lib Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00