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

New key wrapping API #642

Merged
merged 5 commits into from
Aug 10, 2023
Merged

Commits on Aug 9, 2023

  1. New key wrapping API

    Allows key wrapping to be different between persistent and server-side
    storage.
    
    To accomplish this, the PrivateKey now always stores the fully
    reconstructed key, and has different methods to serialize it for the
    respective use case.
    kaczmarczyck committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    468202b View commit details
    Browse the repository at this point in the history
  2. Cleans up legacy credential parsing

    This is a backwards incompatible change. This PR already introduces
    backwards incompatible new credential parsing, and therefore we can also
    remove all other legacy parsing.
    kaczmarczyck committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c4f62fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6147818 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8be2f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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