Bug 1474658
Summary: | Missing CN in user signing cert would cause error in cmc user-signed | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Geetika Kapoor <gkapoor> | |
Component: | pki-core | Assignee: | Christina Fu <cfu> | |
Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> | |
Severity: | urgent | Docs Contact: | Marc Muehlfeld <mmuehlfe> | |
Priority: | urgent | |||
Version: | 7.4 | CC: | cfu, mharmsen, msauton, pbokoc | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Certificate System CAs no longer display an error when handing subject DNs without a CN component
Previously, an incoming request missing the Common Name (CN) component caused a "NullPointerException" on the Certificate Authority (CA) because the implementation expected the CN to be present in the subject Distinguished Name (DN) of the Certificate Management over CMS (CMC). This update allows the CA to handle subject DN without a CN component, preventing the exception from being thrown.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1485833 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-10 17:00:07 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1485833 |
Description
Geetika Kapoor
2017-07-25 06:56:12 UTC
I'm able to reproduce this issue. committed upstream: https://pagure.io/dogtagpki/issue/2788#comment-455507 Testing done with cert subject dn: Certificate: Data: Version: 3 (0x2) Serial Number: 145764544 (0x8b030c0) Signature Algorithm: PKCS #1 SHA-512 With RSA Encryption Issuer: "CN=CA Signing Certificate,OU=gkapoor_RHCS_75_ssl,O=SECure-Ds" Validity: Not Before: Sun Feb 11 22:01:58 2018 Not After : Fri Aug 10 21:01:58 2018 Subject: "UID=sslauth,OU=People" Passes cases: 1. self signed 2. User Signed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0925 |