Verify the sign on p7m file
Posted: Tue Mar 18, 2008 12:19 pm
Hi guy
I've read in the official documentation that exist many function that allow to verify a digital signature.
The openssl_pkcs7_verify shoul verify a sign on a p7m file I've try to use this function but it don't work somebdy could help me ???
The sintax used is the follow
the error returned is always -1 help me please
I've read in the official documentation that exist many function that allow to verify a digital signature.
The openssl_pkcs7_verify shoul verify a sign on a p7m file I've try to use this function but it don't work somebdy could help me ???
The sintax used is the follow
Code: Select all
openssl_pcks7_verify("prova.p7m",0);the error returned is always -1 help me please