RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2163492 - srtp_init() always returns srtp_err_status_cipher_fail
Summary: srtp_init() always returns srtp_err_status_cipher_fail
Keywords:
Status: CLOSED DUPLICATE of bug 2211526
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: libsrtp
Version: 9.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Wim Taymans
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-01-23 17:02 UTC by Gerd v. Egidy
Modified: 2023-07-07 08:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-07-07 08:31:10 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1948729 0 unspecified CLOSED srtp_init() always returns srtp_err_status_cipher_fail 2023-11-01 00:01:36 UTC
Red Hat Issue Tracker RHELPLAN-146039 0 None None None 2023-01-23 17:04:53 UTC

Description Gerd v. Egidy 2023-01-23 17:02:43 UTC
Description of problem:
srtp_init() always returns srtp_err_status_cipher_fail

The libsrtp in RHEL9 needs the same libsrtp-2.3.0-nss-3.63-fix.patch as Fedora, see bug 1948729.

Version-Release number of selected component (if applicable):
libsrtp-2.3.0-7.el9.x86_64

How reproducible:
always

Steps to Reproduce:
1. install libsrtp-tools
2. srtp_driver -v

Actual results:
error: srtp init failed with error code 8

Expected results:
testing srtp_protect and srtp_unprotect
[...]
passed

Additional info:

libsrtp contains an integrated unit test suite, but this is currently not run during rpm build. Please consider activating it, as this would have caught this problem early on.

Here is a %check section for the spec file that works for me:

%check
# the test code does by default not use the libsrtp we built here, but the one installed on the system
# force LD_LIBRARY_PATH to use the one built in this spec
export LD_LIBRARY_PATH="%{_builddir}/%{name}-%{version}"
sed -i -e 's#LD_LIBRARY_PATH=.*#LD_LIBRARY_PATH=\"%{_builddir}/%{name}-%{version}\"#' test/rtpw_test.sh test/rtpw_test_gcm.sh
make runtest

Comment 1 Niels De Graef 2023-07-07 08:31:10 UTC

*** This bug has been marked as a duplicate of bug 2211526 ***


Note You need to log in before you can comment on or make changes to this bug.