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