2020-02-12 04:12 AM
I have a problem with ECC signature verifiacation using STM32 crypto library example projects.
I'm using ECC based on P-256.
What I do:
I've checked byte-to-byte of MessageDigest, Message,Signature and Public key to avoid errors on coping. Also __CRC_CLK_ENABLE() - is done.
What I'm doing wrong - why can signature verification can fail on same curve, public key, message digest?
And in general - is it possible to export public key and signature to use them into with openssl on other platforms?