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:


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-01-23 17:02:42 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.