diff options
author | Euan Thoms <euan at potensol dot com> | 2017-11-17 21:48:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:35 +0700 |
commit | 2553bf2098d12ab05141f52aed6d15cd2d8c0645 (patch) | |
tree | 7eb4f64b1fac2b99bd42ac99ef40a4735ea71f6c /libraries/libsrtp/README | |
parent | d3a6d4e115da1c9450b4bdcb81128690de0c829a (diff) |
libraries/libsrtp: Added (Secure RTP libraries).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libsrtp/README')
-rw-r--r-- | libraries/libsrtp/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libsrtp/README b/libraries/libsrtp/README new file mode 100644 index 0000000000000..f39ecd52d5367 --- /dev/null +++ b/libraries/libsrtp/README @@ -0,0 +1,8 @@ +libSRTP is the Open Source Secure RTP library from Cisco Systems, Inc. RTP is +the Real-time Transport Protocol, an IETF standard for the transport of +real-time data such as telephony, audio, and video, defined by RFC 3550. +Secure RTP (SRTP) is an RTP profile for providing confidentiality to RTP data +and authentication to the RTP header and payload. SRTP is an IETF Standard, +defined in RFC 3711, and was developed in the IETF Audio/Video Transport (AVT) +Working Group. This library supports all of the mandatory features of SRTP, +but not all of the optional features. |