Closed
Bug 1839533
Opened 2 years ago
Closed 2 years ago
Update the Cert Data from PEM tool to also provide the inhibitAnyPolicy field value and all Subject fields
Categories
(Core :: Security: PSM, task)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
People
(Reporter: kathleen.a.wilson, Unassigned)
References
Details
Attachments
(4 files)
The "Cert Data from PEM" tool is used to create a root or intermediate certificate record in the CCADB. This tool parses the PEM of a certificate and outputs a JSON response that CCADB uses to fill in the data on the certificate record in the CCADB.
Please update this tool to provide output that indicates if the certificate has the inhibitAnyPolicy extension present, and the value if it is present.
Reference: https://wiki.mozilla.org/CA/EV_Processing_for_CAs#Policy_Constraints
"Note that if the inhibitAnyPolicy extension is present, Firefox will reject the anyPolicy OID regardless of the value set for inhibitAnyPolicy."
Reporter | ||
Comment 1•2 years ago
|
||
Also please update this tool to return all Subject fields.
Reporter | ||
Updated•2 years ago
|
Summary: Update the Cert Data from PEM tool to also provide the inhibitAnyPolicy field value → Update the Cert Data from PEM tool to also provide the inhibitAnyPolicy field value and all Subject fields
Reporter | ||
Comment 2•2 years ago
|
||
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
Reporter | ||
Comment 5•2 years ago
|
||
Reporter | ||
Comment 6•2 years ago
|
||
Ken implemented these changes.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•