summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:13 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:13 -0700
commitccad6200b7c975d6fddc24f8db0d413f138821e5 (patch)
tree8588d5f6eb6b919c56c48dbf7768375af2482325
parent97c2c55d78c1418796955a7aeef08096d50b5b5b (diff)
parent3b000333c92ba10a068c4b966e13c2a5fcce1f42 (diff)
moin2iki: Importing Moin history for page SrtpSupport
-rw-r--r--SrtpSupport.moin24
1 files changed, 24 insertions, 0 deletions
diff --git a/SrtpSupport.moin b/SrtpSupport.moin
new file mode 100644
index 0000000..a1c156d
--- /dev/null
+++ b/SrtpSupport.moin
@@ -0,0 +1,24 @@
+= Write plugins to support sRTP (and maybe zRTP) =
+
+== 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 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 <<BR>>
+http://www.freedesktop.org/wiki/Software/Farstream <<BR>>
+
+
+'''Mentor: Olivier CrĂȘte - ocrete on IRC'''
+
+Dafydd Harries - daf on IRC has also mentioned interest in working on this problem.
+
+Back to [[TaskList]]
+
+----
+[[CategoryGSOC2008]] CategoryTasks