Anthony Rossi
Anthony Rossi
A number of fields included on `QUIC_CONNECTION`s are only used during the handshake. Keeping these values around after the handshake is a waste of memory on the server. Analyze all...
The stateless reset token key is used for the lifetime of the MsQuic server process. It would be better security hygiene if the stateless reset token key were rotated on...
In certain deployment scenarios, all machines in a fleet need to have the same stateless reset token key in order to send stateless reset tokens. Currently, each instance of MsQuic...
- [ ] Generate invalid Client VNE TP - [ ] ChosenVersion doesn't match Long Header (#3123) - [ ] ChosenVersion not in OtherVersions list - [ ] ChosenVersion is...
### Describe the bug MsQuic client connecting to non-MsQuic servers in the interop runner that support version 2 fail the test. This needs more investigation to understand why it is...
### Describe the bug Version negotiation supports a complicated set of steps to deploy changes to the supported versions list of a fleet of servers. MsQuic provides the means to...
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...
### 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...
### 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 - [ ]...
Need more coverage of calling these API from within callbacks.