rustls/fuzz
Jacob Hoffman-Andrews a94a0055e1
MessageFragmenter: return an iterator (#1050)
This avoids a couple of unnecessary allocations: the individual Payloads of the
fragmented messages were allocating and filling a Vec, and the call sites were
allocating a VecDeque to be filled with messages.

Instead, always return an iterator of BorrowedPlainMessage, which the caller can
iterate over.
2022-06-13 10:30:45 +02:00
..
corpus Invalid SessionID in ServerHelloPayload. 2021-04-15 10:12:54 +02:00
fuzzers MessageFragmenter: return an iterator (#1050) 2022-06-13 10:30:45 +02:00
.gitignore Add cargo-fuzz support 2017-05-09 00:12:42 +01:00
Cargo.toml Use the new feature resolver (`resolver = "2"`). 2022-01-14 00:28:46 +01:00