Tomáš Mráz
Tomáš Mráz
These are initial requirements for the QUIC packet demuxer module.
If the public key is not set on the key, return error instead of crash. Also clarify documentation in regards to EC key parameters and clarify that EVP_PKEY_fromdata ignores parameters...
This is the initial proposal for the pluggable congestion control API to be reviewed by OTC. ##### Checklist - [x] documentation is added or updated
The BIO_ctrl_(w)pending() functions did not check for negative returns of underlying BIO_ctrl() call and cast it to size_t. ##### Checklist - [x] documentation is added or updated
This is a draft as there are some details to be filled in. But please review and comment. ##### Checklist - [x] documentation is added or updated
This is first batch of backports to 3.1 branch.
This is the 3.0 version of the fix. Fixes #17995 Fixes #18578 ##### Checklist - [x] tests are added or updated
This builds upon the test case from @bernd-edlinger in #18024. The fix for 3.0 will need to be a separate PR as it won't merge cleanly. ##### Checklist - [x]...
This should be trivially cherry-pickable to older branches - we just drop the updates of yml files or file chunks that aren't there. If the cherry pick is more complicated,...
This is just a draft as it is missing calls to the QUIC flow control module. I'll also probably remove some checks for the fin flag as these are implemented...