ID:               26076
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ivan dot dolezal at vsb dot cz
-Status:           Open
+Status:           Assigned
 Bug Type:         Feature/Change Request
 Operating System: irrelevant (FreeBSD)
 PHP Version:      Irrelevant
-Assigned To:      
+Assigned To:      wez
 New Comment:

Already have plans to implement this.


Previous Comments:
------------------------------------------------------------------------

[2003-11-02 02:17:03] ivan dot dolezal at vsb dot cz

Description:
------------
The openssl_pkcs7_verify is able to verify signed e-mail, but I can't
get the verified message out of it to process it further.

As OpenSSL shell does have this functionality: switch "-text" in...

openssl smime -verify -CApath /etc/ssl/certs/ -in signedmessage.txt
-text

...outputs the message to STDOUT.

Expected result:
----------------
a new optional parametr called by reference in the function
openssl_pkcs7_verify, that would output the message from the e-mail

Actual result:
--------------
Currently there is no (documented) way to get the verified message out
of S/MIME. I can verify the message, find out, who signed it (with
other functions), but I can't process the message from the mail.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26076&edit=1

Reply via email to