- 1701c6f Initialize ekt field (to NULL) of policy used by dtls_srtp_driver. by Jonathan Lennox · 14 years ago
- 3355493 Declare induction variable volatile in timing loop, to stop the compiler by Jonathan Lennox · 14 years ago
- dfb3084 Call srtp_shutdown before exiting test programs (in non-error cases). by Jonathan Lennox · 14 years ago
- 5ae7633 Add srtp_shutdown function, to free state associcated with libsrtp. by Jonathan Lennox · 14 years ago
- b4842bf Make variables used for return value of getopt be 'int', not 'char'; otherwise, by Jonathan Lennox · 14 years ago
- 7ef6ab5 Make explicit C casts that narrow integer widths (avoid Visual Studio warning). by Jonathan Lennox · 14 years ago
- 80a3b12 Explicitly cast argument to aes_decrypt_with_raw_key to (void*), to avoid warning on Visual Studio. by Jonathan Lennox · 14 years ago
- 52cad7d Link the static (.lib) srtp libraries with static C run-time libraries on Windows. by Jonathan Lennox · 14 years ago
- 2c93c36 Remove header files not used by libsrtp proper from the Visual Studio project file. by Jonathan Lennox · 14 years ago
- 7ba45d7 Add config.hw file to project file. by Jonathan Lennox · 14 years ago
- f3076d9 Add ekt.[ch] to Visual Studio project file. by Jonathan Lennox · 14 years ago
- 2cb8b8e Avoid pointer arithmetic on void* (a GCC extension); use uint8_t* instead. by Jonathan Lennox · 14 years ago
- ab2a82d Add an install-win.bat script corresponding to the 'make install' target on Unix. by Jonathan Lennox · 14 years ago
- 28bd7c1 Add missing initialization of wildcard_policy's 'next' field. by Jonathan Lennox · 14 years ago
- 02b209c Add a Visual Studio solution (sln) file. by Jonathan Lennox · 14 years ago
- 1a604df Don't pass a non-literal string directly to fprintf as its format argument -- use "%s" instead. by Jonathan Lennox · 14 years ago
- 05c4f15 Explicitly specify null_auth's debug_module as NULL. by Jonathan Lennox · 14 years ago
- 882b731 Repoint head of linked list of test cases test_case_1 -- previously was not by Jonathan Lennox · 14 years ago
- b8cf725 Fix syntax of preprocessor conditional. by Jonathan Lennox · 14 years ago
- f0fa00a Remove spurious literal "\ No newline at end of file" text in file. by Jonathan Lennox · 14 years ago
- a7897f0 Don't fail if srtp directories exist on install, and tolerate rmdir failing on by Jonathan Lennox · 14 years ago
- 9080553 Revert accidental commit. by Jonathan Lennox · 14 years ago
- f464743 Fix runtest and install when srcdir != objdir. by Jonathan Lennox · 14 years ago
- 7bc3c7c Initialize *stream_data (to NULL, for now) in ekt_alloc. Fixes a crash by Jonathan Lennox · 14 years ago
- cb47eb9 Remove spurious & character from killall redirection (this is sh not csh). by Jonathan Lennox · 14 years ago
- fc9ab4e Invoke rtpw as ./rtwp, so rtpw_test.sh works if . is not in the user's $PATH. by Jonathan Lennox · 14 years ago
- f3132b9 Add cast, to fix GCC warning if 'size_t' is not 'long'. by Jonathan Lennox · 14 years ago
- a80247e Tell CVS to ignore generated dlts_srtp_driver executable. by Jonathan Lennox · 14 years ago
- f9d5eb0 Test non-sequential additions to replay detection code. by Jonathan Lennox · 14 years ago
- b4f4713 Set correct bit when advancing window. by Jonathan Lennox · 14 years ago
- 9d9d879 Set correct bit when delta is in window. by Jonathan Lennox · 14 years ago
- cf0ddd4 EKT additions by David McGrew · 17 years ago
- 79870d6 initial EKT work by David McGrew · 17 years ago
- 7a14a76 Define HAVE_RAND_S if _MSC_VER >= 1400. by Marcus Sundberg · 17 years ago
- 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
- 601cd0a Re-generated from configure.in 1.11. by Marcus Sundberg · 17 years ago
- faf84ca Move up host and byteorder checks before checking for random device to use. by Marcus Sundberg · 17 years ago
- 55447f5 Whitespace cleanup. by Marcus Sundberg · 17 years ago
- e08c7fd updated version and documentation for next minor release by David McGrew · 18 years ago
- 9345108 adding wideband codec size to test by David McGrew · 18 years ago
- bb07732 fixed some nits and compiler warnings by David McGrew · 18 years ago
- 5506a8b fixing clean target in Makefile by David McGrew · 18 years ago
- 79bd301 eliminated dependancy on getopt() for portability's sake by David McGrew · 18 years ago
- c461c7f adding rtp private header file by David McGrew · 18 years ago
- d083205 fixed rtp.c allocation issues by David McGrew · 18 years ago
- 1a2ab2c fixing assert nits by David McGrew · 18 years ago
- d7e54b2 move integers.h back to top by Derek MacDonald · 18 years ago
- 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
- 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
- 3c45e0c created private header file, moved config.h from srtp.h by David McGrew · 18 years ago
- 5059041 correcting MSVC packing by David McGrew · 18 years ago
- c780576 eliminating unneeded int16_t by David McGrew · 18 years ago
- d8783aa eliminating c++ keyword 'new' by David McGrew · 18 years ago
- 13acc56 adding dtls-srtp support functions test driver by David McGrew · 18 years ago
- 0cb86ee adding dtls-srtp support functions by David McGrew · 18 years ago
- c79548c adding rtpw test script by David McGrew · 18 years ago
- 576e148 adding srtp_stream_init_keys() function by David McGrew · 18 years ago
- c4fc00b unsigned consistency changes for portability by David McGrew · 18 years ago
- dce4d27 adding contributors by David McGrew · 18 years ago
- 7629bf2 updating dates by David McGrew · 18 years ago
- 1cc286e starting work on new version by David McGrew · 18 years ago
- c78bc15 rng improvements, mostly for MSVC by David McGrew · 18 years ago
- 96ed8e9 adding MSVC support by David McGrew · 18 years ago
- 9c70f29 fixed SRTCP authentication, added SRTCP test, improved rdb_t tests by David McGrew · 19 years ago
- 2d4b3a7 ismacryp compatibility changes by David McGrew · 19 years ago
- b0ad070 improved automatic stat test repetition by David McGrew · 19 years ago
- 026b47c adding automatic RNG test repetition by David McGrew · 19 years ago
- 1a1f992 fixed padding and extended testing by David McGrew · 19 years ago
- 11b2e41 fixing srtcp anti-replay protection by David McGrew · 19 years ago
- 52ed07b adding ismacryp compatibility to aes_icm by David McGrew · 19 years ago
- c34f740 fixing srtcp_protect() direction check by David McGrew · 19 years ago
- f15808a moving srtp_get_stream() prototype to .h file by David McGrew · 19 years ago
- 7c7ff31 cleanup by David McGrew · 19 years ago
- d2f8de4 including header length in srtp_bits_per_second() by David McGrew · 19 years ago
- 4802e02 updated documentation file by David McGrew · 19 years ago
- a854688 fixed rtpw policy-setting, added policy functions by David McGrew · 19 years ago
- 4fed071 removing length check for generic integer counter mode by David McGrew · 19 years ago
- 8da0249 Change #if FORCE_64BIT_ALIGN -> #ifdef FORCE_64BIT_ALIGN by Marcus Sundberg · 19 years ago
- 5e89155 Add err_report() and time() macros. by Marcus Sundberg · 19 years ago
- 1b5b2ec Add support for SRTP_KERNEL_LINUX. by Marcus Sundberg · 19 years ago
- 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
- cb60bf8 Make it possible to include srtp.h from C++ code. by Marcus Sundberg · 19 years ago
- 1482930 corrected header extension handling by David McGrew · 19 years ago
- 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
- 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
- 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
- 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
- a062be1 Don't include stdio.h or stdarg.h here. by Marcus Sundberg · 19 years ago
- 3df8782 Always use the same err_reporting_level_t definition regardless of whether using syslog or not. by Marcus Sundberg · 19 years ago
- 9796c1a aes_inv_sbox is not used if CPU_RISC is defined. by Marcus Sundberg · 19 years ago
- 7627bc5 Rename octet union member -> v8 for consistency. by Marcus Sundberg · 19 years ago
- af32c31 (v16_t): Rename octet -> v8 for consistency. by Marcus Sundberg · 19 years ago
- e91679d Handle aes_expand_encryption_key prototype change. by Marcus Sundberg · 19 years ago
- 0d3d7cd Handle aes_expand_encryption_key and aes_expand_decryption_key prototype change. by Marcus Sundberg · 19 years ago
- df7cd46 Make all locals static. by Marcus Sundberg · 19 years ago
- 865646c (aes_expand_decryption_key): Pass v128_t by pointer, not by value. by Marcus Sundberg · 19 years ago
- 98beafa allowing crypto_kernel_init() to be called multiple times by David McGrew · 19 years ago
- f2c6f7b fix to allow rtpw to use no security services by David McGrew · 19 years ago
- 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
- 21c666c (rtp_recvfrom): Always print single line error when srtp_unprotect() fails. by Marcus Sundberg · 19 years ago