Bug 2117793
Summary: | ca-certificates need to add support for signing certs for .NET [rhel-8.7.0] | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Bob Relyea <rrelyea> | |
Component: | ca-certificates | Assignee: | Bob Relyea <rrelyea> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Alexander Sosedkin <asosedki> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | --- | CC: | asosedki, cllang, ssorce, szidek | |
Target Milestone: | rc | Keywords: | Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | ca-certificates-2022.2.54-80.2.el8_6 | Doc Type: | Enhancement | |
Doc Text: |
Feature:
Object Signing certs have been added to ca-certificates.
Reason:
Application like .NET need to verify that downloaded code fragments came from some trusted source. The certificates that verify these code fragments are often different than certificates that verify TLS, and have different verification requirements. As such we need to mark those certs which have gone through some verification as valid for code signing.
Result:
New certs for code signing has been added. These certificates should only show up in /etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem,
/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt and /usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit. The latter two, the certs are marked with object signing only.
Existing certs may have object signing permission addes.
The new object signing certs may be expired.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2117794 2117796 2121485 (view as bug list) | Environment: | ||
Last Closed: | 2023-06-05 16:27:51 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: | 2117794, 2117796, 2121485 |
Description
Bob Relyea
2022-08-11 22:48:51 UTC
original debian ticket for reference: https://github.com/NuGet/Announcements/issues/49 RHEL 8.7 contains ca-certificates-2022.2.54-80.2.el8_6 |