Re: [PHP] Help for openssl_pkcs7_verify function

2008-03-17 Thread Stut
On 17 Mar 2008, at 21:34, Carlo Carbone wrote: I need help for this function to verify a p7m file . The funcion return always error value ( -1 ) this is the sintax that I use to verify the sign on the file openssl_pkcs7_verify("prova.p7m", PKCS7_BINARY ,"prova.pdf", array("c:\cert.pem") );

[PHP] Help for openssl_pkcs7_verify function

2008-03-17 Thread Carlo Carbone
I need help for this function to verify a p7m file . The funcion return always error value ( -1 ) this is the sintax that I use to verify the sign on the file openssl_pkcs7_verify("prova.p7m", PKCS7_BINARY ,"prova.pdf", array("c:\cert.pem") ); I 'm a winXP user and the path of PHP is place in th