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

Principal name credential configuration is only partially implemented and is untested. Specifically, Principal name is passed through only for kernel mode server. Kernel client doesn't support it, and user mode...

Area: Testing
feature request
OS: Windows (User)
OS: Windows (Kernel)
TLS: Schannel
Area: Security

### Describe the bug We just had a test timeout in the AZP CI and it just immediately cleans up and exits without uploading the info about what went wrong:...

Area: Testing
Area: Logging

### Describe the feature you'd like supported 1. RPS breakdown should include stream alloc state, which can reflect how much time the app spends in the StreamStarted event. 2. QUIC...

feature request
Area: Logging

## Description These states should be matched, and this is checked in schannel ## Testing Existing tests will likely cover this, although they are going to fail. I'm on my...

TLS: OpenSSL

## Description macOS unit tests are stable, and we've taken some changes recently that have broken them. Make sure this does not happen again ## Testing It enables more testing...

Area: Testing
OS: macOS

## Description In CxPlatDpRawTxEnqueue, if we are enqueuing a TX packet onto a queue that's polled by the same thread, try to do send the packet inline if it has...

Area: Performance
Area: Lola

### Describe the feature you'd like supported Right now TLS certificate verification uses only system CA store. But in some cases custom CA certificates may be prefered (for example, non-HTTP/3...

feature request
TLS: OpenSSL
TLS: Schannel
external
Area: API

### Describe the bug The QUIC version 2 draft says that a server which upgrades a client to Version 2 via Compatible Version Negotiation (CVN) > The server MUST NOT...

Bug: Core
Area: Core
Bug: Test/Tool

### Describe the bug The certificate chain buffer is null and zero length with PORTABLE_CERTIFICATES when the server should have sent its certificate chain. ### Affected OS - [ ]...

Area: Testing

Need more coverage of calling these API from within callbacks.

Area: Testing
Area: API