Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps cryptoki from 0.10.0 to 0.11.0.

Changelog

Sourced from cryptoki's changelog.

Changelog

Commits
  • 82c7415 Bump cryptoki and cryptoki-sys
  • b5499ea Merge pull request #334 from testingapisname/main
  • 11db4e0 Merge branch 'main' into main
  • 81aac81 Merge pull request #337 from nwalfield/revert-session
  • 16ae62f Don't tie Session's lifetime to the Pkcs11 object.
  • 61654a1 docs: Fix documentation references in MechanismInfo
  • 36fb3c3 Finalize Pkcs11 and sessions in tests
  • 048c314 Allow closing a session manually
  • 47dd51f Remove the initialize check
  • 2277d0f Remove finalizing Pkcs11 on Drop
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 01:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 22, 2025
@fitzthum
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/cryptoki-0.11.0 branch from 565efb5 to 5b18acf Compare December 22, 2025 16:37
Copy link
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs manual fix

cc @tylerfanelli @nmwael

@nmwael
Copy link
Contributor

nmwael commented Dec 22, 2025 via email

@fitzthum
Copy link
Member

@nmwael Sure, no rush at all.

@dependabot dependabot bot force-pushed the dependabot/cargo/cryptoki-0.11.0 branch from 5b18acf to 3de37a4 Compare December 24, 2025 05:31
Bumps [cryptoki](https://github.com/parallaxsecond/rust-cryptoki) from 0.10.0 to 0.11.0.
- [Changelog](https://github.com/parallaxsecond/rust-cryptoki/blob/main/CHANGELOG.md)
- [Commits](parallaxsecond/rust-cryptoki@cryptoki-0.10.0...cryptoki-0.11.0)

---
updated-dependencies:
- dependency-name: cryptoki
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cryptoki-0.11.0 branch from 3de37a4 to d28ca74 Compare December 31, 2025 07:03
@nmwael
Copy link
Contributor

nmwael commented Jan 21, 2026

Just a bump to inform this is not stale and are working on it. BUT there are major changes in cryptoki and one of the tests revolving HSM as resource storage is not passing.

Heres my WIP, and the test failing. https://github.com/nmwael/trustee/blob/update_cryptoki/kbs/src/plugins/implementations/pkcs11.rs#L341

One of the major changes are that the crystoki team no longer supports session state asfar as I see it. Which means that the plugin needs to login to the HSM on each operation, which is quite bad i'm told by our HSM guy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants