feat: overhaul dynamic CRL fetch logic and enhance status UI#15
Merged
VisionR1 merged 1 commit intoVisionR1:masterfrom Apr 3, 2026
Merged
feat: overhaul dynamic CRL fetch logic and enhance status UI#15VisionR1 merged 1 commit intoVisionR1:masterfrom
VisionR1 merged 1 commit intoVisionR1:masterfrom
Conversation
- Network: Implemented a dynamic cache-busting strategy using randomized floats and 'identity' encoding in HTTP headers. This bypasses aggressive Google CDN edge caching (stale HTTP 200s / 304s) to guarantee fetching the absolute latest X.509 revocation list directly from the origin server. - UI: Introduced dual-badge CRL update logic, splitting the network state strings into granular 'Initial list downloaded' and 'New list fetched' states for clearer user feedback. - Formatting: Locked the CRL publish time display in AuthorizationList to strict GMT/UTC to eliminate local timezone ambiguity. Credits: - CDN cache-busting header logic courtesy of XDA members TheFreeman193 and Vagelis1608.
shoey63
added a commit
to shoey63/KeyAttestation
that referenced
this pull request
Apr 3, 2026
Owner
|
So, is ready ? any last change or? |
Author
Good to go . |
Author
|
Also 'cache busting ' to get latest CRL is entirely due to |
Owner
Nice, I will add them to Contributors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Network: Implemented a dynamic cache-busting strategy using randomized floats and 'identity' encoding in HTTP headers. This bypasses aggressive Google CDN edge caching (stale HTTP 200s / 304s) to guarantee fetching the absolute latest X.509 revocation list directly from the origin server.
UI: Introduced dual-badge CRL update logic, splitting the network state strings into granular 'Initial list downloaded' and 'New list fetched' states for clearer user feedback.
Formatting: Locked the CRL publish time display in AuthorizationList to strict GMT/UTC to eliminate local timezone ambiguity.
Credits:
CDN cache-busting header logic courtesy of XDA members TheFreeman193 and Vagelis1608.
New strings