[PHP-DEV] openssl_pkcs7_verify - save verified data [PATCH]

2005-06-16 Thread Marton Kenyeres
Hi! Dunno, if this is the right place to ask, but I give it a try anyway. If I'm misguided, please feel free to point me in the right direction! Attached is a patch which adds a 6th option to openssl_pkcs7_verify, which should be a string and point to a file where the contents of the signed

Re: [PHP-DEV] openssl_pkcs7_verify - save verified data [PATCH]

2005-06-16 Thread Marton Kenyeres
), that is some data _plus_ some signature. The data saved is only the raw data without the signature. The data itself can be any random binary string when using PKCS7_BINARY flag. We use it to transfer zip files between a ASP script and PHP. m. On 6/16/05, Marton Kenyeres [EMAIL PROTECTED] wrote