ID: 18613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: OpenSSL related Operating System: Linux 2.4.18-grsec PHP Version: 4.2.2 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-09-11 10:52:56] [EMAIL PROTECTED] Any news about the patch..? ------------------------------------------------------------------------ [2002-07-29 11:40:54] [EMAIL PROTECTED] Please submit the diff -u output to [EMAIL PROTECTED] ------------------------------------------------------------------------ [2002-07-28 10:37:10] [EMAIL PROTECTED] When the certificate has more that one OU (organizationalUnit), the openssl_x509_parse function will return only the last one. Proposal: The openssl_x509_parse should return: [subject][OU][0]='First OU' [subject][OU][1]='Second OU' When there is only one OU field the openssl_x509_parse should return: [subject][OU]='First and only OU' It's up to the user to check if [subject][OU] is an array IMO. We can submit a patch :) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=18613&edit=1