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

[nrf noup] For Attestation, use message instead of hash #180

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. [nrf noup] COSE: Add sign_message option to sign1

    The t_cose library only had support for signing a hash/digest.
    Adding support for signing message instead by using
    the option T_COSE_OPT_SIGN_MESSAGE.
    
    Signed-off-by: Sigurd Hellesvik <[email protected]>
    hellesvik-nordic committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2e12b98 View commit details
    Browse the repository at this point in the history
  2. [nrf noup] attestation: Sign message instead of hash

    For attestation, sign the full token instead of the hash of the token.
    
    Signed-off-by: Sigurd Hellesvik <[email protected]>
    hellesvik-nordic committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9c1a5ad View commit details
    Browse the repository at this point in the history