php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #72249 Add Support for PKCS7_get_signer_info
Submitted: 2016-05-20 21:34 UTC Modified: -
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:0 of 1 (0.0%)
From: tjg at ucsc dot edu Assigned:
Status: Open Package: OpenSSL related
PHP Version: 5.6.21 OS: FreeBSD 10.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tjg at ucsc dot edu
New email:
PHP Version: OS:

 

 [2016-05-20 21:34 UTC] tjg at ucsc dot edu
Description:
------------
I'm working on implementing a PHP interface to the Comodo CA for personal S/MIME certificates.  The certificates are delivered via the Comodo API in PKCS7 format.  However, none of the available PKCS7 PHP functions return a list of signer certificates from a given PKCS7 blob.

The PKCS7_get_signer_info OpenSSL function seems to return an array of signer certificates.  It would be very helpful if PHP's OpenSSL implementation could include an implementation of PKCS7_get_signer_info that would return X509 certificate objects for each certificate included in the PKCS7 data.

Test script:
---------------
N/A


Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 15:01:30 2024 UTC