From:             ivan dot dolezal at vsb dot cz
Operating system: irrelevant (FreeBSD)
PHP version:      Irrelevant
PHP Bug Type:     Feature/Change Request
Bug description:  openssl_pkcs7_verify should output the verified mail

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 bug report at http://bugs.php.net/?id=26076&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26076&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26076&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26076&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26076&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26076&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26076&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26076&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26076&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26076&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26076&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26076&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26076&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26076&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26076&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26076&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26076&r=float

Reply via email to