php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31638 openssl_csr_sign ignoring configargs
Submitted: 2005-01-21 16:09 UTC Modified: 2006-07-31 00:48 UTC
Votes:6
Avg. Score:4.3 ± 0.9
Reproduced:6 of 6 (100.0%)
Same Version:1 (16.7%)
Same OS:5 (83.3%)
From: john dot douglass at oit dot gatech dot edu Assigned: sniper (profile)
Status: Closed Package: OpenSSL related
PHP Version: 5.0.3 OS: Linux 2.4.22
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:
42 + 44 = ?
Subscribe to this entry?

 
 [2005-01-21 16:09 UTC] john dot douglass at oit dot gatech dot edu
Description:
------------
Attempting to use function openssl_csr_sign with the optional "configargs" array to specify which extensions to sign the cert with.

The function works and I get a signed certificate, however the config arg {"x509_extensions" => "auth_only"} doesn't appear to work.

PHP 5.0.3 with OpenSSL support (which everything works except for this one thing)

Reproduce code:
---------------
Source at:
http://xlr8ed.ts.gatech.edu/kalamos/obug.phps

OpenSSL config at:
http://xlr8ed.ts.gatech.edu/kalamos/obug-openssl.conf

Client code at:
http://xlr8ed.ts.gatech.edu/kalamos/obug-client.phps

Expected result:
----------------
I expect a signed certificate with the specified extensions (the keyUsage/extendedKeyUsage,etc) as specified in the "auth_only" extension section

Actual result:
--------------
A certificate with apparently NO extensions. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-09 00:40 UTC] sniper@php.net
Apparently those urls don't work anymore. Please provide working URLs.

 [2005-07-16 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2006-07-31 00:48 UTC] pajoye@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC