You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But basically you need to parse the "siganture" as pkcs#7 which includes a bunch of certificates plus the actual signature.
You can base64 decode the signature and write the bytes to a file then use openssl (openssl pkcs7 -text -in yourfile.txt -inform DER -print_certs)to view it.
But Any APi that can parse pkcs7 will do the trick too.
This should help thing get rolling along a bit easier.
Any chance we will see the signature verification in the sample? :)
I tried...
But it doesn't seem to match...
The text was updated successfully, but these errors were encountered: