Wesley Rosenblum
Wesley Rosenblum
### Problem: Issue first reported by @torben-hansen: Building s2n-tls with OpenSSL 3.0 shows that generating some randomness using RAND_bytes() before calling s2n_init() blocks s2n-tls from overriding the OpenSSL randomness backend...
https://tools.ietf.org/id/draft-ietf-quic-transport-32.html#name-servers-preferred-address > QUIC allows servers to accept connections on one IP address and > attempt to transfer these connections to a more preferred address > shortly after the handshake. This...
Several requirements in the QUIC Recovery RFC are cited, but are missing test citations. There are several reasons for this, as documented below: These are covered just by how we...
### Problem: https://github.com/aws/s2n-quic/pull/2009 added additional checks to the CI that ensure that the `cargo package` command succeeds on every PR. This was intended to catch build issues that a normal...
https://tools.ietf.org/id/draft-ietf-quic-recovery-32.html#name-sending-probe-packets > Implementations MAY use alternative strategies for determining the content of probe packets, including sending new or retransmitted data based on the application's priorities.
https://tools.ietf.org/id/draft-ietf-quic-recovery-31.html#name-speeding-up-handshake-compl > When a server receives an Initial packet containing duplicate CRYPTO > data, it can assume the client did not receive all of the server's > CRYPTO data sent...
https://datatracker.ietf.org/doc/html/rfc9002#section-6.1 > Spuriously declaring packets as lost leads to unnecessary > retransmissions and may result in degraded performance due to the > actions of the congestion controller upon detecting loss....
https://tools.ietf.org/id/draft-ietf-quic-recovery-32.html#name-estimating-min_rtt > Endpoints MAY re-establish the min_rtt at other times in the > connection, such as when traffic volume is low and an acknowledgement > is received with a low...
From [5.1.2. Consuming and Retiring Connection IDs](https://www.rfc-editor.org/rfc/rfc9000#section-5.1.2) in [rfc9000](https://www.rfc-editor.org/rfc/rfc9000): > Endpoints SHOULD retire connection IDs when > they are no longer actively using either the local or destination > address...