php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #26369 openssl improvements
Submitted: 2003-11-23 16:01 UTC Modified: 2007-04-04 21:41 UTC
From: joco at irckecel dot hu Assigned: pajoye (profile)
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.3.4 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 + 49 = ?
Subscribe to this entry?

 
 [2003-11-23 16:01 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-05 19:43 UTC] naox at yum dot pl
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
 [2006-10-21 00:39 UTC] pajoye@php.net
As pkcs12 support is required, long serial support has  already been added, see #39217. Will be present in 5.2.1, you can already try it with HEAD (php6).
 [2007-04-04 21:41 UTC] pajoye@php.net
Implemented in 5.2.2+, see #39867

Duplicated > bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 11:01:31 2024 UTC