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

Towards crypto & method agility: API updates, new buffer, new credential struct #284

Merged
merged 31 commits into from
Aug 2, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    d103a22 View commit details
    Browse the repository at this point in the history
  2. feat: add EdhocBuffer

    geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    333c7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    639fa7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c8494b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0df4e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e926b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe66684 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    895693a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e4aac3 View commit details
    Browse the repository at this point in the history
  10. 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 Jul 31, 2024
    Configuration menu
    Copy the full SHA
    52bca5b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79660ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b0a32d View commit details
    Browse the repository at this point in the history
  13. creds: add parse methods

    geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    97db44d View commit details
    Browse the repository at this point in the history
  14. Implement parse_ccs_psk

    ElsaLopez133 authored and geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1c14779 View commit details
    Browse the repository at this point in the history
  15. creds: Correcting parse_css_psk

    ElsaLopez133 authored and geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b7a819d View commit details
    Browse the repository at this point in the history
  16. creds(WIP): implement parse_ccs_psk

    ElsaLopez133 authored and geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    13a752a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8559890 View commit details
    Browse the repository at this point in the history
  18. creds: use new struct for IdCred

    borrowing code from @chrysn's PR openwsn-berkeley#274
    geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    04c7310 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    95fb363 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f91594 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10e13e5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0b3e6f8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5c5732c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0bc1254 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    183ddef View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c49ccea View commit details
    Browse the repository at this point in the history
  27. python: adjust for new creds module

    also update signatures default of Option values
    to avoid pyo3 warning
    geonnave committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    aa6eca5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e6cc988 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    754a866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f6eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4c7bc View commit details
    Browse the repository at this point in the history