php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63232 Missing descriptions in openssl_pkey_get_details() documentation page
Submitted: 2012-10-07 13:10 UTC Modified: 2017-11-03 21:02 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: langemeijer@php.net Assigned: mjones (profile)
Status: Closed Package: OpenSSL related
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: langemeijer@php.net
New email:
PHP Version: OS:

 

 [2012-10-07 13:10 UTC] langemeijer@php.net
Description:
------------
Missing descriptions in table for OPENSSL_KEYTYPE_RSA:

n - modulus
e - public exponent
d - private exponent
p - prime 1
q - prime 2
dmp1 - exponent1, d mod (p-1)
dmq1 - exponent2, d mod (q-1)
iqmp - coefficient, (inverse of q) mod p



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 12:16 UTC] cmb@php.net
-Type: Bug +Type: Documentation Problem -Package: Documentation problem +Package: OpenSSL related
 [2017-11-03 21:02 UTC] mjones@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mjones
 [2017-11-03 21:02 UTC] mjones@php.net
Fix committed r343359
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of mjones
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=b9fae77024c260f2834a038fcf776ba29ef6e9d8
Log: Fix bug #63232: openssl_pkey_get_details documentation
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC