Bug 2123076
| Summary: | [RFE] Support for pkcs11 provider in OpenSSL3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Menšík <pemensik> |
| Component: | bind | Assignee: | Petr Menšík <pemensik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aegorenkov.91, anon.amish, dns-sig, mruprich, pemensik, pspacek, rhel-cs-infra-services-qe, vonsch, zdohnal |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bind-9.18.35-2.fc42 bind-9.18.35-2.fc43 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2011993 | Environment: | |
| Last Closed: | 2025-07-29 13:07:17 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: | 2011993, 2242853 | ||
| Bug Blocks: | |||
|
Description
Petr Menšík
2022-08-31 17:35:14 UTC
Upstream is tracking some progress at issue: https://gitlab.isc.org/isc-projects/bind9/-/issues/2996 They have even separate tag for PKCS11 related issues: https://gitlab.isc.org/isc-projects/bind9/-/issues/?label_name%5B%5D=PKCS%2311 There is PR #7276 [1]. Although that itself is not merged, it seems existing parts of it were merged independently, without referencing issue #2996. Crypto [2] tag shows not a small count of changes were already merged 1. https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/7276 2. https://gitlab.isc.org/isc-projects/bind9/-/merge_requests?scope=all&state=merged&label_name[]=Crypto Merged PR are: https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/8170 https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/8258 This should have been added with rebase to 9.18.36, 9.18.35-2 contains it already. This were implemented by Patch31: bind-9.18-pkcs11-provider.patch Should work and be used since f42. |