1. 6b71fb9 Merge lastest from master. by jfigus · 9 years ago
  2. 750f674 Merge pull request #93 from fancycode/detect_boringssl by John Foley · 9 years ago
  3. 2677a86 Renamed define to general 'SRTP_NO_AES192' and set if compiled against BoringSSL. by Joachim Bauch · 9 years ago
  4. 3d1eba7 Relabel master for next MR. by jfigus · 9 years ago
  5. 385e675 Prepare for 1.5.1 release. by jfigus · 9 years ago
  6. 724bb29 Fix merge damage. by jfigus · 9 years ago
  7. 72b1a81 Merge lastest from master. by jfigus · 9 years ago
  8. f06e830 Merge pull request #94 from fancycode/missing_copyright_headers by John Foley · 9 years ago
  9. f580fe9 Merge pull request #95 from fancycode/chromium_header_check by John Foley · 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. 557a787 Additional header check from Chromium. by Joachim Bauch · 9 years ago
  12. 16d704b Added missing copyright headers. by Joachim Bauch · 9 years ago
  13. 4bc2ecf Don't include AES-192 when compiling against BoringSSL. by Joachim Bauch · 9 years ago
  14. bdac156 Merge pull request #90 from airtimemedia/master by John Foley · 10 years ago
  15. 6fd7fa4 Fix out-of-source tree builds. by Tom Hughes · 10 years ago
  16. 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
  17. d2b331c Sync latest changes from master. by jfigus · 10 years ago
  18. be155db Merge pull request #89 from JaapKeuter/aes_risc_le by John Foley · 10 years ago
  19. 84faa63 Refactor memory allocation for the symmetric ciphers context structures. by jfigus · 10 years ago
  20. f7dc067 Change the autoconf input file along with configure itself by Jaap Keuter · 10 years ago
  21. 226ec56 Finish refactoring of cipher.h API. by jfigus · 10 years ago
  22. 0d99b71 More refactoring of internal cipher API. Eliminate usage of void* in set_iv function. by jfigus · 10 years ago
  23. 3f93c3c More refactoring of internal cipher API. by jfigus · 10 years ago
  24. c287aa5 Sync latest from master. by jfigus · 10 years ago
  25. de35bea Fix bug from pull request #86 where the pc file was being deleted when doing a clean. by jfigus · 10 years ago
  26. 219ce4b Sync latest changes from master. by jfigus · 10 years ago
  27. f5e63e9 Merge pull request #86 from nirbheek/master by John Foley · 10 years ago
  28. e9f206c Introduce little endian RISC support by Jaap Keuter · 10 years ago
  29. cae277e Add support for building on/cross-compiling the shared library for Windows and OS X by Nirbheek Chauhan · 10 years ago
  30. 2964a15 Refactor cipher encrypt API. by jfigus · 10 years ago
  31. de8deb3 Rename replay functions to comply with library name. by jfigus · 10 years ago
  32. fe1f3ef More renaming to match library name. Fix linker failure for env target. by jfigus · 10 years ago
  33. 5924edb Sync latest changes from master. by jfigus · 10 years ago
  34. 9d40100 Merge pull request #85 from bernardotorres/master by John Foley · 10 years ago
  35. 02d6f03 Rename error functions to comply with library name. by jfigus · 10 years ago
  36. 92736bc Rename crypto kernel functions to comply with library name. by jfigus · 10 years ago
  37. a6cf208 Remove support for --enable-kernel-linux option. by jfigus · 10 years ago
  38. 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
  39. 67b9c73 Rename crypto type defines. Removed unused defines and also removed some obsolete unit test code in srtp_driver. by jfigus · 10 years ago
  40. ed73d3c Change cipher functions to static where appropriate. Removed some unused functions, which may have to be added back later through a proper public API if downstream projects need these. by jfigus · 10 years ago
  41. ae4f3b1 Rename hmac functions to comply with library name. Change some functions to static. by jfigus · 10 years ago
  42. 9de994f Rename null auth/cipher functions to comply with library name. Change some functions to static. by jfigus · 10 years ago
  43. c7cdc9a Rename key limit functions to comply with library name. by jfigus · 10 years ago
  44. 65fca15 Remove gf2_8 header file. by jfigus · 10 years ago
  45. 20db4bf Code cleanup and style corrections for SHA1 module. by jfigus · 10 years ago
  46. 91bbefa Remove obsolete cryptoalg.h header file. by jfigus · 10 years ago
  47. 9a84043 Rename cipher functions to comply with library name. by jfigus · 10 years ago
  48. 8f66972 Rename auth functions to comply with library name. by jfigus · 10 years ago
  49. ed755f5 Rename alloc functions to comply with library name. by jfigus · 10 years ago
  50. a3127b8 Remove AES CBC mode since it's not used by SRTP and libsrtp shouldn't be used as a general purpose crypto library. by jfigus · 10 years ago
  51. 5a2b2d0 Rename functions to comply with library name. Fixed various code style issues. by jfigus · 10 years ago
  52. 11b5ae8 Rename functions in AES module to comply with library name. by jfigus · 10 years ago
  53. 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
  54. de27f41 * Use strcpy instead of memcpy by Bernardo Torres · 10 years ago
  55. 4ba752a * Improve usage message by Bernardo Torres · 10 years ago
  56. 3fb0e8b * Add option to filter only SRTP packets by Bernardo Torres · 10 years ago
  57. 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
  58. e4c4aca Merge pull request #84 from JaapKeuter/unsafe_macro by John Foley · 10 years ago
  59. 46a6e67 Avoid problems due to unsafe macros by Jaap Keuter · 10 years ago
  60. 0c44937 Sync latest changes from master. by jfigus · 10 years ago
  61. ce77f9d Merge pull request #82 from JaapKeuter/nonce_alignment by John Foley · 10 years ago
  62. e9398bf Merge pull request #83 from coien/master by John Foley · 10 years ago
  63. ce42eee Remove compile-warnings when --disable-debug by Christian Oien · 10 years ago
  64. 7a0841a Make possible to compile with -O0 by Christian Oien · 10 years ago
  65. 4d8430a While setting the IV for AES ICM the nonce is simply typecast from by Jaap Keuter · 10 years ago
  66. 6baa3dd Missed this file in last commit. by jfigus · 10 years ago
  67. 267956d Remove obsoleted xfm.h. Remove doxygen directive for non-public defines. Add null/null policy helper to be used with rtpw. by jfigus · 10 years ago
  68. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  69. c5887e7 Continue the effort to rename API entry points so that all functions, structs, and defines begin with srtp_. by jfigus · 10 years ago
  70. 857009c Rename all public functions, types, and defines to begin with srtp_ prefix to comply with modern library coding convention. by jfigus · 10 years ago
  71. 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
  72. c270245 Rename SHA1 functions to avoid conflicts with downstream packages. by jfigus · 10 years ago
  73. c8e9afe Removed unused ref_count from cipher context. by jfigus · 10 years ago
  74. 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
  75. f063b90 Remove support for logging of errors to syslog by jfigus · 10 years ago
  76. a9ac898 Begin header file refactoring. This is a work-in-progress. by jfigus · 10 years ago
  77. b058a3b Pull new branch for 2.0.0 development by jfigus · 10 years ago
  78. 860acce Merge pull request #80 from coien/master by John Foley · 10 years ago
  79. 9e4c091 Take advantage of base64 conversion in testapps by Christian Oien · 10 years ago
  80. f2bda1e Merge pull request #79 from coien/master by John Foley · 10 years ago
  81. 1bc1446 Fix use of inline keyword by Christian Oien · 10 years ago
  82. 9089be8 Missing OpenSSL wrapper declarations by Christian Oien · 10 years ago
  83. e1a253d Unused function by Christian Oien · 10 years ago
  84. cec07a8 Remove dead code from source tree by jfigus · 10 years ago
  85. bba5907 Merge pull request #78 from coien/master by John Foley · 10 years ago
  86. d4e3eec Declare as const char when use of literal strings by Christian Oien · 10 years ago
  87. 23337a9 Initialize attribute by Christian Oien · 10 years ago
  88. 05cb19f Merge pull request #76 from pprindeville/master by John Foley · 10 years ago
  89. 7a8c7b3 Cleanup: miscellaneous cleanup of initial OpenSSL AES support by Philip A. Prindeville · 10 years ago
  90. 98bb4fb Fix broken openssl build by jfigus · 10 years ago
  91. 8bb76a3 Merge pull request #74 from bernardotorres/master by John Foley · 10 years ago
  92. 9f65d5e * Copying from master by Bernardo Torres · 10 years ago
  93. 2e8d36b * Reverting rtpw.c to master state by Bernardo Torres · 10 years ago
  94. b3c5142 * Transforming rtp_decoder into a standalone test application by Bernardo Torres · 10 years ago
  95. 7b8383f Add -pre suffix to version to indicate master branch is not stable. by jfigus · 10 years ago
  96. d658019 Prepare for 1.5.0 release. by jfigus · 10 years ago
  97. b2edbef Return 0 when the version string can not be properly parsed. by jfigus · 10 years ago
  98. fbdca94 * Fixing header by Bernardo Torres · 10 years ago
  99. 50d9cc9 * Tag length shows message when is not 8 or 16 but does not exit by Bernardo Torres · 10 years ago
  100. f4956d3 Merge remote-tracking branch 'upstream/master' by Bernardo Torres · 10 years ago