- 27d857c configure.in: Changes empty CFLAGS check to be (more) shell neutral. by Idar Tollefsen · 8 years ago
- 5fd1187 configure.in/Makefile.in: Whitespace cleanup. by Idar Tollefsen · 8 years ago
- b6a1c6e Merge pull request #237 from thisisG/rtp_decoder_c_spring_cleaning by Pascal Bühler · 8 years ago
- cf78198 Merge pull request #236 from thisisG/issue_158_identical_expressions_in_conditional by Pascal Bühler · 8 years ago
- 5e2ff54 test/rtp_decoder.c: Spring cleaning, whitespace, old comments, formatting by Geir Istad · 8 years ago
- 8cc00aa test/rtp_decoder.c: Remove NOOP conditional by Geir Istad · 8 years ago
- 5eb1de9 test/rtp_decoder.c: Removed superfluous conditional by Geir Istad · 8 years ago
- 94502db Merge pull request #233 from thisisG/issue_216_srtp_index_guess_may_overflow_for_16_bit_ints by Pascal Bühler · 8 years ago
- 7834004 Merge pull request #198 from bryongloden/patch-1 by Pascal Bühler · 8 years ago
- 1aff438 crypto/replay/rdbx.c: Return types of type int to int32_t by Geir Istad · 8 years ago
- 520698f Merge pull request #232 from pabuhler/update-travis by Pascal Bühler · 8 years ago
- 601fcf0 Disable travis builds using openssl on osx by Pascal Bühler · 8 years ago
- b6ba75c Use ps -e to ensure process is found by Pascal Bühler · 8 years ago
- e0ac3aa Merge pull request #213 from mmdriley/printf by Pascal Bühler · 8 years ago
- 1ef6f5f Merge pull request #231 from pabuhler/ver-2.1.0-pre by Pascal Bühler · 8 years ago
- 1051bcc Add clean step in between configure on travis by Pascal Bühler · 8 years ago
- d7e2b8d Merge pull request #214 from traud/pedantic by Pascal Bühler · 8 years ago
- 34acba6 Advance version on master by Pascal Bühler · 8 years ago
- 964ff81 Merge pull request #222 from bozho-2003/master by Pascal Bühler · 8 years ago
- 155ec97 Fix issue #220: No consistency when use some srtp_* functions. by bozho · 8 years ago
- 1265858 avoid empty initializer braces, closes cisco/libsrtp#206 by Alexander Traud · 8 years ago
- a2538d4 Add cast to `unsigned int` in call to printf by Matthew Riley · 8 years ago
- 2cbd850 Merge pull request #211 from JonathanLennox/ossl_110_compat by Jonathan Lennox · 8 years ago
- 0b45423 Changes for OpenSSL 1.1.0 compatibility. by Jonathan Lennox · 8 years ago
- e617ccd Merge pull request #208 from JonathanLennox/public_crypto_funcs_2 by Jonathan Lennox · 8 years ago
- af2d176 Install cipher.h, auth.h, and crypto_types.h on win32. by Jonathan Lennox · 8 years ago
- b636e4b Export functions declared in cipher.h and auth.h. by Jonathan Lennox · 8 years ago
- 302bdd7 Clean up comments. by Jonathan Lennox · 8 years ago
- 3876191 Install cipher.h, auth.h and crypto_types.h. by Jonathan Lennox · 8 years ago
- f62a561 Add "srtp_" namespace prefix to auth functions, function pointer types, and enum values. by Jonathan Lennox · 8 years ago
- 2807b88 Don't cast function pointers to function pointer types. Clean up functions to match prototypes precisely. by Jonathan Lennox · 8 years ago
- ce74a5d Fix prototype for cipher_set_iv_func_t. by Jonathan Lennox · 8 years ago
- 81fffce Update comments to reflect addition of srtp_ prefixes on types and functions. by Jonathan Lennox · 8 years ago
- 1402990 Rename srtp_crypto_kernel_replace_cipher_type as srtp_replace_cipher_type, and similarly for auth_type. by Jonathan Lennox · 8 years ago
- 02cebb6 Move declarations of srtp_crypto_kernel_replace_cipher_type and srtp_crypto_kernel_replace_auth_type to cipher.h and auth.h respectively. by Jonathan Lennox · 8 years ago
- 6dadf6a Remove includes of private header files from cipher.h and auth.h. by Jonathan Lennox · 8 years ago
- 75cb2f4 Remove declaration of cipher_set_segment_func_t, never used. by Jonathan Lennox · 8 years ago
- 61330e2 Remove srtp_debug_module_t field from srtp_cipher_type_t and srtp_auth_type_t structures. by Jonathan Lennox · 8 years ago
- 58ce6aa Merge pull request #207 from JonathanLennox/win32_install_tweak by Jonathan Lennox · 8 years ago
- daab706 Fix to install-win.bat syntax, and add installation of x64 libraries. by Jonathan Lennox · 8 years ago
- cea8c5e Merge pull request #205 from JonathanLennox/vs_2015 by Paul E. Jones · 8 years ago
- 701bb79 Update Windows build files to Visual Studio 2015, add x64 platform, and adjust for libsrtp 2.0.x changes. by Jonathan Lennox · 8 years ago
- 980ec14 Merge pull request #204 from JonathanLennox/ossl_perf_improvements_2 by Jonathan Lennox · 8 years ago
- 1acba56 When building with OpenSSL, pass the AES_GCM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. by Jonathan Lennox · 8 years ago
- fb95445 When building with OpenSSL, pass the AES_ICM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. by Jonathan Lennox · 8 years ago
- 5781341 Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1() implementation. by Jonathan Lennox · 8 years ago
- 49525d2 Merge pull request #202 from JonathanLennox/warning_fix by Paul E. Jones · 8 years ago
- a78813d suseconds_t isn't required to be type long (on macOS it's int), so explicitly cast to long avoid a format specifier warning. by Jonathan Lennox · 8 years ago
- ed58104 Merge pull request #169 from traud/merge-conflict by Paul E. Jones · 8 years ago
- 1a7004b Merge pull request #191 from traud/master_ssrc_debug by Paul E. Jones · 8 years ago
- 1a97d5d Merge pull request #175 from traud/remove_2nd_fPIC by John Foley · 8 years ago
- bafc7b0 Merge pull request #174 from traud/macro_obsolete by John Foley · 8 years ago
- e29840e Merge pull request #173 from traud/macro_possibly_undefined by John Foley · 8 years ago
- 92333c0 Merge pull request #160 from AelMalinka/master by John Foley · 8 years ago
- 84c13cb Update sha1_driver.c by Bryon Gloden, CISSP® · 8 years ago
- 5337cd3 Merge pull request #195 from davidben/cplusplus by Paul E. Jones · 8 years ago
- 6d7fe83 Merge pull request #192 from mmdriley/constant-time-compare by Paul E. Jones · 8 years ago
- f5eca01 Update sha1_driver.c by Bryon Gloden, CISSP® · 8 years ago
- 5f1b982 Add missing __cplusplus header guards. by David Benjamin · 8 years ago
- 1e91fd4 Replace octet_string_is_eq with a constant-time implementation by Matthew Riley · 8 years ago
- 36bb3e2 on debug, output correct endianness of SSRC by Alexander Traud · 8 years ago
- f97b18d Merge pull request #182 from katrielalex/patch-1 by Paul E. Jones · 8 years ago
- 078df39 Add a length check before reading packet data. by Katriel Cohn-Gordon · 8 years ago
- 536bd51 remove 2nd -fPIC was issued twice, because of cae277e and b90f1ba by Alexander Traud · 8 years ago
- d80ef6c avoid warning 'macro is obsolete' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
- 52c30db avoid the error 'possibly undefined macro' on autoconf --warnings=all,no-cross by Alexander Traud · 8 years ago
- 7dec65d Merge pull request #167 from pabuhler/t-additional-tests by Paul E. Jones · 8 years ago
- 3d39f87 identified merge conflict by 6b71fb9 by Alexander Traud · 8 years ago
- 941cf12 Add test vector for SRTCP by Pascal Bühler · 8 years ago
- b095e7e Add test for srtp_update with same key by Pascal Bühler · 8 years ago
- 45019ae Add test vector for SRTCP using AES GCM by Pascal Bühler · 8 years ago
- df9fe1a honor $PKG_CONFIG when checking *FLAGS for openssl by Michael Thomas (malinka) · 8 years ago
- 1d4460d use PKG_PROG_PKG_CONFIG to set PKG_CONFIG correctly by Michael Thomas (malinka) · 8 years ago
- 9fc018c Missing #ifdef around code used only with OpenSSL by Paul E. Jones · 8 years ago
- e2ab5f2 Added a GCM test vector for a known, expected value by Paul E. Jones · 8 years ago
- f336d5d Update versions of utility scripts. by Jonathan Lennox · 8 years ago
- ce18c4f Merge pull request #149 from sdroege/win32-symlink by John Foley · 9 years ago
- b51d033 Merge pull request #151 from fancycode/mips_chromium by John Foley · 9 years ago
- dc53dcb Make srtp_driver compile for MIPS. by Joachim Bauch · 9 years ago
- e01dd7b Don't create a symlink if there is no $(SHAREDLIBVERSION) by Sebastian Dröge · 9 years ago
- 06542d2 Prevent buffer overflow in debug output. by jfigus · 9 years ago
- 68f8a88 Clarify documentation on ssrc argument byte order. by jfigus · 9 years ago
- 922a8e4 Remove outdated libsrtp PDF. by jfigus · 9 years ago
- 92c3de3 Minor documentation updates. by jfigus · 9 years ago
- da852b0 Resolve issue 37 by always using BE byte ordering of the RTCP trailer. Note, this commit will break backwards compatibility of RTCP protection when an AEAD profile is used. by jfigus · 9 years ago
- edd023d Merge pull request #138 from nico/patch-1 by John Foley · 9 years ago
- 7f5412c Initialize variable. by Nico Weber · 9 years ago
- fac1f50 Remove obsolete remnants of DEV_URANDOM. Libsrtp is no longer used as an RNG. by jfigus · 9 years ago
- 23c7c24 Merge pull request #136 from fancycode/unprotect_empty_payload by John Foley · 9 years ago
- 8494490 Add static qualifier to srtp_stream_free(). Allow compiler optimization to decide if this should be inlined. by jfigus · 9 years ago
- 2f50306 Merge pull request #135 from fancycode/release_on_error by John Foley · 9 years ago
- c8a19ae Add tests for regular and GCM ciphers to verify packets with empty payloads. by Joachim Bauch · 9 years ago
- dae5325 Allow empty payloads when unprotecting. by Joachim Bauch · 9 years ago
- 985769a Release memory for custom header extension encryption kdf. by Joachim Bauch · 9 years ago
- a9ecefe Make sure to return error if srtp_unprotect is successful but length is wrong. by Joachim Bauch · 9 years ago
- 1b79335 Zero-initialize policy struct in test. by Joachim Bauch · 9 years ago
- f3965b4 Move code to release partially allocated stream to own function. by Joachim Bauch · 9 years ago
- c4af387 Address seg fault due to uninitialized data on SRTP policy. by jfigus · 9 years ago
- fb0bd87 Fix build breakage due to last PR. by jfigus · 9 years ago
- ce37ef6 Merge pull request #128 from fancycode/header_extensions_encryption by John Foley · 9 years ago