gstreamer/ext/srtp
Aleix Conchillo Flaqué fefd021ee2 srtp: add 256-bit key support
* ext/srtp/gstsrtp.[ch]: added GST_SRTP_CIPHER_AES_256_ICM to
  GstSrtpCipherType and new function cipher_key_size.

* ext/srtp/gstsrtpenc.c: maximum key size is now 46 characters (14 for
  the salt plus the key). If different ciphers are chosen for RTP and
  RTCP the maximum needed key size is expected.

* ext/srtp/gstsrtpdec.c: minor documentation updates.

https://bugzilla.gnome.org/show_bug.cgi?id=720434
2013-12-13 17:51:18 -05:00
..
.gitignore srtp: Add SRTP plugin based on libsrtp 2013-03-12 20:01:50 -04:00
gstsrtp.c srtp: add 256-bit key support 2013-12-13 17:51:18 -05:00
gstsrtp.h srtp: add 256-bit key support 2013-12-13 17:51:18 -05:00
gstsrtpdec.c srtp: add 256-bit key support 2013-12-13 17:51:18 -05:00
gstsrtpdec.h srtpdec: Make sure that stream-id/caps/segment are sent before buffers 2013-11-19 20:12:54 -05:00
gstsrtpenc.c srtp: add 256-bit key support 2013-12-13 17:51:18 -05:00
gstsrtpenc.h srtp: Move the enums to the common header 2013-06-28 20:35:15 -04:00
Makefile.am srtp: Move the enums to the common header 2013-06-28 20:35:15 -04:00