]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11816: [Build-System] Update libsrtp to 2.2.0
authorAndrey Volk <andywolk@gmail.com>
Fri, 26 Apr 2019 11:31:40 +0000 (15:31 +0400)
committerAndrey Volk <andywolk@gmail.com>
Wed, 17 Jul 2019 18:05:39 +0000 (22:05 +0400)
commitf82321ee0c7e390a9828a604c3acb61db1ddffe0
tree244b35e66cd0b350bed81163dec70f7e47e09bcd
parent239bf913f4c6ff2bca8da3183f5909d5ca2ac2c9
FS-11816: [Build-System] Update libsrtp to 2.2.0
93 files changed:
libs/srtp/.clang-format [new file with mode: 0644]
libs/srtp/.gitignore [new file with mode: 0644]
libs/srtp/.travis.yml [new file with mode: 0644]
libs/srtp/.update
libs/srtp/CHANGES
libs/srtp/COPYING [deleted file]
libs/srtp/INSTALL [deleted file]
libs/srtp/Makefile.am
libs/srtp/README.md
libs/srtp/TODO [deleted file]
libs/srtp/VERSION [deleted file]
libs/srtp/acsite.m4 [deleted file]
libs/srtp/config.hw
libs/srtp/config.hw.orig [deleted file]
libs/srtp/configure.ac
libs/srtp/crypto/Makefile.in
libs/srtp/crypto/cipher/aes.c
libs/srtp/crypto/cipher/aes_gcm_ossl.c
libs/srtp/crypto/cipher/aes_icm.c
libs/srtp/crypto/cipher/aes_icm_ossl.c
libs/srtp/crypto/cipher/cipher.c
libs/srtp/crypto/cipher/null_cipher.c
libs/srtp/crypto/hash/auth.c
libs/srtp/crypto/hash/hmac.c
libs/srtp/crypto/hash/hmac_ossl.c
libs/srtp/crypto/hash/null_auth.c
libs/srtp/crypto/hash/sha1.c
libs/srtp/crypto/include/aes.h
libs/srtp/crypto/include/aes_gcm_ossl.h
libs/srtp/crypto/include/aes_icm.h
libs/srtp/crypto/include/aes_icm_ossl.h
libs/srtp/crypto/include/alloc.h
libs/srtp/crypto/include/auth.h
libs/srtp/crypto/include/cipher.h
libs/srtp/crypto/include/cipher_types.h [moved from libs/srtp/include/rtp_priv.h with 57% similarity]
libs/srtp/crypto/include/crypto_kernel.h
libs/srtp/crypto/include/crypto_types.h
libs/srtp/crypto/include/datatypes.h
libs/srtp/crypto/include/err.h
libs/srtp/crypto/include/integers.h
libs/srtp/crypto/include/key.h
libs/srtp/crypto/include/null_cipher.h
libs/srtp/crypto/include/rdb.h
libs/srtp/crypto/include/rdbx.h
libs/srtp/crypto/include/sha1.h
libs/srtp/crypto/include/stat.h
libs/srtp/crypto/kernel/alloc.c
libs/srtp/crypto/kernel/crypto_kernel.c
libs/srtp/crypto/kernel/err.c
libs/srtp/crypto/kernel/key.c
libs/srtp/crypto/math/datatypes.c
libs/srtp/crypto/math/stat.c
libs/srtp/crypto/replay/rdb.c
libs/srtp/crypto/replay/rdbx.c
libs/srtp/crypto/replay/ut_sim.c
libs/srtp/crypto/test/aes_calc.c
libs/srtp/crypto/test/cipher_driver.c
libs/srtp/crypto/test/datatypes_driver.c
libs/srtp/crypto/test/env.c
libs/srtp/crypto/test/kernel_driver.c
libs/srtp/crypto/test/sha1_driver.c
libs/srtp/crypto/test/stat_driver.c
libs/srtp/doc/libsrtp.pdf [deleted file]
libs/srtp/format.sh [new file with mode: 0644]
libs/srtp/include/ekt.h
libs/srtp/include/getopt_s.h
libs/srtp/include/rtp.h [deleted file]
libs/srtp/include/srtp.h
libs/srtp/include/srtp_priv.h
libs/srtp/include/ut_sim.h
libs/srtp/libsrtp.2017.vcxproj
libs/srtp/srtp-1.42.pc.in [deleted file]
libs/srtp/srtp/ekt.c
libs/srtp/srtp/srtp.c
libs/srtp/srtp2.vcxproj
libs/srtp/srtp2.vcxproj.filters
libs/srtp/test/cutest.h
libs/srtp/test/dtls_srtp_driver.c
libs/srtp/test/getopt_s.c
libs/srtp/test/rdbx_driver.c
libs/srtp/test/replay_driver.c
libs/srtp/test/roc_driver.c
libs/srtp/test/rtp.c
libs/srtp/test/rtp.h
libs/srtp/test/rtp_decoder.c
libs/srtp/test/rtp_decoder.h
libs/srtp/test/rtpw.c
libs/srtp/test/srtp_driver.c
libs/srtp/test/test_srtp.c
libs/srtp/test/util.c
libs/srtp/test/util.h
w32/Library/FreeSwitchCore.2017.vcxproj
w32/openssl.props