Hi all,
i get a file with a signed base64 string produced using the following commands:
openssl dgs -md5 -sign key.pem stringtosign.txt | openssl enc -base64 -A >
signedbase64string.txt
that signed string is part of a text file that includes the certificate in pem
format without the public key.
from that file i can get the original stringtosign.txt but because the key
belongs to the owner and i can not have it.
is it possible to verify that the signedbase64string is correct only with the
information i have?
tia for your help
luis hernandez