1. effe49b * add const-correctness to auth-related data and pointers to them. by XIE Tianming · 9 years ago
  2. 02d6f03 Rename error functions to comply with library name. by jfigus · 10 years ago
  3. 67b9c73 Rename crypto type defines. Removed unused defines and also removed some obsolete unit test code in srtp_driver. by jfigus · 10 years ago
  4. ae4f3b1 Rename hmac functions to comply with library name. Change some functions to static. by jfigus · 10 years ago
  5. 9de994f Rename null auth/cipher functions to comply with library name. Change some functions to static. by jfigus · 10 years ago
  6. 20db4bf Code cleanup and style corrections for SHA1 module. by jfigus · 10 years ago
  7. 8f66972 Rename auth functions to comply with library name. by jfigus · 10 years ago
  8. ed755f5 Rename alloc functions to comply with library name. by jfigus · 10 years ago
  9. 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
  10. 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
  11. c270245 Rename SHA1 functions to avoid conflicts with downstream packages. by jfigus · 10 years ago
  12. c8e9afe Removed unused ref_count from cipher context. by jfigus · 10 years ago
  13. 7a8c7b3 Cleanup: miscellaneous cleanup of initial OpenSSL AES support by Philip A. Prindeville · 10 years ago
  14. 0951ef7 Fix building with --enable-openssl after removed config.h inclusion from by Teerapap Changwichukarn · 10 years ago
  15. 6cffe24 Remove config.h from public headers and include it in non-header files instead by Teerapap Changwichukarn · 10 years ago
  16. 226de89 Fix copyright and author on hmac_ossl.c by jfigus · 11 years ago
  17. 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
  18. f1a1463 Add auth_type_test, like auth_type_self_test but with an external set of by Jonathan Lennox · 14 years ago
  19. c79d2e2 Add 'id' field to cipher_type_t and auth_type_t; validate it when loading by Jonathan Lennox · 14 years ago
  20. 05c4f15 Explicitly specify null_auth's debug_module as NULL. by Jonathan Lennox · 14 years ago
  21. 55447f5 Whitespace cleanup. by Marcus Sundberg · 17 years ago
  22. bb07732 fixed some nits and compiler warnings by David McGrew · 18 years ago
  23. 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
  24. 7629bf2 updating dates by David McGrew · 18 years ago
  25. 1a1f992 fixed padding and extended testing by David McGrew · 18 years ago
  26. 3ba0412 Don't include string.h here. by Marcus Sundberg · 19 years ago
  27. d943177 optimization for hmac and bigendian be32, be64 fix by David McGrew · 19 years ago
  28. 36b9028 Remove bswap_32 define and use be32_to_cpu() instead. by Marcus Sundberg · 19 years ago
  29. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  30. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  31. 235513a Initial revision by Cullen Jennings · 19 years ago