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

Adding example C client application for Veraison challenge response exchange. #2

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

Commits on Jan 19, 2023

  1. Adding example C client application for Veraison challenge response e…

    …xchange
    
    This application uses libcurl for making REST api calls to the veraison services.
    Fixes #1
    
    Signed-off-by: Tushar Khandelwal <[email protected]>
    tusharkhandelwal2 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6462d3f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. moving the file to examples folder

    Signed-off-by: Tushar Khandelwal <[email protected]>
    tusharkhandelwal2 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6ba00e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. move the code to a separate function and use it as a helper

    Signed-off-by: Tushar Khandelwal <[email protected]>
    tusharkhandelwal2 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8e7113f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. code cleanup and error handling

    Signed-off-by: Tushar Khandelwal <[email protected]>
    tusharkhandelwal2 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7b4c86e View commit details
    Browse the repository at this point in the history