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 Android Keystore Provider and Keyhandle by Team Netwatch (B) #5

Merged
merged 24 commits into from
Jun 4, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    7433ac0 View commit details
    Browse the repository at this point in the history
  2. fix: added missing changes

    mark-beck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    87a6820 View commit details
    Browse the repository at this point in the history
  3. feat: implemented config

    mark-beck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7706e0f View commit details
    Browse the repository at this point in the history
  4. fix: added lib cratetype

    mark-beck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    46e7a95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a2314b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f02d33f View commit details
    Browse the repository at this point in the history
  7. fix: don't load java vm in initialize_module, as it will be called be…

    …fore the config was passed
    mark-beck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5d8fc21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f207d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29ffdf2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae1b69d View commit details
    Browse the repository at this point in the history
  11. fix: change traits to use Box<dyn Any>

    When using Box<dyn ProviderConfig>, you would have to upcast the dyn ProviderConfig to dyn Any. This feature is currently experimental (rust-lang/rust#65991). As ProviderConfig is always going to be turned into an Any, it has no real purpose anyways.
    BREAKING
    mark-beck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9ceffcd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    03c9cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1ca53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0640fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    788c40c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d540d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7b9ace View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b91d81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea233d3 View commit details
    Browse the repository at this point in the history
  9. fix: added more paddings

    mark-beck committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ec75bcd View commit details
    Browse the repository at this point in the history
  10. fix: readded common tests

    mark-beck committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b8ae3a6 View commit details
    Browse the repository at this point in the history
  11. fix: readded other tests

    mark-beck committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4373a49 View commit details
    Browse the repository at this point in the history
  12. fix: mod.rs

    mark-beck committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fca1a5b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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