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 support for attestation via PARSEC #407

Open
wants to merge 2 commits into
base: tls-attestation
Choose a base branch
from

Commits on Feb 13, 2023

  1. Add support for attestation via PARSEC

    Adding a new configuration flag to allow selection of PARSEC
    as the attestation mechanism of choice. The built-in EAT
    token generation is excluded when the flag isn't set.
    
    Also enabling ssl_clent2 to make use of this integration.
    
    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    45fef46 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Route key operations through Parsec

    Making MbedTLS use a Parsec-bound key, from generation to signing the
    certificate-verify message.
    
    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f4ac759 View commit details
    Browse the repository at this point in the history