Replies: 3 comments 2 replies
-
|
Google for: latchset/provider examples s_client openssl s_client -connect server.example.com:443 openssl s_client -connect server.example.com:443 drop the -engine as it is replaced by openssl provider. |
Beta Was this translation helpful? Give feedback.
-
|
I've already tried without -engine since I'm aware of it being a deprecated API. But many examples still use them. Current configuration is: And the state of PKCS11: |
Beta Was this translation helpful? Give feedback.
-
What versions of OpenSSL, OpenSC and pkcs11-provider are you using? I note that the pkcs11-tool -O -l --pin xxxxx Another debugging tool for PICS11 is the OpenSC SPY https://github.com/OpenSC/OpenSC/wiki/Using-OpenSC PKCS11 URI are defined in https://datatracker.ietf.org/doc/html/rfc7512 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use softhsm2 with openssl's s_client? The softhsm2 initialization seems to work:
This is my OpenSSL setup:
But s_client seems not to (fully) use the PKCS#11 data:
Can you provide me with the necessary s_client cmdline and some possible initialization I've missed?
Greetings,
Fabiano
Beta Was this translation helpful? Give feedback.
All reactions