summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author76.10.156.12 <76-10-156-12.dsl.teksavvy.com>2012-03-16 15:57:26 +0000
committer76.10.156.12 <76-10-156-12.dsl.teksavvy.com>2012-03-16 15:57:26 +0000
commit3b000333c92ba10a068c4b966e13c2a5fcce1f42 (patch)
tree498f9421e4fb950617171136b5224ae157433402
parentc914ff16c1f572031c83529bbfbb53460b97e1fe (diff)
update to March 2012 status
-rw-r--r--SrtpSupport.moin15
1 files changed, 11 insertions, 4 deletions
diff --git a/SrtpSupport.moin b/SrtpSupport.moin
index d2e3489..a1c156d 100644
--- a/SrtpSupport.moin
+++ b/SrtpSupport.moin
@@ -2,14 +2,21 @@
== Background ==
-GStreamer now has a great RTP plugin. One of the major missing features is Secure RTP, and the related infrastructure to manage keys and other such things. The first task would be to implement some kind of element to implement RFC 3711 and integrate it into Farsight2. Then other related protocols like zRTP can be implemented.
+GStreamer now has a great RTP plugin. One of the major missing features is Secure RTP, and the related infrastructure to manage keys and other such things. The first task would be to implement some kind of element to implement RFC 3711 and integrate it into Farstream. Then other related protocols like zRTP can be implemented.
+
+An element using the [[http://srtp.sourceforge.net/srtp.html|libsrtp library]] has been [[http://cgit.collabora.com/git/user/tester/gst-plugins-bad.git/log/?h=srtp-fixes|written]], but exhibits problems as it does not support a way to set the MKI and the authentication tag. It also does not provide re-keying facilities as the keys expire relatively fast.
+
+A more complete solution is needed as SRTP is a requirement for WebRTC.
== Resources ==
-http://tools.ietf.org/html/rfc3711
-http://farsight.freedesktop.org
+http://tools.ietf.org/html/rfc3711 <<BR>>
+http://www.freedesktop.org/wiki/Software/Farstream <<BR>>
+
+
+'''Mentor: Olivier CrĂȘte - ocrete on IRC'''
-'''Mentor: Olivier CrĂȘte - Tester on IRC'''
+Dafydd Harries - daf on IRC has also mentioned interest in working on this problem.
Back to [[TaskList]]