Hello, I'm Marc and I'm new to this list. Whew! That was easy!

I've read in the archive about a patch for supporting openssl pkcs12, but nothing seems to be done so far. Since I was missing the same thing when trying to code a quick-and-dirty certificate management webapp I decided to write a patch by myself. Is there still need for a patch introducing such functions? To whom should I post it? (I've included it in this posting for discussion) Where does the documentation go?

The patch

Attachment: php_5.2.0-openssl_pkcs12.patch.gz
Description: GNU Zip compressed data


implements the functions:
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)

Marc
-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to