-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass Through Disable AIA Flag #4674
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4674 +/- ##
==========================================
+ Coverage 86.19% 86.65% +0.46%
==========================================
Files 56 56
Lines 17361 17361
==========================================
+ Hits 14964 15044 +80
+ Misses 2397 2317 -80 ☔ View full report in Codecov by Sentry. |
What does AIA mean? |
I don't actually know. 😆 All the docs I saw just referenced AIA retrieval for client cert stuff. But I just did a search and found this: https://learn.microsoft.com/en-us/windows-server/networking/core-network-guide/cncg/server-certs/configure-the-cdp-and-aia-extensions-on-ca1 Seems AIA = Authority Information Access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Description
Adds a new
QUIC_CREDENTIAL_FLAGS
that allows for disabling AIA retrivials.Testing
Updated
Documentation
Updated