1. 80c4c83 Free all memory allocated by test cases, to make it possible to use memory by Jonathan Lennox · 14 years ago
  2. 986f6d0 Change return type of rtp_recvfrom and rtp_sendto from 'unsigned int' to 'int' (they return -1 on error). by Jonathan Lennox · 14 years ago
  3. 8cae72f Add deinit and dealloc functions to test rtp code, to free memory associated with rtp objects. by Jonathan Lennox · 14 years ago
  4. 1701c6f Initialize ekt field (to NULL) of policy used by dtls_srtp_driver. by Jonathan Lennox · 14 years ago
  5. 3355493 Declare induction variable volatile in timing loop, to stop the compiler by Jonathan Lennox · 14 years ago
  6. dfb3084 Call srtp_shutdown before exiting test programs (in non-error cases). by Jonathan Lennox · 14 years ago
  7. b4842bf Make variables used for return value of getopt be 'int', not 'char'; otherwise, by Jonathan Lennox · 14 years ago
  8. 28bd7c1 Add missing initialization of wildcard_policy's 'next' field. by Jonathan Lennox · 14 years ago
  9. cb47eb9 Remove spurious & character from killall redirection (this is sh not csh). by Jonathan Lennox · 14 years ago
  10. fc9ab4e Invoke rtpw as ./rtwp, so rtpw_test.sh works if . is not in the user's $PATH. by Jonathan Lennox · 14 years ago
  11. f3132b9 Add cast, to fix GCC warning if 'size_t' is not 'long'. by Jonathan Lennox · 14 years ago
  12. a80247e Tell CVS to ignore generated dlts_srtp_driver executable. by Jonathan Lennox · 14 years ago
  13. f9d5eb0 Test non-sequential additions to replay detection code. by Jonathan Lennox · 14 years ago
  14. 79870d6 initial EKT work by David McGrew · 17 years ago
  15. 9345108 adding wideband codec size to test by David McGrew · 18 years ago
  16. 79bd301 eliminated dependancy on getopt() for portability's sake by David McGrew · 18 years ago
  17. d083205 fixed rtp.c allocation issues by David McGrew · 18 years ago
  18. 1a2ab2c fixing assert nits by David McGrew · 18 years ago
  19. 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
  20. 3c45e0c created private header file, moved config.h from srtp.h by David McGrew · 18 years ago
  21. 13acc56 adding dtls-srtp support functions test driver by David McGrew · 18 years ago
  22. c79548c adding rtpw test script by David McGrew · 18 years ago
  23. 7629bf2 updating dates by David McGrew · 18 years ago
  24. 9c70f29 fixed SRTCP authentication, added SRTCP test, improved rdb_t tests by David McGrew · 18 years ago
  25. d2f8de4 including header length in srtp_bits_per_second() by David McGrew · 19 years ago
  26. a854688 fixed rtpw policy-setting, added policy functions by David McGrew · 19 years ago
  27. 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
  28. 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
  29. f2c6f7b fix to allow rtpw to use no security services by David McGrew · 19 years ago
  30. 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
  31. 21c666c (rtp_recvfrom): Always print single line error when srtp_unprotect() fails. by Marcus Sundberg · 19 years ago
  32. 7035366 Fix silly HAVE_SYS_SOCKET_HY typo. by Marcus Sundberg · 19 years ago
  33. b0a9311 Kill tests under test which are already present in crypto/test. by Marcus Sundberg · 19 years ago
  34. 7e9c607 Make socket and delay code and compatible with Windows. by Marcus Sundberg · 19 years ago
  35. 385484b Make socket code compatible with Windows. by Marcus Sundberg · 19 years ago
  36. 1cbca88 Fix includes for hton*/ntoh*. by Marcus Sundberg · 19 years ago
  37. a562c63 Fix warnings on 64 bit platforms. by Marcus Sundberg · 19 years ago
  38. 1b274f0 Use proper function prototypes. by Marcus Sundberg · 19 years ago
  39. 968e28a Use portable rand() instead of random(). by Marcus Sundberg · 19 years ago
  40. a3f95fe Always use strict C prototypes (fixes gcc -Wstrict-prototypes). by Marcus Sundberg · 19 years ago
  41. 410faaa Replace octet_t with uint8_t. by Marcus Sundberg · 19 years ago
  42. 38cbf94 Add .cvsignore for generated files. by Marcus Sundberg · 19 years ago
  43. 5872bf3 Remove PPC binary from CVS. by Marcus Sundberg · 19 years ago
  44. b67061f autoconf fixes and minor code cleanup by David McGrew · 19 years ago
  45. fec49dd continuing merge from jesup, several minor fixes by David McGrew · 19 years ago
  46. 235513a Initial revision by Cullen Jennings · 19 years ago