Update Windows application key support #343
Open
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.
Catching up to the earlier work on #274 and #317. This is the first of several PRs to get back to the state of #317, but in more manageable chunks.
There's been a bit of activity in terms of (new) function signatures in this repository lately. This PR takes @mjg59's changes and additions for Windows application key support and I applied the required changes to make it compile with the new function signatures.
@ericchiang you asked about the tests on Windows: #317 (comment). It's currently only a
go build
; nothing seems to be actually tested outside of the code compiling successfully. I might give that a stab in the upcoming PRs.P.S.: I added theThis was fixed in #350.-f
to the macOS CI to get around an issue with the linked library already existing: https://github.com/hslatman/go-attestation/actions/runs/5575815478/jobs/10186236329#step:5:8. I'm not sure why that resulted in an error in that run and did not before, outside of a slightly new image being used, but I think the override is OK.cc @brandonweeks