-
Notifications
You must be signed in to change notification settings - Fork 187
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
Thales HSM does not work since libp11-0.4.11 #489
Comments
Here more debug output in verbose mode: good:
bad:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
we're using 2 network HSMs by Thales, they come with the
libcknfast.so
PKCS#11 library. For redundancy reasons the keys are deployed to both HSMs.With this setup, loading a public key (using
ENGINE_load_public_key()
) doesn't work with the latest release nor the current git master (89ccb1f ("Change bool attribute true/false names to _true/_false"))The application fails with:
In the good case the output looks like this:
...and continues to work with the extracted key.
We've bisected the problem down to commit 85a91f4 ("eng_back: Search objects in all matching tokens"). BTW: bisecting worked like charm, thanks for keeping the tree compilable!
As URL (serial, id, object redacted) we're using:
Even with the full URL, it doesn't work:
Here some
p11tool
output:regards,
Marc
The text was updated successfully, but these errors were encountered: