msquic icon indicating copy to clipboard operation
msquic copied to clipboard

Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.

Results 359 msquic issues
Sort by recently updated
recently updated
newest added

### 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...

feature request
TLS: OpenSSL
TLS: Schannel
Blocking Release

### 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...

help wanted
Area: Performance

### 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...

help wanted
feature request

Area: Build
OS: Windows (Kernel)
blocked

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.

blocked
Area: API

#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...

TLS: Schannel

## Description Part of #1453. Adds support for loading PKCS12 certificates in schannel ## Testing Pkcs12 tests are enabled on schannel ## Documentation No

OS: Windows (User)
TLS: Schannel

### 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...

Bug: Test/Tool

### 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...

Bug: Platform
Bug: Test/Tool

## 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...

Area: Performance
Area: Core