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

Credentials also supporting symmetric keys #294

Merged
merged 17 commits into from
Jul 5, 2024

Commits on Jun 27, 2024

  1. creds: new more versatile credentials module

    will support more types of credentials,
         including different types of COSE_Key's
    
    the handling of id_cred's is inspired by chrysn's PR openwsn-berkeley#274
    geonnave committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f0a263d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    59b50d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff45dd6 View commit details
    Browse the repository at this point in the history
  3. creds: add parse methods

    geonnave committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    40a06ad View commit details
    Browse the repository at this point in the history
  4. Implement parse_ccs_psk

    ElsaLopez133 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b48d826 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    7f35e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f378163 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    ea91f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5defab View commit details
    Browse the repository at this point in the history
  3. creds: use new struct for IdCred

    borrowing code from @chrysn's PR openwsn-berkeley#274
    geonnave committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0ce1959 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    a6792fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d449b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4e1b62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d378208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e276c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    03f7d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e9f6a View commit details
    Browse the repository at this point in the history