Skip to content

Commit

Permalink
libsrtp: use OpenSSL
Browse files Browse the repository at this point in the history
Use OpenSSL instead of the internal crypto backend. Everything in
OpenWrt that links to libsrtp2 depends on OpenSSL anyway.

Upsides:

  - the libsrtp2 package size shrinks a bit (for example from 35 to 24
    KiB on ath79)
  - allows to use more cipher suites
  - may allow for hardware acceleration

Closes openwrt#763

Signed-off-by: Sebastian Kemper <[email protected]>
  • Loading branch information
micmac1 committed Apr 30, 2022
1 parent cf06463 commit 9b9ef7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/libsrtp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ PKG_MAINTAINER:=Jiri Slachta <[email protected]>

include $(INCLUDE_DIR)/package.mk

CONFIGURE_ARGS+=--enable-openssl

define Package/libsrtp2
SUBMENU:=Telephony
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
URL:=https://github.com/cisco/libsrtp
DEPENDS:=
DEPENDS:=+libopenssl
ABI_VERSION:=1
endef

Expand Down

0 comments on commit 9b9ef7f

Please sign in to comment.