Replies: 1 comment
-
Images of text are not very useful ... can you please set PKC11_PROVIDER_DEBUG and get a debug file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I'm trying to check an mtls connection with
s_server
,s_client
, and the PKCS11 provider, but thes_server
throws aC_GetOperationState
error when the client is trying to do a post handshake new session; here's an image of the process and the errorWhere the
s_server
uses an intermediate EC prime256v1 private key from PKCS11 ands_client
uses an end entity private key from pkcs11 (the end entity was signed by the intermediate)I've seen the
C_GetOperationState
error many times, but this is the first time this actually crashed something, so here's the debug log ofs_server
using the-debug
flagRegarding the driver I'm using is tpm2-pkcs11 library
I'm unsure what's the root of the issue at all, any idea what it might be?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions