msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
### Describe the feature you'd like supported Add support for setting custom data in resumption tickets on Schannel. ### Proposed solution A new CREDENTIAL_FLAG would need to be added to...
### Describe the feature you'd like supported Add Support for TLS 1.3 External Pre-Shared Keys (PSK). Provide an interface to configure and negotiate a QUIC connection with an external (out-of-band)...
## Description Update docs describing the release process
### Describe the feature you'd like supported To improve standardization and compliance of our internal build automation, we must migrate from mscodehub to the undock repo. ### Proposed solution #...
### Describe the bug This test failed on a PR only adding a static assert: there must be some flakyness to it. ``` [ RUN ] Misc/WithReceiveResumeNoDataArgs.ReceiveResumeNoData/0 [3473](https://github.com/microsoft/msquic/actions/runs/15508878596/job/43667287840?pr=5147#step:9:3474)D:\a\msquic\msquic\src\test\lib\DataTest.cpp(2230): error: Server...
## Description Fixes #4606 by defining a new extension to exchange and expose peer statistics. ## Testing Locally ## Documentation Some added
### Describe the feature you'd like supported We should use clang-format to format the codebase to easily keep a consistent style in the codebase and in contributions. ### Proposed solution...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Fix up a few things missing in the OpenSSL: - [ ] Add tests for the release builds of OpenSSL - [ ] Check the allocation size of `AData->SecretSet[ProtLevel][Dir].Secret` (currently...
### Describe the feature you'd like supported Recently, `babeltrace` is no longer installed on the lab machines by default, but it seems `babeltrace2` is. We should support both probably, first...