1. 72b1a81 Merge lastest from master. by jfigus · 10 years ago
  2. 16d704b Added missing copyright headers. by Joachim Bauch · 10 years ago
  3. 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
  4. 02d6f03 Rename error functions to comply with library name. by jfigus · 10 years ago
  5. ed755f5 Rename alloc functions to comply with library name. by jfigus · 10 years ago
  6. 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
  7. 8aa936e Makefile cleanup. Remove aes_tables app since libsrtp is not used as a general purpose crypto library. by jfigus · 10 years ago
  8. 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
  9. 9e4c091 Take advantage of base64 conversion in testapps by Christian Oien · 10 years ago
  10. 649bbf4 Removing dead code. Downstream projects should not be using this function. If still needed downstream, include the -DINCLUDE_DEAD_CODE option in CFLAGS. This resolves issue #41. by jfigus · 10 years ago
  11. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  12. e2774db Fix inline functions when compiling as C99. by Jonathan Lennox · 13 years ago
  13. 75b3687 Fix warnings exposed by gcc -Wcast-qual and -Wshadow. by Jonathan Lennox · 14 years ago
  14. e691b86 Move bitvector_t from crypto_math to datatypes, for use in rdbx. by Jonathan Lennox · 14 years ago
  15. 1a604df Don't pass a non-literal string directly to fprintf as its format argument -- use "%s" instead. by Jonathan Lennox · 14 years ago
  16. bb07732 fixed some nits and compiler warnings by David McGrew · 18 years ago
  17. 17127da works on vc7++, cuurently an exe target, must point project to openssl. Copy config.h_win32vc7 to config.h by Derek MacDonald · 18 years ago
  18. c780576 eliminating unneeded int16_t by David McGrew · 18 years ago
  19. c4fc00b unsigned consistency changes for portability by David McGrew · 18 years ago
  20. 7629bf2 updating dates by David McGrew · 18 years ago
  21. b0ad070 improved automatic stat test repetition by David McGrew · 19 years ago
  22. 7627bc5 Rename octet union member -> v8 for consistency. by Marcus Sundberg · 19 years ago
  23. a77540e Replace #if checks with #ifdef for autoconf defines. by Marcus Sundberg · 19 years ago
  24. 511c2d4 Replace #if checks with #ifdef for autoconf defines. by Marcus Sundberg · 19 years ago
  25. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  26. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  27. 89fb7ea Fixed bswap_32, bswap_64 (#defines were a little off) by David McGrew · 19 years ago
  28. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  29. 235513a Initial revision by Cullen Jennings · 19 years ago