GNOME Bugzilla – Bug 720434
srtp: add 256-bit keys support
Last modified: 2013-12-13 22:59:13 UTC
Currently, srtpenc and srtpdec only support AES-128. libSRTP also support 256-bit keys so it would be great to have that available as well.
Created attachment 264172 [details] [review] add 256 bit key support
Pushed commit fefd021ee2916531b8c0698c14787c2e810e9324 Author: Aleix Conchillo Flaqué <aleix@oblong.com> Date: Fri Dec 13 14:16:49 2013 -0800 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