Bug 2007850
| Summary: | FIPS jobs are failing a test trying to use a 1024-bit DSA key | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Stephen Benjamin <stbenjam> |
| Component: | Test Framework | Assignee: | Stephen Benjamin <stbenjam> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.10 | CC: | sippy, walters |
| Target Milestone: | --- | ||
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
job=periodic-ci-openshift-release-master-nightly-4.10-e2e-azure-fips-serial=all
job=periodic-ci-openshift-release-master-nightly-4.10-e2e-openstack-fips=all
job=periodic-ci-openshift-release-master-nightly-4.10-e2e-aws-fips-serial=all
job=periodic-ci-openshift-release-master-nightly-4.10-e2e-gcp-fips-serial=all
|
|
| Last Closed: | 2021-11-10 14:22:30 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: | |||
|
Description
Stephen Benjamin
2021-09-25 13:39:57 UTC
Not just openstack, all FIPS jobs also failing. This seems to be because the config specifies to create a 1024-bit DSA key. FIPS requires 2048-bit, per https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf (p9, Approval Status of Algorithms Used for Digital Signature Generation and Verification) Nice find, this looks like a useful find from the periodic variants *and* a demonstration of why some organizations want to use FIPS - to be sure there isn't legacy code generating very weak keys or with long broken ciphers, etc. This was corrected in https://github.com/openshift/origin/pull/26510 *** This bug has been marked as a duplicate of bug 1960674 *** |