1. 3876191 Install cipher.h, auth.h and crypto_types.h. by Jonathan Lennox · 8 years ago
  2. e01dd7b Don't create a symlink if there is no $(SHAREDLIBVERSION) by Sebastian Dröge · 8 years ago
  3. 6e70c61 * fix file references without $(srcdir) in Makefile.in, to enable build within an independent directory (e.g. mkdir build; ../configure; make) by XIE Tianming · 9 years ago
  4. 1ce6a74 Double-commit 9968e22ce2b7a1a2c0dde04f2413914416da260a to master. by jfigus · 9 years ago
  5. 7d67ce5 Sync latest from master by jfigus · 9 years ago
  6. 945eeee Merge pull request #99 from fancycode/visual_studio_fixes by John Foley · 9 years ago
  7. 4cdf467 Use own minimal "getopt" function to support compiling using MSVC. by Joachim Bauch · 9 years ago
  8. ee93b5e Do not install empty /usr/bin/ directory by Nikoli · 9 years ago
  9. f14a77e Do not duplicate shared library when installing, use symlink instead by Nikoli · 9 years ago
  10. e4faca6 Merge branch 'master' of https://github.com/cisco/libsrtp into 2_0_0_dev by jfigus · 9 years ago
  11. 6fd7fa4 Fix out-of-source tree builds. by Tom Hughes · 10 years ago
  12. fb83841 Remove RNG since there is no longer a public API exposed to use the RNG. The RNG in libsrtp wasn't using a particularly good random source anyway. Downstream applications should use OpenSSL or some other random source that's compliant with SP-800-90. by jfigus · 10 years ago
  13. de35bea Fix bug from pull request #86 where the pc file was being deleted when doing a clean. by jfigus · 10 years ago
  14. 219ce4b Sync latest changes from master. by jfigus · 10 years ago
  15. cae277e Add support for building on/cross-compiling the shared library for Windows and OS X by Nirbheek Chauhan · 10 years ago
  16. d196e02 Rename binary target to libsrtp2 since it's not backwards compatible with libsrtp 1.x. Header files are now installed into /usr/local/include/srtp2. by jfigus · 10 years ago
  17. 2569049 Remove obsolete PRNG. Libsrtp shouldn't be used as a general purpose crypto library. Libraries such as OpenSSL provide a newer SP800-90 compliant DRBG. by jfigus · 10 years ago
  18. 46d6b47 Refactor debug API so app layer doesn't need to include crypto_kernel.h. Removed unused hex utils from libsrtp.a and moved them to the app layer. by jfigus · 10 years ago
  19. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  20. 339b61d Remove crypto_get_random() since it's been agreed that libsrtp should not be used as a general purpose crypto library. The RNG provided by libsrtp is old and not current with the latest standards, such as SP800-90. by jfigus · 10 years ago
  21. 97a80f4 Change default option for stdout debugging to disabled to comply with best practices for library development. Removed GDOI configure option because it's not used anywhere in the code. by jfigus · 10 years ago
  22. a9ac898 Begin header file refactoring. This is a work-in-progress. by jfigus · 10 years ago
  23. 9e4c091 Take advantage of base64 conversion in testapps by Christian Oien · 10 years ago
  24. 98bb4fb Fix broken openssl build by jfigus · 10 years ago
  25. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  26. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago
  27. 79e38ae * Adding support for pcap decryption by Bernardo Torres · 10 years ago
  28. 4494760 This commit provides a minimal refactoring of the include hierarchy to allow eliminating the LIBSRTP_INTERNAL_BUILD hack added a couple of days ago. This was tested with gcc, g++, and clang. Also did a sanity build of the doubango and asterisk downstream projects. by jfigus · 10 years ago
  29. 0db0033 More header file fun. This commit allows the downstream doujango project to compile. doujango uses -DHAVE_CONFIG-H when compiling libsrtp. by John Foley · 10 years ago
  30. b86063c build: add pkg-config file generation support by Saúl Ibarra Corretgé · 10 years ago
  31. 2b48665 Minor changes to autoconf and Makefile to resolve issues #59 and #60. by jfigus · 10 years ago
  32. 29b152e Use AES ICM state counter to determine when to reinitialize the prng. by Rich Rodriguez · 10 years ago
  33. 5004642 Add support for building shared library (libsrtp.so) by jfigus · 11 years ago
  34. 8c36da2 Add support for [draft-ietf-avtcore-srtp-aes-gcm-07] by jfigus · 11 years ago
  35. 7af23e7 Merge branch 'master' of https://github.com/jfigus/libsrtp into feature-openssl by Cullen Jennings · 11 years ago
  36. ef29a90 clean up build make libsrtp instead of srtp by Cullen Jennings · 11 years ago
  37. 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 · 11 years ago
  38. a14b5a0 Add support for OpenSSL AES and RNG modules by jfigus · 11 years ago
  39. fc65552 Clean crypto/Makefile and doc/Makefile on superclean. by Jonathan Lennox · 14 years ago
  40. a7897f0 Don't fail if srtp directories exist on install, and tolerate rmdir failing on by Jonathan Lennox · 14 years ago
  41. f464743 Fix runtest and install when srcdir != objdir. by Jonathan Lennox · 14 years ago
  42. 79870d6 initial EKT work by David McGrew · 17 years ago
  43. 5506a8b fixing clean target in Makefile by David McGrew · 18 years ago
  44. 79bd301 eliminated dependancy on getopt() for portability's sake by David McGrew · 18 years ago
  45. 0cb86ee adding dtls-srtp support functions by David McGrew · 18 years ago
  46. c79548c adding rtpw test script by David McGrew · 18 years ago
  47. 2d4b3a7 ismacryp compatibility changes by David McGrew · 18 years ago
  48. 11b2e41 fixing srtcp anti-replay protection by David McGrew · 18 years ago
  49. 7c7ff31 cleanup by David McGrew · 18 years ago
  50. 1f84c40 Fix libsrtp.a dependency for apps without linking twice with it. by Marcus Sundberg · 19 years ago
  51. 5c714e4 Get RNG_OBJS from autoconf and use it. by Marcus Sundberg · 19 years ago
  52. b0a9311 Kill tests under test which are already present in crypto/test. by Marcus Sundberg · 19 years ago
  53. 95e2372 Move autoconf expansion for EXE and gdoi up among the other macros. by Marcus Sundberg · 19 years ago
  54. 8ebe5ce Add and use COMPILE variable. Add VPATH support to build outside source dir. by Marcus Sundberg · 19 years ago
  55. 589127e Use "$(MAKE) -C foo" instead of "cd foo; $(MAKE)". by Marcus Sundberg · 19 years ago
  56. 5529f10 fixing build_table_apps target by David McGrew · 19 years ago
  57. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  58. e11033e rationalizing header files by David McGrew · 19 years ago
  59. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  60. 235513a Initial revision by Cullen Jennings · 19 years ago