-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to skip checking the critical header parameter. (#151)
If the enveloppe contains critical header parameters beyond those understood by t_cose, verification would fail. This precludes the use of application-specific critical header parameters. Adding a flag to skip this step of the validation allows applications to support such parameters. It is up to the application to replicate the critical header parameters verification feature, as necessary. Co-authored-by: Joe Powell <[email protected]> Co-authored-by: Joe Powell <[email protected]>
- Loading branch information
Showing
3 changed files
with
58 additions
and
41 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