Hi, I'm trying to calculate an ECDSA signature using the Encryption library. A small sample project is attached.
Apparently I'm able to calculate the signature with the expected format, and also verification passes.
But if I try to validate the calculated signature with OpenSSL or other tools, then the verification fails.
Can anyone help me understand what's going wrong?
Apparently I'm able to calculate the signature with the expected format, and also verification passes.
But if I try to validate the calculated signature with OpenSSL or other tools, then the verification fails.
OpenSSL:
openssl dgst -sha256 -verify pubkey.pem -signature signature.bin test.file