Skip to content

QuicConnection: Validate certificates asynchronously. #98039

@rzikm

Description

@rzikm

microsoft/msquic#3318 introduced new API for validating peer certificates asynchronously:

We would have to dispatch a Task to threadpool to do the actual validation, so this may slow down the handshake a bit (affecting time to first byte in HTTP/3), but might improve overall effectiveness as we don't block MsQuic threads while we download CRL or intermediate certificates for the actual chain building.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions