You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the p11-kit remoting removes unknown agorithms from the list of supported algorithms from the underlying pkcs11-module.
This bite me while trying to use the CKM_EDDSA mechanism through p11-kit client/server connection. The difference between listing of mechanisms on the token look like this:
That's intentional; without knowing the mechanism, we can't determine the size of parameters to be serialized on the RPC protocol, but we are open to add any specific mechanisms with known sizes of the parameters. For the meantime, do you want to support CKM_EDDSA, right?
Yes. The EDDSA is the one I needed. But I removed the p11-kit from the chain so there is no immediate need for it now.
Given that the EDDSA is supported in the other parts of the code and defines are in place, I would expect it to work also for this, but this was likely bad expectation:
the p11-kit remoting removes unknown agorithms from the list of supported algorithms from the underlying pkcs11-module.
This bite me while trying to use the
CKM_EDDSA
mechanism through p11-kit client/server connection. The difference between listing of mechanisms on the token look like this:I think the p11-kit remote should proxy all the mechanisms as they are instead of doing some selection on them.
The text was updated successfully, but these errors were encountered: