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

2005-06-16 Thread Wez Furlong
OK; can you make sure that the patch applies to HEAD, and then attach it as a text attachment in an email and/or upload it to a www server, and I'll apply it. Thanks, --Wez. On 6/16/05, Marton Kenyeres <[EMAIL PROTECTED]> wrote: > Wez Furlong wrote: > > What's the difference between the data you

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

2005-06-16 Thread Marton Kenyeres
Wez Furlong wrote: What's the difference between the data you save and the data that's read in? In other words, how is this different from copying the file from one place to another; why would you use it? --Wez. The data you read in is a signed message (which can be in several formats), that

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

2005-06-16 Thread Wez Furlong
What's the difference between the data you save and the data that's read in? In other words, how is this different from copying the file from one place to another; why would you use it? --Wez. On 6/16/05, Marton Kenyeres <[EMAIL PROTECTED]> wrote: > Hi! > > Dunno, if this is the right place to

[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