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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brett at Silcon dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Nov 21 14:01:29 2024 UTC