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.15 would be appreciated.
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.15:
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.15 would be appreciated.
Thank you