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
commitdb36ad53c72b691821d78265a52cb9b4d40dbc26 (patch)
tree09a31884551f905310b789688f5c34d64ac26ab8
parentccad6200b7c975d6fddc24f8db0d413f138821e5 (diff)
moin2mdwn: convert page SrtpSupport
-rw-r--r--SrtpSupport.mdwn31
-rw-r--r--SrtpSupport.moin24
2 files changed, 31 insertions, 24 deletions
diff --git a/SrtpSupport.mdwn b/SrtpSupport.mdwn
new file mode 100644
index 0000000..8b487e4
--- /dev/null
+++ b/SrtpSupport.mdwn
@@ -0,0 +1,31 @@
+
+
+# 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 [[libsrtp library|http://srtp.sourceforge.net/srtp.html]] has been [[written|http://cgit.collabora.com/git/user/tester/gst-plugins-bad.git/log/?h=srtp-fixes]], 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://tools.ietf.org/html/rfc3711]]
+ [[http://www.freedesktop.org/wiki/Software/Farstream|http://www.freedesktop.org/wiki/Software/Farstream]]
+
+
+**Mentor: Olivier CrĂȘte - ocrete on IRC**
+
+Dafydd Harries - daf on IRC has also mentioned interest in working on this problem.
+
+Back to [[TaskList|TaskList]]
+
+
+
+---
+
+ [[CategoryGSOC2008|CategoryGSOC2008]] [[CategoryTasks|CategoryTasks]]
diff --git a/SrtpSupport.moin b/SrtpSupport.moin
deleted file mode 100644
index a1c156d..0000000
--- a/SrtpSupport.moin
+++ /dev/null
@@ -1,24 +0,0 @@
-= 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