]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Build-System] Update libsrtp to 2.4.0 1328/head
authorAndrey Volk <andywolk@gmail.com>
Sat, 28 Aug 2021 11:19:05 +0000 (14:19 +0300)
committerAndrey Volk <andywolk@gmail.com>
Sat, 28 Aug 2021 20:54:38 +0000 (23:54 +0300)
commitbddff9a2f14a2f834d78507ca8dc583a70837087
tree18f3d7b8e238452ad07c345822247347a70ab5bb
parent641fcd2b2615c226bba8b04d30bc7b5d964b7106
[Build-System] Update libsrtp to 2.4.0
95 files changed:
Makefile.am
libs/srtp/.gitignore
libs/srtp/.travis.yml
libs/srtp/CHANGES
libs/srtp/CMakeLists.txt [new file with mode: 0644]
libs/srtp/CODEOWNERS [new file with mode: 0644]
libs/srtp/Makefile.am
libs/srtp/README.md
libs/srtp/cmake/FindMbedTLS.cmake [new file with mode: 0644]
libs/srtp/cmake/FindNSS.cmake [new file with mode: 0644]
libs/srtp/config.hw
libs/srtp/config_in.h [moved from libs/srtp/config.h_win32vc7 with 63% similarity]
libs/srtp/config_in_cmake.h [new file with mode: 0644]
libs/srtp/configure.ac
libs/srtp/crypto/Makefile.in
libs/srtp/crypto/cipher/aes.c
libs/srtp/crypto/cipher/aes_gcm_mbedtls.c [new file with mode: 0644]
libs/srtp/crypto/cipher/aes_gcm_nss.c [new file with mode: 0644]
libs/srtp/crypto/cipher/aes_gcm_ossl.c
libs/srtp/crypto/cipher/aes_icm.c
libs/srtp/crypto/cipher/aes_icm_mbedtls.c [new file with mode: 0644]
libs/srtp/crypto/cipher/aes_icm_nss.c [new file with mode: 0644]
libs/srtp/crypto/cipher/aes_icm_ossl.c
libs/srtp/crypto/cipher/cipher.c
libs/srtp/crypto/cipher/cipher_test_cases.c [new file with mode: 0644]
libs/srtp/crypto/cipher/cipher_test_cases.h [new file with mode: 0644]
libs/srtp/crypto/cipher/null_cipher.c
libs/srtp/crypto/hash/auth.c
libs/srtp/crypto/hash/auth_test_cases.c [new file with mode: 0644]
libs/srtp/crypto/hash/auth_test_cases.h [moved from libs/srtp/crypto/include/aes_gcm_ossl.h with 76% similarity]
libs/srtp/crypto/hash/hmac.c
libs/srtp/crypto/hash/hmac_mbedtls.c [new file with mode: 0644]
libs/srtp/crypto/hash/hmac_nss.c [new file with mode: 0644]
libs/srtp/crypto/hash/hmac_ossl.c
libs/srtp/crypto/hash/sha1.c
libs/srtp/crypto/include/aes_gcm.h [new file with mode: 0644]
libs/srtp/crypto/include/aes_icm_ext.h [moved from libs/srtp/crypto/include/aes_icm_ossl.h with 76% similarity]
libs/srtp/crypto/include/cipher_priv.h [moved from libs/srtp/crypto/include/stat.h with 77% similarity]
libs/srtp/crypto/include/cipher_types.h
libs/srtp/crypto/include/datatypes.h
libs/srtp/crypto/include/err.h
libs/srtp/crypto/include/key.h
libs/srtp/crypto/include/null_auth.h
libs/srtp/crypto/include/rdb.h
libs/srtp/crypto/include/sha1.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 [deleted file]
libs/srtp/crypto/replay/rdb.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/kernel_driver.c
libs/srtp/crypto/test/meson.build [new file with mode: 0644]
libs/srtp/crypto/test/stat_driver.c [deleted file]
libs/srtp/doc/Doxyfile.in
libs/srtp/doc/Makefile.in
libs/srtp/doc/meson.build [new file with mode: 0644]
libs/srtp/include/ekt.h [deleted file]
libs/srtp/include/srtp.h
libs/srtp/include/srtp2/meson.build [new file with mode: 0644]
libs/srtp/include/srtp_priv.h
libs/srtp/install-win.bat [deleted file]
libs/srtp/libsrtp.2017.vcxproj
libs/srtp/libsrtp2.pc.in
libs/srtp/meson.build [new file with mode: 0644]
libs/srtp/meson_options.txt [new file with mode: 0644]
libs/srtp/srtp.def
libs/srtp/srtp/ekt.c [deleted file]
libs/srtp/srtp/srtp.c
libs/srtp/srtp2.vcxproj
libs/srtp/srtp2.vcxproj.filters
libs/srtp/test/Makefile.am [deleted file]
libs/srtp/test/dtls_srtp_driver.c [deleted file]
libs/srtp/test/getopt_s.c
libs/srtp/test/getopt_s.h [moved from libs/srtp/include/getopt_s.h with 100% similarity]
libs/srtp/test/meson.build [new file with mode: 0644]
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_decoder.c
libs/srtp/test/rtp_decoder.h
libs/srtp/test/rtpw.c
libs/srtp/test/rtpw_test.sh
libs/srtp/test/rtpw_test_gcm.sh
libs/srtp/test/srtp_driver.c
libs/srtp/test/test_srtp.c
libs/srtp/test/ut_sim.c [moved from libs/srtp/crypto/replay/ut_sim.c with 95% similarity]
libs/srtp/test/ut_sim.h [moved from libs/srtp/include/ut_sim.h with 100% similarity]
libs/srtp/test/util.c
libs/srtp/undos.sh [deleted file]