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

treewide: implement serializer interface for socket API #207

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. treewide: implement serializer interface for socket API

    For the socket API, the cmcd and testtool used CBOR
    serialization for the payloads (regardless of the
    serialization of metadata and attestation reports).
    
    This commit introduces the socketApiSerializer configuration
    for the testtool and adds automatic serialization detection
    for socket API requests in the cmcd. This makes it possible
    to interact with the cmcd socket API without requiring
    CBOR support.
    
    Signed-off-by: Simon Ott <[email protected]>
    smo4201 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7831533 View commit details
    Browse the repository at this point in the history