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
We bought a Nitrokey HSM 2.
We put a SignServer instance in front of it.
Now I wanted to get signing with client-side hash computation working to minimize network traffic and work the HSM has to do.
With a PKCS#12 file and according worker this works fine.
But if I try to do the same with the PKCS#11 worker for the HSM and the NONEwithRSA algorithm, I get an error saying “No such algorithm: RSA/ECB/PKCS1Padding”.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We bought a Nitrokey HSM 2.
We put a SignServer instance in front of it.
Now I wanted to get signing with client-side hash computation working to minimize network traffic and work the HSM has to do.
With a PKCS#12 file and according worker this works fine.
But if I try to do the same with the PKCS#11 worker for the HSM and the
NONEwithRSA
algorithm, I get an error saying “No such algorithm: RSA/ECB/PKCS1Padding”.Is this not supported using Nitrokey HSM 2?
Beta Was this translation helpful? Give feedback.
All reactions