- 444a544 Validate passed in signed length value by Travis Cross · 10 years ago
- 1b8b1e7 Say `unsigned int` rather than `unsigned` by Travis Cross · 10 years ago
- 082de20 Add missing `char` to declaration by Travis Cross · 10 years ago
- dee3ee8 Simplify calculation of encrypted octet length by Travis Cross · 10 years ago
- 7d4c103 Fix cast to include entire expression by Travis Cross · 10 years ago
- 83439f7 Fix calculation of RTP/SRTP packet end address by Travis Cross · 10 years ago
- f890e66 Merge pull request #53 from traviscross/master by John Foley · 10 years ago
- 8ba46eb Avoid buffer-overflow on short RTCP/SRTCP packets by Travis Cross · 10 years ago
- 3600c27 Avoid buffer over-read on null cipher AEAD by Travis Cross · 10 years ago
- fe36761 Prevent buffer overflow from untrusted RTP/SRTP lengths by Travis Cross · 10 years ago
- e29daa9 Fix misspelling in comment by Travis Cross · 10 years ago
- d63d4f0 Merge pull request #52 from cisco/gcm_128bit_tag by John Foley · 10 years ago
- c13c100 Add support for 16-byte auth tag for AES GCM mode. by jfigus · 10 years ago
- 99426a5 Set the algorithm member on cipher_t when allocating AES crypto instance. Apply same fix to NULL cipher. by jfigus · 11 years ago
- 8719f95 This commit resolves issue #46. The GCM mode was using the wrong master SALT length. The master SALT should be 96 bits instead of 112 bits. Note, GCM mode uses the legacy CTR mode for the KDF. The legagacy CTR mode cipher implementations assume a 112 bit SALT. Changes to the cipher abstraction layer API are required to provide the ability to specify the SALT length. For now this commit modifies the SRTP layer to ensure the SALT is zero-appended before initializing the KDF. This commit also provides public definitions for the GCM cipher suite master key sizes to avoid confusion for application developers. by jfigus · 11 years ago
- ea3d9ed Merge pull request #43 from ukreator/master by John Foley · 11 years ago
- 367d5d3 - fixed read of memory out of 'seq' variable bounds by Dmitry Sobinov · 11 years ago
- d2bb152 Merge pull request #42 from seanbright/update-configure by John Foley · 11 years ago
- bfb9e30 Update configure based on b90f1baa. by Sean Bright · 11 years ago
- f34baf3 Merge pull request #34 from cisco/feature-openssl by John Foley · 11 years ago
- bce4f85 Merge changes from master by jfigus · 11 years ago
- b1b8016 Merge pull request #36 from nikai3d/patch-1 by John Foley · 11 years ago
- 230dde6 fix typos in README by Nicolas Kaiser · 11 years ago
- ccc39da Merge pull request #35 from krisk84/feature-openssl by John Foley · 11 years ago
- 843f9f3 Resolve address sanitizer finding when using clang compiler. by jfigus · 11 years ago
- b5a2177 Correct issue in cipher_driver unit test facility where the wrong cipher instance was being used for AES-256 when configured for OpenSSL. by jfigus · 11 years ago
- b90f1ba add -fPIC to CFLAGS by default, use pkg-config to get LDFLAGS and CFLAGS for openssl, output enable_openssl status by Kristian Kielhofner · 11 years ago
- ffa134d Sync latest changes from master. by jfigus · 11 years ago
- 5004642 Add support for building shared library (libsrtp.so) by jfigus · 11 years ago
- 8c36da2 Add support for [draft-ietf-avtcore-srtp-aes-gcm-07] by jfigus · 11 years ago
- 7882dd9 Add AES-GCM crypto engine that leverages OpenSSL. by jfigus · 11 years ago
- 7db9eb2 Merge pull request #31 from cisco/general-fixes by Cullen Jennings · 11 years ago
- 410e16a Zeroize nonce value before use to clear an garbage that may have been present on the stack. by jfigus · 11 years ago
- 8ce811b Removing 64-bit alignment hack now that the cipher_t struct contains another int member. by jfigus · 11 years ago
- 7713d57 Merge pull request #27 from cisco/docupdate by Cullen Jennings · 11 years ago
- 0acbb03 Undo the changes to the RTCP profile helper function. The prior commit was not compliant with RFC 3711. by jfigus · 11 years ago
- 8e47faf Fix 32-bit tag policies to use correct profile. by jfigus · 11 years ago
- 8884f4d Remove double-invocations to prevent buffer-overflow vulnerability. by jfigus · 11 years ago
- b705554 Merge pull request #25 from cisco/docupdate by Cullen Jennings · 11 years ago
- 5e33729 Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
- dfe68ea Update documentation for srtp_protect() to warn users of potential buffer overflow. by jfigus · 11 years ago
- e4bba71 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
- e1de50f added SSL search paths for osx by Cullen Jennings · 11 years ago
- 8ad50a0 Merge pull request #22 from cisco/security-fixes by Cullen Jennings · 11 years ago
- 7ca26f9 Merge branch 'master' into feature-openssl by Cullen Jennings · 11 years ago
- bc9be2c Replace DEBUG with DEBUG_PRINT to avoid preprocessor directive clashes. by TV Sriram · 11 years ago
- 7e9a603 Revert "Remove clash for DEBUG symbol with other DEBUG directive" by TV Sriram · 11 years ago
- 94bfb2b Remove clash for DEBUG symbol with other DEBUG directive by TV Sriram · 11 years ago
- bc7db70 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
- 7e9c4cf Merge pull request #23 from cisco/master by tvsriram · 11 years ago
- 37bf140 Merge branch 'master' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
- e4a506f remove unwanted code by TV Sriram · 11 years ago
- 1d0d8f8 Merge branch 'security-fixes' of git://github.com/cisco/libsrtp by TV Sriram · 11 years ago
- 5b22e37 Add check for EVP AES-CTR mode when openssl is enabled. Update README to include --enable-openssl option. by jfigus · 11 years ago
- c7e66e3 Regenerated configure script using autoconf to allow the new --enable-openssl option. by jfigus · 11 years ago
- d89c250 fix read-past-end of buffer for key input (issue 7) by Randell Jesup · 11 years ago
- 36e744a Security fix to not ignore RTCP encryption, if required. by Sriram Viswanathan · 11 years ago
- 4986a36 Security fix to not ignore of RTCP encryption, if required by TV Sriram · 11 years ago
- 2ac03d7 updated ignore file by Cullen Jennings · 12 years ago
- 52c5cd3 line up with master configure by Cullen Jennings · 12 years ago
- 7af23e7 Merge branch 'master' of https://github.com/jfigus/libsrtp into feature-openssl by Cullen Jennings · 12 years ago
- ef29a90 clean up build make libsrtp instead of srtp by Cullen Jennings · 12 years ago
- 267dd23 updated ignroe by Cullen Jennings · 12 years ago
- 226de89 Fix copyright and author on hmac_ossl.c by jfigus · 12 years ago
- 0d3a268 Add support for OpenSSL based HMAC implementation, which optionally replaces the native HMAC/SHA1 implementation. This commit also fixes some problems with the test apps when OpenSSL support is configured into the library. by jfigus · 12 years ago
- a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 12 years ago
- ece35d5 Add support for OpenSSL AES and RNG modules by jfigus · 12 years ago
- df06f62 added releases by Cullen Jennings · 12 years ago
- 294fc27 http://sourceforge.net/tracker/?func=detail&aid=3591523&group_id=38894&atid=423801 by Cullen Jennings · 12 years ago
- daa7c9f clean up .gitignore by Cullen Jennings · 12 years ago
- 76eeb1d remove bogus readme by Cullen Jennings · 12 years ago
- 8ca9b9e Merge branch 'master' of github.com:cisco/libsrtp by Cullen Jennings · 12 years ago
- 95e0330 Initial commit by Cullen Jennings · 12 years ago
- c752816 Treat x86_64 platforms as HAVE_X86 in configure. (The limited amount of x86 inline by Jonathan Lennox · 13 years ago
- c0f1f1b Call debug_print for key and salt values separately, for both SRTP and SRTCP, by Jonathan Lennox · 13 years ago
- c3f8eac Fix inverted sign of delta return value of index_guess when sequence numbers by Jonathan Lennox · 13 years ago
- e2774db Fix inline functions when compiling as C99. by Jonathan Lennox · 13 years ago
- f513de4 Import the latest versions of config.guess and config.sub from by Jonathan Lennox · 13 years ago
- e27976d Remove #pragma pack() calls for MSC. by Jonathan Lennox · 14 years ago
- d942596 Apply documentation typo fixes submitted by Jaap Keuter. by Jonathan Lennox · 14 years ago
- 23dc1e2 Patch from Jaap Keuter: by Jonathan Lennox · 14 years ago
- dc09448 Add Per Cederqvist's version of the test to detect the rtcp replay loss crash. by Jonathan Lennox · 14 years ago
- 85c9300 Handle short read() from /dev/urandom. Bug #1428214 reported by Andris Pavenis. by Jonathan Lennox · 14 years ago
- ad741b2 Test adding and removing a single stream from an srtp session. (Bug #2192597, by Jonathan Lennox · 14 years ago
- 20505b3 Fix memory corruption if the first stream in a session is removed. (Bug by Jonathan Lennox · 14 years ago
- fc65552 Clean crypto/Makefile and doc/Makefile on superclean. by Jonathan Lennox · 14 years ago
- 5def230 Regenerate documentation. by Jonathan Lennox · 14 years ago
- 75b3687 Fix warnings exposed by gcc -Wcast-qual and -Wshadow. by Jonathan Lennox · 14 years ago
- dc4d884 Add crypto_kernel_replace_cipher_type and crypto_kernel_replace_auth_type by Jonathan Lennox · 14 years ago
- 5b986a4 Add cipher_type_test, like cipher_type_self_test but with an external set of test cases. by Jonathan Lennox · 14 years ago
- f1a1463 Add auth_type_test, like auth_type_self_test but with an external set of by Jonathan Lennox · 14 years ago
- f433241 Check cipher->type->id to determine whether a cipher is AES_ICM, rather than by Jonathan Lennox · 14 years ago
- c79d2e2 Add 'id' field to cipher_type_t and auth_type_t; validate it when loading by Jonathan Lennox · 14 years ago
- a6815c1 Fix reference in comment. by Jonathan Lennox · 14 years ago
- 5df951a Add AES-256 support. by Jonathan Lennox · 14 years ago
- 33d425c Initialize ekt field of rtpw policies. by Jonathan Lennox · 14 years ago
- a5754a6 Rename AES_128_ICM and AES_128_CBC as AES_ICM and AES_CBC respectively, keeping by Jonathan Lennox · 14 years ago
- 507c03f Change core crypto/cipher/aes.c APIs, in preparation for big-aes support: by Jonathan Lennox · 14 years ago
- 1731e29 Increase number of iterations for throughput tests, to be statistically by Jonathan Lennox · 14 years ago
- 7852d8f Fixes to cipher_driver_test_array_throughput: by Jonathan Lennox · 14 years ago