Bug 1549632
| Summary: | Not able to generate certificate request with ECC using pki client-cert-request | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Amol K <akahat> | |
| Component: | pki-core | Assignee: | Amol K <akahat> | |
| Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> | |
| Severity: | urgent | Docs Contact: | Marc Muehlfeld <mmuehlfe> | |
| Priority: | urgent | |||
| Version: | 7.5 | CC: | akahat, mharmsen, msauton | |
| Target Milestone: | rc | Keywords: | TestCaseProvided, ZStream | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
The *client-cert-request* utility no longer fails to create CSRs for ECC certificates
Previously, the *generatePkcs10Request* method in the Certificate System's *client-cert-request* utility failed to map the curve and length parameters. Consequently, the utility failed to create certificate signing requests (CSR) for Elliptic Curve Cryptography (ECC) certificates. The problem has been fixed. As a result, using *client-cert-request* for creating CSRs for ECC certificates works as expected.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1558919 (view as bug list) | Environment: | ||
| Last Closed: | 2018-10-30 11:05:27 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: | 1558919 | |||
|
Description
Amol K
2018-02-27 14:24:02 UTC
commit 15911c8e65eb1543776a64f567ca3e281091e750 (HEAD -> DOGTAG_10_5_BRANCH, origin/DOGTAG_10_5_BRANCH, gerrit/DOGTAG_10_5_BRANCH)
Author: Amol Kahat <akahat>
Date: Tue Feb 27 19:56:31 2018 +0530
Fixed BZ 1549632: Not able to generate certificate request
with ECC using pki client-cert-request
Change-Id: I23a51af2c9e9bcc62983332bee22fe3c56ce1409
Signed-off-by: Amol Kahat <akahat>
(cherry picked from commit 69434ec08442b92cab8c304caef98200ff71e8e2)
Testing Instructions: https://bugzilla.redhat.com/show_bug.cgi?id=1558919#c3 Marking MODIFIED; inherited from 7.5.z I tested this BZ on 10.5.9-5.el7 version. I'm able to submit the certificate request with algo 'ec' and curve nistp256. ``` pki -d /opt/pki/certdb/ -c SECret.123 -p 20080 -v client-cert-request --algorithm ec --curve nistp256 "UID=ecc_user3,CN=ECC User3" ----------------------------- Submitted certificate request ----------------------------- Request ID: 47 Type: enrollment Request Status: pending Operation Result: success ``` Verifying this Bugzilla. 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:3195 |