2017-03-02 04:13 AM
Hello,
I've already written on the forum without luck. I'm in trouble trying to figure out how to verify a message signed using ECDSAsign function. Locally it seems to work, but if I export the signed hash, it is not verify by an external system.
Where can be the problem? Any suggestion?
Regards,
Fabio
#x-cube-cryptolib2017-03-02 06:57 AM
To be more precise: how can I sign within the library and then check the signature through OpenSSL?
2017-03-03 01:35 AM
Hi,
What do you mean by 'external system' ?
In this external system are you using the STM32 cryptographic library package or another library?