1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
|
<pre>Internet Engineering Task Force (IETF) C. Perkins
Request for Comments: 7202 University of Glasgow
Category: Informational M. Westerlund
ISSN: 2070-1721 Ericsson
April 2014
<span class="h1">Securing the RTP Framework:</span>
<span class="h1">Why RTP Does Not Mandate a Single Media Security Solution</span>
Abstract
This memo discusses the problem of securing real-time multimedia
sessions. It also explains why the Real-time Transport Protocol
(RTP) and the associated RTP Control Protocol (RTCP) do not mandate a
single media security mechanism. This is relevant for designers and
reviewers of future RTP extensions to ensure that appropriate
security mechanisms are mandated and that any such mechanisms are
specified in a manner that conforms with the RTP architecture.
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for informational purposes.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Not all documents
approved by the IESG are a candidate for any level of Internet
Standard; see <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7202">http://www.rfc-editor.org/info/rfc7202</a>.
<span class="grey">Perkins & Westerlund Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
Copyright Notice
Copyright (c) 2014 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. RTP Applications and Deployment Scenarios . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. RTP Media Security . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-4">4</a>. RTP Session Establishment and Key Management . . . . . . . . <a href="#page-5">5</a>
5. On the Requirement for Strong Security in Framework Protocols 5
<a href="#section-6">6</a>. Securing the RTP Framework . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-7">7</a>. Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-8">8</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-9">9</a>. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-10">10</a>. Informative References . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The Real-time Transport Protocol (RTP) [<a href="./rfc3550" title=""RTP: A Transport Protocol for Real-Time Applications"">RFC3550</a>] is widely used for
voice over IP, Internet television, video conferencing, and other
real-time and streaming media applications. Despite this use, the
basic RTP specification provides only limited options for media
security and defines no standard key exchange mechanism. Rather, a
number of extensions are defined that can provide confidentiality and
authentication of RTP media streams and RTP Control Protocol (RTCP)
messages. Other mechanisms define key exchange protocols. This memo
outlines why it is appropriate that multiple extension mechanisms are
defined rather than mandating a single security and keying mechanism
for all users of RTP.
The IETF policy "Strong Security Requirements for Internet
Engineering Task Force Standard Protocols" [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>] (the so-called
"Danvers Doctrine") states that "we MUST implement strong security in
all protocols to provide for the all too frequent day when the
protocol comes into widespread use in the global Internet". The
security mechanisms defined for use with RTP allow these requirements
<span class="grey">Perkins & Westerlund Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
to be met. However, since RTP is a protocol framework that is
suitable for a wide variety of use cases, there is no single security
mechanism that is suitable for every scenario. This memo outlines
why this is the case and discusses how users of RTP can meet the
requirement for strong security.
This document provides high-level guidance on how to handle security
issues for the various types of components within the RTP framework
as well as the role of the service or application using RTP to ensure
strong security is implemented. This document does not provide the
guidance that an individual implementer, or even specifier of an RTP
application, really can use to determine what security mechanism they
need to use; that is not intended with this document.
A non-exhaustive list of the RTP security options available at the
time of this writing is outlined in [<a href="./rfc7201" title=""Options for Securing RTP Sessions"">RFC7201</a>]. This document gives
an overview of the available RTP solutions and provides guidance on
their applicability for different application domains. It also
attempts to provide an indication of actual and intended usage at the
time of writing as additional input to help with considerations such
as interoperability, availability of implementations, etc.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. RTP Applications and Deployment Scenarios</span>
The range of application and deployment scenarios where RTP has been
used includes, but is not limited to, the following:
o Point-to-point voice telephony;
o Point-to-point video conferencing and telepresence;
o Centralized group video conferencing and telepresence, using a
Multipoint Conference Unit (MCU) or similar central middlebox;
o Any Source Multicast (ASM) video conferencing using the
lightweight sessions model (e.g., the Mbone conferencing tools);
o Point-to-point streaming audio and/or video (e.g., on-demand TV or
movie streaming);
o Source-Specific Multicast (SSM) streaming to large receiver groups
(e.g., IPTV streaming by residential ISPs or the Third Generation
Partnership Project (3GPP) Multimedia/Broadcast Multicast Service
[<a href="#ref-T3GPP.26.346">T3GPP.26.346</a>]);
o Replicated unicast streaming to a group of receivers;
<span class="grey">Perkins & Westerlund Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
o Interconnecting components in music production studios and video
editing suites;
o Interconnecting components of distributed simulation systems; and
o Streaming real-time sensor data (e.g., electronic Very Long
Baseline Interferometry (e-VLBI) radio astronomy).
As can be seen, these scenarios vary from point-to-point sessions to
very large multicast groups, from interactive to non-interactive, and
from low bandwidth (kilobits per second) telephony to high bandwidth
(multiple gigabits per second) video and data streaming. While most
of these applications run over UDP [<a href="./rfc0768" title=""User Datagram Protocol"">RFC0768</a>], some use TCP [<a href="./rfc0793" title=""Transmission Control Protocol"">RFC0793</a>]
[<a href="./rfc4614" title=""A Roadmap for Transmission Control Protocol (TCP) Specification Documents"">RFC4614</a>] or the Datagram Congestion Control Protocol (DCCP)
[<a href="./rfc4340" title=""Datagram Congestion Control Protocol (DCCP)"">RFC4340</a>] as their underlying transport. Some run on highly reliable
optical networks, while others use low-rate unreliable wireless
networks. Some applications of RTP operate entirely within a single
trust domain, while others run interdomain with untrusted (and, in
some cases, potentially unknown) users. The range of scenarios is
wide and growing both in number and in heterogeneity.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. RTP Media Security</span>
The wide range of application scenarios where RTP is used has led to
the development of multiple solutions for securing RTP media streams
and RTCP control messages, considering different requirements.
Perhaps the most widely applicable of these security options is the
Secure RTP (SRTP) framework [<a href="./rfc3711" title=""The Secure Real-time Transport Protocol (SRTP)"">RFC3711</a>]. This is an application-level
media security solution, encrypting the media payload data (but not
the RTP headers) to provide confidentiality and supporting source
origin authentication as an option. SRTP was carefully designed to
be low overhead, including operating on links subject to RTP header
compression, and to support the group communication and third-party
performance monitoring features of RTP across a range of networks.
SRTP is not the only media security solution for RTP, however, and
alternatives can be more appropriate in some scenarios, perhaps due
to ease of integration with other parts of the complete system. In
addition, SRTP does not address all possible security requirements,
and other solutions are needed in cases where SRTP is not suitable.
For example, ISMACryp payload-level confidentiality [<a href="#ref-ISMACryp2" title=""ISMA Encryption and Authentication Version 2.0"">ISMACryp2</a>] is
appropriate for some types of streaming video application, but is not
suitable for voice telephony, and uses features that are not provided
by SRTP.
<span class="grey">Perkins & Westerlund Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
The range of available RTP security options, and their applicability
to different scenarios, is outlined in [<a href="./rfc7201" title=""Options for Securing RTP Sessions"">RFC7201</a>]. At the time of
this writing, there is no media security protocol that is appropriate
for all the environments where RTP is used. Multiple RTP media
security protocols are expected to remain in wide use for the
foreseeable future.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. RTP Session Establishment and Key Management</span>
A range of different protocols for RTP session establishment and key
exchange exist, matching the diverse range of use cases for the RTP
framework. These mechanisms can be split into two categories: those
that operate in band on the media path and those that are out of band
and operate as part of the session establishment signaling channel.
The requirements for these two classes of solutions are different,
and a wide range of solutions have been developed in this space.
A more-detailed survey of requirements for media security management
protocols can be found in [<a href="./rfc5479" title=""Requirements and Analysis of Media Security Management Protocols"">RFC5479</a>]. As can be seen from that memo,
the range of use cases is wide, and there is no single key management
protocol that is appropriate for all scenarios. The solutions have
been further diversified by the existence of infrastructure elements,
such as authentication systems, that are tied to the key management.
The most important and widely used keying options for RTP sessions at
the time of this writing are described in [<a href="./rfc7201" title=""Options for Securing RTP Sessions"">RFC7201</a>].
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. On the Requirement for Strong Security in Framework Protocols</span>
The IETF requires that all protocols provide a strong, mandatory-to-
implement security solution [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>]. This is essential for the
overall security of the Internet to ensure that all implementations
of a protocol can interoperate in a secure way. Framework protocols
offer a challenge for this mandate, however, since they are designed
to be used by different classes of applications in a wide range of
different environments. The different use cases for the framework
have different security requirements, and implementations designed
for different environments are generally not expected to interwork.
RTP is an example of a framework protocol with wide applicability.
The wide range of scenarios described in <a href="#section-2">Section 2</a> show the issues
that arise in mandating a single security mechanism for this type of
framework. It would be desirable if a single media security
solution, and a single key management solution, could be developed
that is suitable for applications across this range of use scenarios.
The authors are not aware of any such solution, however, and believe
it is unlikely that any such solution will be developed. In part,
this is because applications in the different domains are not
intended to interwork, so there is no incentive to develop a single
<span class="grey">Perkins & Westerlund Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
mechanism. More importantly, though, the security requirements for
the different usage scenarios vary widely, and an appropriate
security mechanism in one scenario simply does not work for some
other scenarios.
For a framework protocol, it appears that the only sensible solution
to the strong security requirement of [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>] is to develop and use
building blocks for the basic security services of confidentiality,
integrity protection, authorization, authentication, and so on. When
new uses for the framework protocol arise, they need to be studied to
determine if the existing security building blocks can satisfy the
requirements, or if new building blocks need to be developed.
Therefore, when considering the strong and mandatory-to-implement
security mechanism for a specific class of applications, one has to
consider what security building blocks need to be integrated, or if
any new mechanisms need to be defined to address specific issues
relating to this new class of application. To maximize
interoperability, it is important that common media security and key
management mechanisms are defined for classes of application with
similar requirements. The IETF needs to participate in this
selection of security building blocks for each class of applications
that use the protocol framework and are expected to interoperate, in
cases where the IETF has the appropriate knowledge of the class of
applications.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Securing the RTP Framework</span>
The IETF requires that protocols specify mandatory-to-implement (MTI)
strong security [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>]. This applies to the specification of each
interoperable class of application that makes use of RTP. However,
RTP is a framework protocol, so the arguments made in <a href="#section-5">Section 5</a> also
apply. Given the variability of the classes of application that use
RTP, and the variety of the currently available security mechanisms
described in [<a href="./rfc7201" title=""Options for Securing RTP Sessions"">RFC7201</a>], no one set of MTI security options can
realistically be specified that apply to all classes of RTP
applications.
Documents that define an interoperable class of applications using
RTP are subject to [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>], and thus need to specify MTI security
mechanisms. This is because such specifications do fully specify
interoperable applications that use RTP. Examples of such documents
under development in the IETF at the time of this writing are "WebRTC
Security Architecture" [<a href="#ref-WebRTC-SEC" title=""WebRTC Security Architecture"">WebRTC-SEC</a>] and "Real Time Streaming Protocol
2.0 (RTSP)" [<a href="#ref-RTSP" title=""Real Time Streaming Protocol 2.0 (RTSP)"">RTSP</a>]. It is also expected that a similar document will
be produced for voice-over-IP applications using SIP and RTP.
<span class="grey">Perkins & Westerlund Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
The RTP framework includes several extension points. Some extensions
can significantly change the behavior of the protocol to the extent
that applications using the extension form a separate interoperable
class of applications to those that have not been extended. Other
extension points are defined in such a manner that they can be used
(largely) independently of the class of applications using RTP. Two
important extension points that are independent of the class of
applications are RTP payload formats and RTP profiles.
An RTP payload format defines how the output of a media codec can be
used with RTP. At the time of this writing, there are over 70 RTP
payload formats defined in published RFCs, with more in development.
It is appropriate for an RTP payload format to discuss the specific
security implications of using that media codec with RTP. However,
an RTP payload format does not specify an interoperable class of
applications that use RTP since, in the vast majority of cases, a
media codec and its associated RTP payload format can be used with
many different classes of application. As such, an RTP payload
format is neither secure in itself nor something to which [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>]
applies. Future RTP payload format specifications need to explicitly
state this and include a reference to this memo for explanation. It
is not appropriate for an RTP payload format to mandate the use of
SRTP [<a href="./rfc3711" title=""The Secure Real-time Transport Protocol (SRTP)"">RFC3711</a>], or any other security building blocks, since that RTP
payload format might be used by different classes of application that
use RTP and that have different security requirements.
RTP profiles are larger extensions that adapt the RTP framework for
use with particular classes of application. In some cases, those
classes of application might share common security requirements so
that it could make sense for an RTP profile to mandate particular
security options and building blocks (the RTP/SAVP profile [<a href="./rfc3711" title=""The Secure Real-time Transport Protocol (SRTP)"">RFC3711</a>]
is an example of this type of RTP profile). In other cases, though,
an RTP profile is applicable to such a wide range of applications
that it would not make sense for that profile to mandate particular
security building blocks be used (the RTP/AVPF profile [<a href="./rfc4585" title=""Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)"">RFC4585</a>] is
an example of this type of RTP profile, since it provides building
blocks that can be used in different styles of application). A new
RTP profile specification needs to discuss whether or not it makes
sense to mandate particular security building blocks that need to be
used with all implementations of that profile; however, there is no
expectation that all RTP profiles will mandate particular security
solutions. RTP profiles that do not specify an interoperable usage
for a particular class of RTP applications are neither secure in
themselves nor something to which [<a href="./rfc3365" title=""Strong Security Requirements for Internet Engineering Task Force Standard Protocols"">RFC3365</a>] applies; any future RTP
profiles in this category need to explicitly state this with
justification and include a reference to this memo.
<span class="grey">Perkins & Westerlund Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Conclusions</span>
The RTP framework is used in a wide range of different scenarios with
no common security requirements. Accordingly, neither SRTP [<a href="./rfc3711" title=""The Secure Real-time Transport Protocol (SRTP)"">RFC3711</a>]
nor any other single media security solution or keying mechanism can
be mandated for all uses of RTP. In the absence of a single common
security solution, it is important to consider what mechanisms can be
used to provide strong and interoperable security for each different
scenario where RTP applications are used. This will require analysis
of each class of application to determine the security requirements
for the scenarios in which they are to be used, followed by the
selection of MTI security building blocks for that class of
application, including the desired RTP traffic protection and key
management. A non-exhaustive list of the RTP security options
available at the time of this writing is outlined in [<a href="./rfc7201" title=""Options for Securing RTP Sessions"">RFC7201</a>]. It
is expected that each class of application will be supported by a
memo describing what security options are mandatory to implement for
that usage scenario.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Security Considerations</span>
This entire memo is about mandatory-to-implement security.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Acknowledgements</span>
Thanks to Ralph Blom, Hannes Tschofenig, Dan York, Alfred Hoenes,
Martin Ellis, Ali Begen, Keith Drage, Ray van Brandenburg, Stephen
Farrell, Sean Turner, John Mattsson, and Benoit Claise for their
feedback.
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. Informative References</span>
[<a id="ref-ISMACryp2">ISMACryp2</a>] Internet Streaming Media Alliance (ISMA), "ISMA
Encryption and Authentication Version 2.0", November
2007, <<a href="http://www.oipf.tv/images/site/DOCS/mpegif/ISMA/isma_easpec2.0.pdf">http://www.oipf.tv/images/site/DOCS/mpegif/ISMA/</a>
<a href="http://www.oipf.tv/images/site/DOCS/mpegif/ISMA/isma_easpec2.0.pdf">isma_easpec2.0.pdf</a>>.
[<a id="ref-RFC0768">RFC0768</a>] Postel, J., "User Datagram Protocol", STD 6, <a href="./rfc768">RFC 768</a>,
August 1980.
[<a id="ref-RFC0793">RFC0793</a>] Postel, J., "Transmission Control Protocol", STD 7, <a href="./rfc793">RFC</a>
<a href="./rfc793">793</a>, September 1981.
[<a id="ref-RFC3365">RFC3365</a>] Schiller, J., "Strong Security Requirements for Internet
Engineering Task Force Standard Protocols", <a href="https://www.rfc-editor.org/bcp/bcp61">BCP 61</a>, <a href="./rfc3365">RFC</a>
<a href="./rfc3365">3365</a>, August 2002.
<span class="grey">Perkins & Westerlund Informational [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
[<a id="ref-RFC3550">RFC3550</a>] Schulzrinne, H., Casner, S., Frederick, R., and V.
Jacobson, "RTP: A Transport Protocol for Real-Time
Applications", STD 64, <a href="./rfc3550">RFC 3550</a>, July 2003.
[<a id="ref-RFC3711">RFC3711</a>] Baugher, M., McGrew, D., Naslund, M., Carrara, E., and
K. Norrman, "The Secure Real-time Transport Protocol
(SRTP)", <a href="./rfc3711">RFC 3711</a>, March 2004.
[<a id="ref-RFC4340">RFC4340</a>] Kohler, E., Handley, M., and S. Floyd, "Datagram
Congestion Control Protocol (DCCP)", <a href="./rfc4340">RFC 4340</a>, March
2006.
[<a id="ref-RFC4585">RFC4585</a>] Ott, J., Wenger, S., Sato, N., Burmeister, C., and J.
Rey, "Extended RTP Profile for Real-time Transport
Control Protocol (RTCP)-Based Feedback (RTP/AVPF)", <a href="./rfc4585">RFC</a>
<a href="./rfc4585">4585</a>, July 2006.
[<a id="ref-RFC4614">RFC4614</a>] Duke, M., Braden, R., Eddy, W., and E. Blanton, "A
Roadmap for Transmission Control Protocol (TCP)
Specification Documents", <a href="./rfc4614">RFC 4614</a>, September 2006.
[<a id="ref-RFC5479">RFC5479</a>] Wing, D., Fries, S., Tschofenig, H., and F. Audet,
"Requirements and Analysis of Media Security Management
Protocols", <a href="./rfc5479">RFC 5479</a>, April 2009.
[<a id="ref-RFC7201">RFC7201</a>] Westerlund, M. and C. Perkins, "Options for Securing RTP
Sessions", <a href="./rfc7201">RFC 7201</a>, April 2014.
[<a id="ref-RTSP">RTSP</a>] Schulzrinne, H., Rao, A., Lanphier, R., Westerlund, M.,
and M. Stiemerling, "Real Time Streaming Protocol 2.0
(RTSP)", Work in Progress, February 2014.
[<a id="ref-T3GPP.26.346">T3GPP.26.346</a>]
3GPP, "Multimedia Broadcast/Multicast Service (MBMS);
Protocols and codecs", 3GPP TS 26.346 10.7.0, March
2013,
<<a href="http://www.3gpp.org/ftp/Specs/html-info/26346.htm">http://www.3gpp.org/ftp/Specs/html-info/26346.htm</a>>.
[<a id="ref-WebRTC-SEC">WebRTC-SEC</a>] Rescorla, E., <a style="text-decoration: none" href='https://www.google.com/search?sitesearch=datatracker.ietf.org%2Fdoc%2Fhtml%2F&q=inurl:draft-+%22WebRTC+Security+Architecture%22'>"WebRTC Security Architecture"</a>, Work in
Progress, February 2014.
<span class="grey">Perkins & Westerlund Informational [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc7202">RFC 7202</a> Securing the RTP Framework April 2014</span>
Authors' Addresses
Colin Perkins
University of Glasgow
School of Computing Science
Glasgow G12 8QQ
United Kingdom
EMail: csp@csperkins.org
URI: <a href="http://csperkins.org/">http://csperkins.org/</a>
Magnus Westerlund
Ericsson
Farogatan 6
Kista SE-164 80
Sweden
EMail: magnus.westerlund@ericsson.com
Perkins & Westerlund Informational [Page 10]
</pre>
|