Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add untagged COSE_Sign1 support #143

Merged
merged 1 commit into from
May 18, 2023
Merged

Add untagged COSE_Sign1 support #143

merged 1 commit into from
May 18, 2023

Commits on May 17, 2023

  1. Add untagged COSE_Sign1 support

    RFC8152 specifies that a single-signer token can be either tagged
    (COSE_Sign1_Tagged) or untagged (COSE_Sign1).
    
    The existing Sign1Message implementation only handles COSE_Sign1_Tagged
    objects. Add UntaggedSign1Message to analogously handle COSE_Sign1
    objects.
    
    Signed-off-by: setrofim <setrofim@gmail.com>
    setrofim committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0d70fc7 View commit details
    Browse the repository at this point in the history