-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make tags accessible to callers of signerootreader (#18)
A quirk of the interface for lazily reading the root seal blobs prevented the blob tags from being available to the caller of ReadLogicalContext. This also now works consistently for all methods on the signed root reader which use this method internaly. Rather than egregiously break an existing public interface, and also because it seems cleaner, we just save the last context read and provide a method to retrieve it if wanted. The method to retrieve will error if the context hasn't been read at all. AB#9570 Co-authored-by: Robin Bryce <[email protected]>
- Loading branch information
1 parent
563997e
commit c09ee35
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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