| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-03-31 05:52 UTC] busia at tiscali dot it
  [2003-03-31 06:34 UTC] wez@php.net
  [2010-12-20 13:56 UTC] jani@php.net
 
-Package:          Feature/Change Request
+Package:          OpenSSL related
-Operating System: Redhat 7.0
+Operating System: *
-PHP Version:      4.3.2RC1
+PHP Version:      *
  [2013-12-13 07:40 UTC] wez@php.net
 
-Status: Assigned
+Status: Open
  [2013-12-13 07:40 UTC] wez@php.net
  [2013-12-13 07:43 UTC] wez@php.net
 
-Status:      Assigned
+Status:      Open
-Assigned To: wez
+Assigned To:
  [2022-04-07 14:48 UTC] ilutov@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: ilutov
  [2022-04-07 14:48 UTC] ilutov@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 05:00:01 2025 UTC | 
Is it possible to add an option into "openssl_pkcs7_verify" to save the store the certificate into a variable instead of into a file? I tried: --------------------------------------- ob_start(); openssl_pkcs7_verify("/home/busia/mail_firmata_mittente_cambiato", PKCS7_DETACHED, "php://stdout"); $pem=ob_get_contents(); ob_end_clean(); --------------------------------------- But I receive this warning: --------------------------------------- PHP Warning: openssl_pkcs7_verify() [<a href='http://www .php.net/function.openssl-pkcs7-verify'>function.openssl-pkcs7-verify</a>]: sign ature OK, but cannot open php://stdout for writing in /home/busia/prova2.php on line 5 --------------------------------------- Writing the file and the reding it seems a waste of resources. Thanks Andrea Busia