dtls: Add new DTLS plugin
authorSebastian Dröge <sebastian@centricular.com>
Mon, 16 Mar 2015 16:33:03 +0000 (17:33 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 16 Mar 2015 17:23:27 +0000 (18:23 +0100)
commit1e0ed9af11b70a6e743d9d394d2e22b12f569d58
tree541b568425bec672ca0390f1d7007dce6be31a50
parentd5ca311a0db7bffc63c2e579a196b626a257a750
dtls: Add new DTLS plugin

This is a copy of the Ericsson DTLS plugin from
https://github.com/EricssonResearch/openwebrtc-gst-plugins/tree/master/ext/erdtls/src

https://bugzilla.gnome.org/show_bug.cgi?id=744582
23 files changed:
configure.ac
ext/Makefile.am
ext/dtls/Makefile.am [new file with mode: 0644]
ext/dtls/gstdtlsagent.c [new file with mode: 0644]
ext/dtls/gstdtlsagent.h [new file with mode: 0644]
ext/dtls/gstdtlscertificate.c [new file with mode: 0644]
ext/dtls/gstdtlscertificate.h [new file with mode: 0644]
ext/dtls/gstdtlscommon.h [new file with mode: 0644]
ext/dtls/gstdtlsconnection.c [new file with mode: 0644]
ext/dtls/gstdtlsconnection.h [new file with mode: 0644]
ext/dtls/gstdtlsdec.c [new file with mode: 0644]
ext/dtls/gstdtlsdec.h [new file with mode: 0644]
ext/dtls/gstdtlsenc.c [new file with mode: 0644]
ext/dtls/gstdtlsenc.h [new file with mode: 0644]
ext/dtls/gstdtlssrtpbin.c [new file with mode: 0644]
ext/dtls/gstdtlssrtpbin.h [new file with mode: 0644]
ext/dtls/gstdtlssrtpdec.c [new file with mode: 0644]
ext/dtls/gstdtlssrtpdec.h [new file with mode: 0644]
ext/dtls/gstdtlssrtpdemux.c [new file with mode: 0644]
ext/dtls/gstdtlssrtpdemux.h [new file with mode: 0644]
ext/dtls/gstdtlssrtpenc.c [new file with mode: 0644]
ext/dtls/gstdtlssrtpenc.h [new file with mode: 0644]
ext/dtls/plugin.c [new file with mode: 0644]