Bug 1948729
Summary: | srtp_init() always returns srtp_err_status_cipher_fail | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | George Joseph <g.devel> | ||||||
Component: | libsrtp | Assignee: | Tom "spot" Callaway <spotrh> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | urgent | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 34 | CC: | jsmith.fedora, spotrh, trevor.hemsley | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | libsrtp-2.3.0-6.fc34 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-04-24 20:12: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: | |||||||||
Attachments: |
|
Description
George Joseph
2021-04-12 20:17:48 UTC
Created attachment 1772232 [details]
Alows building against nss-3.63+
The issue turns out to be an incompatibility with nss-3.63 shipped with F34. The attached patch adds NSS_PKCS11_2_0_COMPAT defines to 2 header files to enable the backward compatibility. The same fix is already in the upstream github repo and is targeted for the next libsrtp release.
FEDORA-2021-9ac23c1745 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-9ac23c1745 Thank you so much for tracking down the fix here! FEDORA-2021-9ac23c1745 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-9ac23c1745` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-9ac23c1745 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-9ac23c1745 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. This bug is also present in RHEL 9.0 - 9.2's libsrtp and teh same patch applied to the source there fixes that too. |