php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #39867 Openssl: add wrapper functions for PKCS#12 handling
Submitted: 2006-12-18 13:36 UTC Modified: 2007-04-04 21:28 UTC
From: delling at silpion dot de Assigned: pajoye (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 5.2.0 OS: all
Private report: No CVE-ID: None
 [2006-12-18 13:36 UTC] delling at silpion dot de
Description:
------------
Implements OpenSSL-wrapper functions for PKCS#12 handling.

bool openssl_pkcs12_export_to_file(mixed x509, string 
filename, mixed priv_key, string pass[, array args])
bool openssl_pkcs12_export(mixed x509, string &out, mixed 
priv_key, string pass[, array args])
bool openssl_pkcs12_read(mixed PKCS12, array &certs, string 
pass)

see posting:
http://news.php.net/php.internals/26976
and
http://news.php.net/php.internals/26984

the patch:
http://news.php.net/getpart.php?
group=php.internals&article=26976&part=3


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-04 21:28 UTC] [email protected]
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jun 22 05:01:35 2025 UTC