Dario Nieuwenhuis
Results
123
issues of
Dario Nieuwenhuis
`reqwless` requests a `u64` from the user and uses it to seed a `ChaCha8Rng` for TLS. https://github.com/drogue-iot/reqwless/blob/311060f9dcfe065941fa224139786fe3c205e71b/src/client.rs#L157 64 bits is not enough entropy to make TLS secure. The seed should...
They're useless, Ok() was always returned. Additionally, it's misleading to return a Result from the `consume` closure since it implies TX will be canceled on Err which is not the...