1. 79870d6 initial EKT work by David McGrew · 17 years ago
  2. 7a14a76 Define HAVE_RAND_S if _MSC_VER >= 1400. by Marcus Sundberg · 17 years ago
  3. ef17276 Don't clutter the source with compiler specific preprocessor macros, use HAVE_RAND_S to decide if rand_s() should be used. by Marcus Sundberg · 17 years ago
  4. 601cd0a Re-generated from configure.in 1.11. by Marcus Sundberg · 17 years ago
  5. faf84ca Move up host and byteorder checks before checking for random device to use. by Marcus Sundberg · 17 years ago
  6. 55447f5 Whitespace cleanup. by Marcus Sundberg · 17 years ago
  7. e08c7fd updated version and documentation for next minor release by David McGrew · 17 years ago
  8. 9345108 adding wideband codec size to test by David McGrew · 18 years ago
  9. bb07732 fixed some nits and compiler warnings by David McGrew · 18 years ago
  10. 5506a8b fixing clean target in Makefile by David McGrew · 18 years ago
  11. 79bd301 eliminated dependancy on getopt() for portability's sake by David McGrew · 18 years ago
  12. c461c7f adding rtp private header file by David McGrew · 18 years ago
  13. d083205 fixed rtp.c allocation issues by David McGrew · 18 years ago
  14. 1a2ab2c fixing assert nits by David McGrew · 18 years ago
  15. d7e54b2 move integers.h back to top by Derek MacDonald · 18 years ago
  16. cd9bbe9 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
  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. 3c45e0c created private header file, moved config.h from srtp.h by David McGrew · 18 years ago
  19. 5059041 correcting MSVC packing by David McGrew · 18 years ago
  20. c780576 eliminating unneeded int16_t by David McGrew · 18 years ago
  21. d8783aa eliminating c++ keyword 'new' by David McGrew · 18 years ago
  22. 13acc56 adding dtls-srtp support functions test driver by David McGrew · 18 years ago
  23. 0cb86ee adding dtls-srtp support functions by David McGrew · 18 years ago
  24. c79548c adding rtpw test script by David McGrew · 18 years ago
  25. 576e148 adding srtp_stream_init_keys() function by David McGrew · 18 years ago
  26. c4fc00b unsigned consistency changes for portability by David McGrew · 18 years ago
  27. dce4d27 adding contributors by David McGrew · 18 years ago
  28. 7629bf2 updating dates by David McGrew · 18 years ago
  29. 1cc286e starting work on new version by David McGrew · 18 years ago
  30. c78bc15 rng improvements, mostly for MSVC by David McGrew · 18 years ago
  31. 96ed8e9 adding MSVC support by David McGrew · 18 years ago
  32. 9c70f29 fixed SRTCP authentication, added SRTCP test, improved rdb_t tests by David McGrew · 18 years ago
  33. 2d4b3a7 ismacryp compatibility changes by David McGrew · 19 years ago
  34. b0ad070 improved automatic stat test repetition by David McGrew · 19 years ago
  35. 026b47c adding automatic RNG test repetition by David McGrew · 19 years ago
  36. 1a1f992 fixed padding and extended testing by David McGrew · 19 years ago
  37. 11b2e41 fixing srtcp anti-replay protection by David McGrew · 19 years ago
  38. 52ed07b adding ismacryp compatibility to aes_icm by David McGrew · 19 years ago
  39. c34f740 fixing srtcp_protect() direction check by David McGrew · 19 years ago
  40. f15808a moving srtp_get_stream() prototype to .h file by David McGrew · 19 years ago
  41. 7c7ff31 cleanup by David McGrew · 19 years ago
  42. d2f8de4 including header length in srtp_bits_per_second() by David McGrew · 19 years ago
  43. 4802e02 updated documentation file by David McGrew · 19 years ago
  44. a854688 fixed rtpw policy-setting, added policy functions by David McGrew · 19 years ago
  45. 4fed071 removing length check for generic integer counter mode by David McGrew · 19 years ago
  46. 8da0249 Change #if FORCE_64BIT_ALIGN -> #ifdef FORCE_64BIT_ALIGN by Marcus Sundberg · 19 years ago
  47. 5e89155 Add err_report() and time() macros. by Marcus Sundberg · 19 years ago
  48. 1b5b2ec Add support for SRTP_KERNEL_LINUX. by Marcus Sundberg · 19 years ago
  49. d1fc66c If SRTP_KERNEL_LINUX is defined we declare err_level as extern, but don't declare err_report(). by Marcus Sundberg · 19 years ago
  50. cb60bf8 Make it possible to include srtp.h from C++ code. by Marcus Sundberg · 19 years ago
  51. 1482930 corrected header extension handling by David McGrew · 19 years ago
  52. 0c324cb (srtp_unprotect): Revert replay part of previous commit - RFC 3711 mandates that replay check be done first. But do keep key limit check after authentication step. by Marcus Sundberg · 19 years ago
  53. 7362674 Use the file words.txt in current directory instead of /usr/share/dict/words if compiling for Windows. by Marcus Sundberg · 19 years ago
  54. fc4d138 (srtp_unprotect): If authentication services are enabled we verify authentication first of all. Only if authentication succeeds do we check the replay database, and if that validates we proceed with key limit check and decryption. by Marcus Sundberg · 19 years ago
  55. 5c40da8 (srtp_test): Make sure that the packet passed to srtp_unprotect() in replay check really is identical to previous packet. by Marcus Sundberg · 19 years ago
  56. a062be1 Don't include stdio.h or stdarg.h here. by Marcus Sundberg · 19 years ago
  57. 3df8782 Always use the same err_reporting_level_t definition regardless of whether using syslog or not. by Marcus Sundberg · 19 years ago
  58. 9796c1a aes_inv_sbox is not used if CPU_RISC is defined. by Marcus Sundberg · 19 years ago
  59. 7627bc5 Rename octet union member -> v8 for consistency. by Marcus Sundberg · 19 years ago
  60. af32c31 (v16_t): Rename octet -> v8 for consistency. by Marcus Sundberg · 19 years ago
  61. e91679d Handle aes_expand_encryption_key prototype change. by Marcus Sundberg · 19 years ago
  62. 0d3d7cd Handle aes_expand_encryption_key and aes_expand_decryption_key prototype change. by Marcus Sundberg · 19 years ago
  63. df7cd46 Make all locals static. by Marcus Sundberg · 19 years ago
  64. 865646c (aes_expand_decryption_key): Pass v128_t by pointer, not by value. by Marcus Sundberg · 19 years ago
  65. 98beafa allowing crypto_kernel_init() to be called multiple times by David McGrew · 19 years ago
  66. f2c6f7b fix to allow rtpw to use no security services by David McGrew · 19 years ago
  67. 7acbfef Add init code for winsock API so we can actually run on win32. Print error code on both Win32 and unix when socket() call fails. Don't print anonymous error when rtp_recvfrom() fails, rtp_recvfrom now handles that. by Marcus Sundberg · 19 years ago
  68. 21c666c (rtp_recvfrom): Always print single line error when srtp_unprotect() fails. by Marcus Sundberg · 19 years ago
  69. 1f84c40 Fix libsrtp.a dependency for apps without linking twice with it. by Marcus Sundberg · 19 years ago
  70. 75d9212 (srtp_create): Document that policy argument may be NULL. by Marcus Sundberg · 19 years ago
  71. 67398e6 (srtp_add_stream): Sanity check arguments before doing anything. by Marcus Sundberg · 19 years ago
  72. 04adebb (crypto_alloc): Don't allocate 4 extra bytes in Linux kernel context. Handle being called from interrupts in Linux kernel context. by Marcus Sundberg · 19 years ago
  73. e544f61 (cipher_array_bits_per_second): Convert return value to uint64_t to work on platforms with no floating point. Avoid division by zero. by Marcus Sundberg · 19 years ago
  74. 613e2da Include linux/byteorder/generic.h Define printf() and exit(). by Marcus Sundberg · 19 years ago
  75. f76bedb Don't include stdio.h here. by Marcus Sundberg · 19 years ago
  76. 8d15230 Always include stdarg.h here. by Marcus Sundberg · 19 years ago
  77. 9029148 Include stdio.h here if SRTP_KERNEL is not defined. by Marcus Sundberg · 19 years ago
  78. 428c5b3 Add implementation for SRTP_KERNEL_LINUX. by Marcus Sundberg · 19 years ago
  79. 172dc4c Don't include standard C headers here, we get them from datatypes.h now. by Marcus Sundberg · 19 years ago
  80. a504d29 Include netinet/in.h or winsock2.h here if present. by Marcus Sundberg · 19 years ago
  81. 3ba0412 Don't include string.h here. by Marcus Sundberg · 19 years ago
  82. dbd3e41 Include datatypes.h instead of stdlib.h. by Marcus Sundberg · 19 years ago
  83. a7be87d Don't include time.h here. by Marcus Sundberg · 19 years ago
  84. 4448d38 Include string.h and time.h here to get some common definitions, unless SRTP_KERNEL is defined by Marcus Sundberg · 19 years ago
  85. fa0ce8e If SRTP_KERNEL is defined we include kernel_compat.h instead of all the rest. by Marcus Sundberg · 19 years ago
  86. 7a3cd3b Compatibility stuff for building in kernel context. by Marcus Sundberg · 19 years ago
  87. 735eb4f Avoid include standard C headers if SRTP_KERNEL is defined. by Marcus Sundberg · 19 years ago
  88. cef9a21 Don't include stdlib.h here. by Marcus Sundberg · 19 years ago
  89. 958c121 Implement a random source using Linux kernel functions. by Marcus Sundberg · 19 years ago
  90. fe60a8d Don't include time.h here. by Marcus Sundberg · 19 years ago
  91. d4f2fe4 (cipher_bits_per_second): Convert return value to uint64_t to work on platforms with no floating point. by Marcus Sundberg · 19 years ago
  92. 64536cc Re-generated from configure.in 1.10. by Marcus Sundberg · 19 years ago
  93. 8a9f627 Remove doxygen test string accidently left in previous commit. by Marcus Sundberg · 19 years ago
  94. 5c714e4 Get RNG_OBJS from autoconf and use it. by Marcus Sundberg · 19 years ago
  95. 7b81b06 Add --enable-kernel-linux flag to support building library for Linux kernel context. by Marcus Sundberg · 19 years ago
  96. 7035366 Fix silly HAVE_SYS_SOCKET_HY typo. by Marcus Sundberg · 19 years ago
  97. d943177 optimization for hmac and bigendian be32, be64 fix by David McGrew · 19 years ago
  98. b0a9311 Kill tests under test which are already present in crypto/test. by Marcus Sundberg · 19 years ago
  99. 7e9c607 Make socket and delay code and compatible with Windows. by Marcus Sundberg · 19 years ago
  100. 385484b Make socket code compatible with Windows. by Marcus Sundberg · 19 years ago