summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 23:04:20 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 23:04:20 +0100
commit944dcceea3246cda6b37c8ec3843fc59acc9e42e (patch)
tree58b15aaef05198ea173c9bfa24000014f459271d /doc/cha-intro-tls.texi
parent2e902a26e55f407c89481fc8ca3fee07ae09f90c (diff)
downloadgnutls-944dcceea3246cda6b37c8ec3843fc59acc9e42e.tar.gz
gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_id
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index f53cc96472..d72ae2b61f 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -399,6 +399,7 @@ and they will be discussed in the subsections that follow.
* HeartBeat::
* Safe renegotiation::
* OCSP status request::
+* SRTP::
@end menu
@node Maximum fragment length negotiation
@@ -592,6 +593,24 @@ ocsptool --ask --load-cert server_cert.pem --load-issuer the_issuer.pem
Since version 3.1.3 GnuTLS clients transparently support the certificate status
request.
+@node SRTP
+@subsection SRTP
+@cindex SRTP
+@cindex Secure RTP
+
+The TLS protocol was extended in @xcite{RFC5764} to provide keying material to the
+Secure RTP (SRTP) protocol. The SRTP protocol provides an encapsulation of encrypted
+data that is optimized for voice data. With the SRTP TLS extension two peers can
+negotiate keys using TLS or DTLS and obtain keying material for use with SRTP.
+
+To enable use the following functions.
+
+@showfuncB{gnutls_srtp_set_profile,gnutls_srtp_set_profile_direct}
+
+Other helper functions are listed below.
+
+@showfuncC{gnutls_srtp_get_selected_profile,gnutls_srtp_get_profile_name,gnutls_srtp_get_profile_id}
+
@include sec-tls-app.texi
@node On SSL 2 and older protocols