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

feat: Hardware Security Module support #2625

Merged
merged 53 commits into from
Jan 11, 2022
Merged

feat: Hardware Security Module support #2625

merged 53 commits into from
Jan 11, 2022

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    4b23e18 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    acfc53a View commit details
    Browse the repository at this point in the history
  3. fix: pointer to pointer

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e608559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f9d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc42c7 View commit details
    Browse the repository at this point in the history
  6. fix: Skipped tests that are not applicable when HSM enabled. Changed …

    …tests to be compatible with HSM (keys cannot be updated/imported, priv/pub kid's contain no prefixes)
    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2f34cdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5d1172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bae30f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bab52ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f668c29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51c3e36 View commit details
    Browse the repository at this point in the history
  12. fix: Add stack trace

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    48bc59d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf52643 View commit details
    Browse the repository at this point in the history
  14. feat: Solution accepted

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    097bceb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    630c974 View commit details
    Browse the repository at this point in the history
  16. fix: code coverage

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c6440b1 View commit details
    Browse the repository at this point in the history
  17. fix: code coverage

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f3c7a69 View commit details
    Browse the repository at this point in the history
  18. fix: code coverage

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    79b987f View commit details
    Browse the repository at this point in the history
  19. fix: Add stack trace

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    31597e4 View commit details
    Browse the repository at this point in the history
  20. feat: circleci test-hsm

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e124852 View commit details
    Browse the repository at this point in the history
  21. fix: update dependencies

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    52327bf View commit details
    Browse the repository at this point in the history
  22. fix: solution accepted

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c83f279 View commit details
    Browse the repository at this point in the history
  23. feat: note on EdDSA support

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3127946 View commit details
    Browse the repository at this point in the history
  24. fix: add build tag hsm

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3c04041 View commit details
    Browse the repository at this point in the history
  25. fix: hsm documentation

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d6ebe90 View commit details
    Browse the repository at this point in the history
  26. docs: add hsm to sidebar

    aeneasr authored and aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    42ba490 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    37b837e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    28becdd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    032630f View commit details
    Browse the repository at this point in the history
  30. fix: make TestManagerKey/TestManagerKeySet actually execute by refere…

    …ncing correct function to Run. Skip tests for key generators HS256, HS512.
    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    363ca75 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a34963d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4fb3b18 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e74ca16 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    df68f4d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8d625ad View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    80baa98 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d3c0695 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f3bced1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    423cc99 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0e9ebd4 View commit details
    Browse the repository at this point in the history
  41. fix: hsm key manager tests

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    07cf744 View commit details
    Browse the repository at this point in the history
  42. fix: jwt strategy tests

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8b9a9d5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5a6d5d3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5f6f1e6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    17c0b52 View commit details
    Browse the repository at this point in the history
  46. fix: format documentation

    aarmam committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3c7dd77 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. fix: remove contributors

    aeneasr committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2fab67a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. chore: code review

    aeneasr committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    18e61e9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/hsm

    # Conflicts:
    #	driver/config/provider.go
    #	driver/registry.go
    #	driver/registry_sql.go
    #	go.mod
    #	persistence/sql/persister_test.go
    aeneasr committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    3571c71 View commit details
    Browse the repository at this point in the history
  3. chore: code review

    aeneasr committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    6965b87 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    ff11892 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Merge remote-tracking branch 'origin/master' into feature/hsm

    # Conflicts:
    #	driver/registry_base.go
    #	driver/registry_sql.go
    #	go.mod
    aeneasr committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    af52789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee34ae View commit details
    Browse the repository at this point in the history