ID: 26369 Comment by: naox at yum dot pl Reported By: joco at irckecel dot hu Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.3.4 New Comment:
I agree. Openssl module is missing export into pkcs12. In openssl you can do it by: openssl pkcs12 -export -in cert.crt -inkey cert.key -out cert.p12 Previous Comments: ------------------------------------------------------------------------ [2003-11-23 16:01:05] joco at irckecel dot hu Description: ------------ I have some suggestions for the PHP OpenSSL interface. The most significant is that PKCS#12 functions are not implemented. I think it's a very important part of OpenSSL, because it's a common format that OpenSSL and most popular browsers, like MSIE supports. I didn't find any other way to import certificates+private keys into MSIE, it would be the only way to support client certificate authentication. An other feature would be to support big integer serial numbers in certificates. Currently only long type serials are supported (openssl_csr_sign, openssl_x509_parse), but I've seen 64 bit serials, and IMHO longer ones may be supported by OpenSSL. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26369&edit=1
