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 Dynamic cert: The caller provides a callback that is invoked when the server asks for a certificate. The input is the issuers list...
### Describe the feature you'd like supported There are a number of things that should be improved upon for the performance dashboard: - [ ] Tooltip point values should use...
### Describe the feature you'd like supported I'd like to see packages consumable by .NET projects on NuGet that expose official MsQuic bindings to the project that are versioned to...
A list of breaking changes we'd like to include in version 3.0: * Remove flag to use in-proc Schannel certificate retrieval API and use it by default.
#1351 added option to load certificate from ASN.1 encoded buffer and #1450 allows to export peer certificate(s) in ASN.1 form as well. While there is no pressing need for this...
## Description Part of #1453. Adds support for loading PKCS12 certificates in schannel ## Testing Pkcs12 tests are enabled on schannel ## Documentation No
### Describe the bug In order to exercise cases where an attacker is on-path, or when the peer misconfigures version negotiation, there needs to be a way to inject version...
### Describe the bug In all certificate tests, make sure to validate the certificate and chain are the expected values on the receiving side. ### Affected OS - [X] All...
## Description When using `quicreach` I found that using the minimum initial packet results in very few QUIC handshakes that can succeed in a single round trip. This is mostly...