-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifying with openssl dgst command #75
Comments
would you run Could you also tell me, if the |
Your first command is working fine, but the second command has still the same error as mentioned above:
|
Oh, sorry, I copied the wrong one... |
No, same error again. |
Could you compile the engine with |
Sure. Unfortunately only |
Ok, so this seems do be related to dgst requiring the PKEY functions as implemented in #89 If you could test that branch, that would already help. Until then, you will have to use the pkeyutl of openssl that does not hash on the fly:
So mydata is already the digest of whatever your actual payload data is. Hope this helps for now and sorry for not supporting it yet. |
The openssl dgst command currently does not work for the verification of a signature and prints out an error. This problem occurs regardless of the type of key in use (ecdsa / rsa or public / private). You can find below the commands used and the verification error (identical for all types of keys).
The text was updated successfully, but these errors were encountered: