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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-04 21:28 UTC] pajoye@php.net
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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC