add wrapper functions for PKCS#12 handling
| 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 commits
[2007-04-04 21:28 UTC] pajoye@php.net