Anthony Rossi

Results 32 issues of Anthony Rossi

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

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

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

### Describe the bug This will enable servers to validate that clients haven't change their QUIC version between receiving the token and the subsequent connection attempt. ### Affected OS -...

Area: Protocol Updates
Area: Core

### Describe the bug The versions lists are validated when set on a QUIC object, which prevents testing scenarios where the version negotiation transport parameter is incorrect or contains incorrect...

Bug: Test/Tool

### Describe the feature you'd like supported The Version Negotiation spec describes how a client can disable Compatible Version Negotiation. MsQuic does not support this mechanism, nor exposes it to...

feature request

Allow bindings to be shared between clients and servers. This will allow a client to create outbound connections on the same address and port as a listener on the same...

Area: Core

When deferred certificate validation is used with Schannel, it provides both a set of flags of all certificate validation issues encountered, and an error code for the most severe of...

OS: Windows (User)
TLS: OpenSSL

The performance pipeline when run with the HPS test, remote and looback, with the stacks logging, will leak at least 1 connection at library unload. The connection has a refcount...

Area: Testing
Area: Performance
Bug: Test/Tool