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

implements session object handle iterator, with caching #223

Merged
merged 8 commits into from
Sep 13, 2024

Commits on Sep 9, 2024

  1. implements session object handle iterator, with caching

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4cb9d00 View commit details
    Browse the repository at this point in the history
  2. adjustments required by clippy

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1f72f1a View commit details
    Browse the repository at this point in the history
  3. removed dead code

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7377844 View commit details
    Browse the repository at this point in the history
  4. Refactor object handle iterator and find objects function

    - documentation enhanced
    - documentation example adjusted/simplified
    - tests simplifications
    - `find_objects()` method is now calling `iter_objects()`
    
    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e42c41c View commit details
    Browse the repository at this point in the history
  5. small refactor to satisfy clippy

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0c33eff View commit details
    Browse the repository at this point in the history
  6. use NonZeroUSize for capturing cache size

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fd10cc6 View commit details
    Browse the repository at this point in the history
  7. implementing and resolving comments from PR

    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43a7edf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. minor changes

    - get_pkcs11! macro rewrite
    - test code refactoring
    
    Signed-off-by: Eric Devolder <[email protected]>
    keldonin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    de706ce View commit details
    Browse the repository at this point in the history