openwrt / telephony

The telephony packages feed
105 stars 246 forks source link

libsrtp: use OpenSSL #764

Closed micmac1 closed 2 years ago

micmac1 commented 2 years ago

Use OpenSSL instead of the internal crypto backend. Everything in OpenWrt that links to libsrtp2 depends on OpenSSL anyway.

Upsides:

Closes #763

Signed-off-by: Sebastian Kemper sebastian_ml@gmx.net


Maintainer: @jslachta Compile tested: 22.03-rc1 ath79 Run tested: 22.03-rc1 ath79, made some calls using SRTP (sdes)

Description: Hi all,

PR to fix the recently opened issue.

Kind regards, Seb