Attached are a public key and signature that have been verified outside of CODESYS with message "TEST".
Any feedback on the code I have here, or other examples on how I can verify a signature with a .pem public key in CODESYS V3.5 SP15 would be appreciated.
Sorry, I accidentally posted this in Runtime but I think this forum may be more appropriate.
I am having trouble verifying a RSA PKCS1.5 SHA256 signature given a message, the signature as a hex string, and a public key as a .pem file.
Here is an example of how I am trying to verify a signature using the CmpCrypto library in CODESYS V3.5 SP15:
Attached are a public key and signature that have been verified outside of CODESYS with message "TEST".
Any feedback on the code I have here, or other examples on how I can verify a signature with a .pem public key in CODESYS V3.5 SP15 would be appreciated.
Thank you