-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: swap DevIdentityKeys and AttestVerifKeys
Align the CBOR keys of DevIdentityKeys an AttestVerifKeys with the spec. As per the latest [spec][1], identity-triples are under index 2 and attest-key-triples are under index 3 in the triples-map. For whatever reason, they were swapped in our Triples structure. [1]: https://www.ietf.org/archive/id/draft-ietf-rats-corim-04.html#name-device-identity-triple Signed-off-by: Sergei Trofimov <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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
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
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