[vlc-devel] vlc: svn commit r19262 (courmisch)

Subversion daemon svn at videolan.org
Sat Mar 10 15:49:40 CET 2007


r19262 | courmisch | 2007-03-10 15:49:39 +0100 (Sat, 10 Mar 2007) | 17 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/libs/Makefile.am
   A /trunk/libs/srtp
   A /trunk/libs/srtp/Makefile.am
   A /trunk/libs/srtp/recv.c
   A /trunk/libs/srtp/srtp.c
   A /trunk/libs/srtp/srtp.h
   A /trunk/libs/srtp/test-aes.c

Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS.

This could be used in both "UDP"[1] access and access output plugins,
though they should really be called "RTP" instead nowadays. It is
currently unused.

Done:
 - AES(-128) Counter Mode key derivation and RTP en-/decryption
 - test vectors for AES-CM

To do (missing mandatory features):
 - RTCP en-/decryption
 - HMAC-SHA1 authentication
 - replay attack protection
 - NULL cipher

 > http://trac.videolan.org/vlc/changeset/19262

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list