Rocket/core/lib
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
..
fuzz Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00
src Rework TLS listener/connection implementations. 2022-05-03 13:56:25 -07:00
tests Add 'must_use' to 'Rocket'. 2022-04-19 13:03:58 -07:00
build.rs Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00
Cargo.toml Update 'uuid' to 1.0. 2022-04-26 22:04:47 -07:00