summaryrefslogtreecommitdiffstats
path: root/rules/libsrtp.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-23 12:50:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-23 12:50:04 +0200
commitbbd9ec07444a8ce4c9d4e938bdb8ee3ec56e5265 (patch)
treedd2119148453465c2709ca6d25a23a2400bda22c /rules/libsrtp.in
parent3330e54387ebce65cbfdd483d4de097e51a8c6bf (diff)
downloadptxdist-bbd9ec07444a8ce4c9d4e938bdb8ee3ec56e5265.tar.gz
ptxdist-bbd9ec07444a8ce4c9d4e938bdb8ee3ec56e5265.tar.xz
libsrtp: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libsrtp.in')
-rw-r--r--rules/libsrtp.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/libsrtp.in b/rules/libsrtp.in
new file mode 100644
index 000000000..44622d756
--- /dev/null
+++ b/rules/libsrtp.in
@@ -0,0 +1,14 @@
+## SECTION=multimedia_libs
+
+config LIBSRTP
+ tristate
+ select OPENSSL
+ prompt "libsrtp"
+ help
+ Secure RTP (SRTP) and UST Reference Implementations
+ SRTP is a security profile for RTP that adds confidentiality,
+ message authentication, and replay protection to that protocol.
+ It is specified in RFC 3711.
+ LibSRTP provides an implementation of the Secure Real-time Transport
+ Protocol (SRTP), the Universal Security Transform (UST), and a
+ supporting cryptographic kernel.