php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #60023 Add certificate revocation support
Submitted: 2011-10-09 18:02 UTC Modified: 2011-10-09 18:28 UTC
Votes:16
Avg. Score:4.4 ± 0.7
Reproduced:15 of 15 (100.0%)
Same Version:6 (40.0%)
Same OS:3 (20.0%)
From: brett at Silcon dot com Assigned:
Status: Open Package: OpenSSL related
PHP Version: 5.4.0beta1 OS:
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
17 - 7 = ?
Subscribe to this entry?

 
 [2011-10-09 18:02 UTC] brett at Silcon dot com
Description:
------------
Looking to add the equivalent of these:

Revoke the user certificate:
openssl ca -revoke [xy.pem]

Create a Certificate Revocation List (CRL):
openssl ca -gencrl -out test.crl




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-09 18:28 UTC] brett at Silcon dot com
I realize those commands use text file indices and things.. It would be really 
great if there ended up being a way to run a full CA out of PHP with MySQL and 
never need to deal with physical files. I suppose this is probably why this 
feature hasn't been implemented, but it would be great for someone to pair up 
with openssl on.
 [2013-04-28 13:16 UTC] gufophp at gmail dot com
duplicate bug: https://bugs.php.net/bug.php?id=40046
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC