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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm trying to check an mtls connection with
s_server,s_client, and the PKCS11 provider, but thes_serverthrows aC_GetOperationStateerror when the client is trying to do a post handshake new session; here's an image of the process and the errorWhere the
s_serveruses an intermediate EC prime256v1 private key from PKCS11 ands_clientuses an end entity private key from pkcs11 (the end entity was signed by the intermediate)I've seen the
C_GetOperationStateerror many times, but this is the first time this actually crashed something, so here's the debug log ofs_serverusing the-debugflagRegarding 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