This package provides an implementation of the Secure Real-time
Transport Protocol (SRTP), the Universal Security Transform (UST), and
a crypto engine to support it that includes AES-128 counter mode,
TMMHv2, and replay protection. The definitions of these mechanisms
are documented in the Internet Drafts in the doc/ subdirectory. The
SRTP API is documented in include/srtp.h, and the library is in
libsrtp.a (after compilation).
File list:
srtp-1.0.6
.........\crypto
.........\......\cipher
.........\......\......\cipher.c
.........\......\......\null-cipher.c
.........\......\......\rijndael-icm.c
.........\......\......\rijndael-tables.c
.........\......\......\rijndael.c
.........\......\......\seal.c
.........\......\hash
.........\......\....\auth.c
.........\......\....\null-auth.c
.........\......\....\sha1.c
.........\......\....\tmmh.c
.........\......\....\tmmhv2.c
.........\......\math
.........\......\....\datatypes.c
.........\......\....\gf2_8.c
.........\......\....\stat.c
.........\......\replay
.........\......\......\rdb.c
.........\......\......\rdbx.c
.........\......\......\ut-sim.c
.........\......\ust
.........\......\...\ust.c
.........\......\...\ust_param.x
.........\doc
.........\...\draft-ietf-avt-srtp-03.txt
.........\...\draft-mcgrew-saag-tmmh-01.txt
.........\...\draft-mcgrew-saag-ust-00.txt
.........\...\libsrtp.pdf
.........\...\references.txt
.........\gdoi
.........\....\srtp+gdoi.c
.........\include
.........\.......\auth.h
.........\.......\cipher.h
.........\.......\datatypes.h
.........\.......\err.h
.........\.......\gf2_8.h
.........\.......\integers.h
.........\.......\null-auth.h
.........\.......\null-cipher.h
.........\.......\rdb.h
.........\.......\rdbx.h
.........\.......\rijndael-icm.h
.........\.......\rijndael.h
.........\.......\rtp.h
.........\.......\seal.h
.........\.......\sha1.h
.........\.......\srtp+gdoi.h
.........\.......\srtp.h
.........\.......\stat.h
.........\.......\tmmh.h
.........\.......\tmmhv2.h
.........\.......\ust.h
.........\.......\ut-sim.h
.........\srtp
.........\....\rtp.c
.........\....\srtp-classifier.c
.........\....\srtp-param.x
.........\....\srtp.c
.........\test
.........\....\auth-driver.c
.........\....\cipher-driver.c
.........\....\datatypes-driver.c
.........\....\rdbx-driver.c
.........\....\replay-driver.c
.........\....\roc-driver.c
.........\....\rtpw.c
.........\....\sha1-driver.c
.........\....\srtp-driver.c
.........\....\stat-driver.c
.........\....\ust-driver.c
.........\config.guess
.........\config.status
.........\config.sub
.........\configure
.........\configure.in
.........\config_in.h
.........\install-sh
.........\LICENSE
.........\Makefile.in
.........\README
.........\undos.sh
.........\update.sh
.........\VERSION