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

Fragment COSE Sign1 support. #1575

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Fragment COSE Sign1 support. #1575

merged 1 commit into from
Jan 28, 2023

Commits on Jan 28, 2023

  1. Fragment COSE Sign1 support. Allows for a fragment presented by the host

    to be checked for a good cert chain and a valid issuer DID that matches
    the certs and so the signature. Includes DID and COSE Sign1 packages and
    tooling.
    
    Support extracting a DID directly from a COSE Sign1 document and also
    support single cert COSE Sign document checking, but not DID generation.
    
    `signutil` is a debug tool that allows generating valid DID given a
    COSE Sign1 document and provides other utility functions like printing
    cert chain, leaf certs, displaying COSE Sign1 document content etc.
    
    Signed-off-by: Ken Gordon <ken.gordon@microsoft.com>
    KenGordon authored and anmaxvl committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ae6cadb View commit details
    Browse the repository at this point in the history