1. 670ed79 support building shared library on windows by Pascal Bühler · 5 years ago
  2. 4ade1cb compile some tests with vc2010 by Pascal Bühler · 5 years ago
  3. 3b35432 Update cmake to support most of the options available with configure by Pascal Bühler · 5 years ago
  4. eb27e85 Merge branch 'master' by Pascal Buhler · 5 years ago
  5. b0f48a7 Merge pull request #444 from pabuhler/extend-rtp-decoder by Pascal Bühler · 5 years ago
  6. 4ef280d fix is rtp check by Pascal Bühler · 5 years ago
  7. 4d80578 rtp_decoder fix checking against tag size by Pascal Bühler · 5 years ago
  8. 5a63104 extend rtp_decoder to support rtcp by Pascal Buhler · 5 years ago
  9. 7486bcc change ssrc type of rtp_decoder to ssrc_any_inbound by Pascal Buhler · 5 years ago
  10. eaa8a9b output counters of rtp_decoder by Pascal Buhler · 5 years ago
  11. 304e3cb rtp_decoder avoid crash when no packets found by Pascal Bühler · 5 years ago
  12. ef704df Merge changes from master by Guido Vranken · 6 years ago
  13. ec69a72 add -t to usage summary by Pascal Buhler · 6 years ago
  14. defebcd update debug options to use new srtp log api by Pascal Buhler · 6 years ago
  15. bf4b1b9 support AES_CM 192 & 256 with -s by Pascal Buhler · 6 years ago
  16. d62ca25 support -s with AEAD_AES_(128/256)_GCM by Pascal Buhler · 6 years ago
  17. 750a467 support decoding base64 AEAD_AES_GCM key by Pascal Buhler · 6 years ago
  18. 11c8db8 Update rtp_decoder.c by Taras Gavrylenko · 6 years ago
  19. fdeb5c8 Update rtp_decoder.c by Taras Gavrylenko · 6 years ago
  20. 0d15283 Fix rtp_decoder policy init on Raspbian OS by Taras Gavrylenko · 6 years ago
  21. 97490ee create single rand func for use in tests by Pascal Buhler · 6 years ago
  22. fc39d32 Improve library finding in rtpw tests by Richard Barnes · 6 years ago
  23. f48a54a Fix clang-format errors by Richard Barnes · 6 years ago
  24. 78edc84 printf cleanup by Richard Barnes · 6 years ago
  25. c679677 All tests pass (with some hacks) by Richard Barnes · 6 years ago
  26. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  27. 3ba3c38 coverity: divide by zero by Pascal Buhler · 6 years ago
  28. a3a27cb coverity: memory overwrite by Pascal Buhler · 6 years ago
  29. 9c28f38 coverity: control flow by Pascal Buhler · 6 years ago
  30. 2906342 coverity: initialize value by Pascal Buhler · 6 years ago
  31. 3354fe8 coverity: free mem on return by Pascal Buhler · 6 years ago
  32. 76f91b6 coverity: unused value by Pascal Buhler · 6 years ago
  33. 55626f3 Ensure returned trailer length is sufficient by Pascal Buhler · 7 years ago
  34. c9f210d apply clang format by Martin Meszaros · 7 years ago
  35. 90f7e1b Merge branch 'master' into master by Martin · 7 years ago
  36. 026fa5f Fixed buffer size issue in test/srtp_driver.c by Paul E. Jones · 7 years ago
  37. 15d782d add timersub macro by Martin Meszaros · 7 years ago
  38. b03c4c1 Fix memleak in tests, as reported by valgrind by Pascal Buhler · 7 years ago
  39. a6eda52 Merge pull request #361 from pabuhler/clang-format-12 by Pascal Bühler · 7 years ago
  40. f1efbf5 clang-format remaining files by Pascal Bühler · 7 years ago
  41. e88bcd0 test/rtp_decoder.c: Reflow bash example by Geir Istad · 7 years ago
  42. 6854730 Merge pull request #346 from thisisG/format_test_test_srtp_c by Pascal Bühler · 7 years ago
  43. bb03acb Merge pull request #345 from thisisG/format_test_rtpw_c by Pascal Bühler · 7 years ago
  44. caa9f7a Merge pull request #344 from thisisG/format_test_rtp_decode_c_h by Pascal Bühler · 7 years ago
  45. f1380df Merge pull request #347 from thisisG/format_test_util_c_h by Pascal Bühler · 7 years ago
  46. b1a2cca Merge pull request #343 from thisisG/format_test_rtp_c by Pascal Bühler · 7 years ago
  47. 24f04a6 Merge pull request #342 from thisisG/format_test_roc_driver_c by Pascal Bühler · 7 years ago
  48. fa71a04 Merge pull request #341 from thisisG/format_test_replay_driver_c by Pascal Bühler · 7 years ago
  49. bc18321 test/util.[c|h]: Apply clang-format by Geir Istad · 7 years ago
  50. 4173088 test/test_srtp.c: Apply clang-format by Geir Istad · 7 years ago
  51. b08478d test/rtpw.c: Apply clang-format by Geir Istad · 7 years ago
  52. 9b559da test/rtp.h: Apply clang-format by Geir Istad · 7 years ago
  53. ac5dd63 test/rtp_decoder.[c|h]: Apply clang-format by Geir Istad · 7 years ago
  54. dd92766 test/rtp.c: Apply clang-format by Geir Istad · 7 years ago
  55. 79b4e7c test/roc_driver.c: Apply clang-format by Geir Istad · 7 years ago
  56. 925640e test/replay_driver.c: Apply clang-format by Geir Istad · 7 years ago
  57. 9d82114 Merge pull request #339 from thisisG/format_test_rdbx_driver_c by Geir Istad · 7 years ago
  58. 5c37275 Merge pull request #338 from thisisG/format_test_dtls_srtp_driver_c by Geir Istad · 7 years ago
  59. f900fdf test/rdbx_driver.c: Apply clang-format by Geir Istad · 7 years ago
  60. f816501 test/dtls_srtp_driver.c: Apply clang-format by Geir Istad · 7 years ago
  61. 001f3bc test/srtp_driver.c: Apply clang-format by Geir Istad · 7 years ago
  62. 0aa4000 Add -w option to rtpw to specify words file. by Jonathan Lennox · 7 years ago
  63. c9ddaab Return pkt_len from srtp_create_test_packet_xxx by Pascal Bühler · 7 years ago
  64. c42b535 srtp.c: Save the ROC and sequence number before usage by Ulf Olsson · 7 years ago
  65. 0a447b4 rtp_priv.h: Removed this file by Geir Istad · 7 years ago
  66. 284cfda rtp_priv&&rtp.h: Move file to test folder by Geir Istad · 7 years ago
  67. c52b9bd Merge pull request #302 from paulej/unused_fix by Pascal Bühler · 7 years ago
  68. e90d953 remove reference to /usr/dict/words by Pascal Bühler · 7 years ago
  69. 2f284bd Fix warning regarding unused variable by Paul E. Jones · 7 years ago
  70. a04ac9a test/rtpw_test*.sh: Account for Windows executable and silence output. by Idar Tollefsen · 8 years ago
  71. 716f4b9 test/rtpw: Adds local words.txt and uses it. by Idar Tollefsen · 8 years ago
  72. 5c50354 Merge pull request #289 from ulfolsson/set_and_get_roc by Pascal Bühler · 7 years ago
  73. 55e0147 test srtp_rdb_increment returns key expired when expected by Pascal Bühler · 7 years ago
  74. 4dd5f26 srtp.c: Added support to set the ROC before encrypting by Ulf Olsson · 7 years ago
  75. bb2adb0 Code refactoring by Ulf Olsson · 7 years ago
  76. 2db80f1 Merge pull request #287 from fancycode/encrypted_headers_gcm_salt_padding by Pascal Bühler · 7 years ago
  77. e5531e8 Merge pull request #284 from pabuhler/enable-warning-strict-prototypes by Pascal Bühler · 7 years ago
  78. a3af460 Fix OOB read in key generation for encrypted headers with GCM ciphers. by Joachim Bauch · 7 years ago
  79. eafd145 test_srtp.c: Use #define instead of static const by Geir Istad · 7 years ago
  80. bb6ef8a Add strict-prototypes warning if supported. by Pascal Bühler · 7 years ago
  81. ba53909 Merge remote-tracking branch 'cisco/master' into dead_code by Geir Istad · 8 years ago
  82. a1c7a80 test/lfsr.c: Removed this file by Geir Istad · 8 years ago
  83. 445c1c9 Bump copyright year by Geir Istad · 8 years ago
  84. c0cd480 Merge pull request #273 from thisisG/srtp_aead_srtcp_iv_regression_tests by Geir Istad · 8 years ago
  85. 2f8ada3 test_srtp.c: Changed AES GCM IV regression by Geir Istad · 8 years ago
  86. 098a621 test_srtp.c: Clarified how tests are displayed by Geir Istad · 8 years ago
  87. b0cd317 test_srtp.c: Formatting nit by Geir Istad · 8 years ago
  88. c457c7e test_srtp.c: New line @ EOF by Geir Istad · 8 years ago
  89. a156f4a test_srtp.c: Regression test for issue #256 by Geir Istad · 8 years ago
  90. 14df3db Replace some literal constants with defines by Pascal Bühler · 8 years ago
  91. 20e6612 Move SRTP_AES_XX_LEN defines into srtp.h by Pascal Bühler · 8 years ago
  92. cd7beb4 WIP IV regression tests by Geir Istad · 8 years ago
  93. 66a3c71 test_srtp.c: Uncomment and fix test by Geir Istad · 8 years ago
  94. 5da2809 test_srtp.c: Add status check in test by Geir Istad · 8 years ago
  95. a54de81 Merge remote-tracking branch 'cisco/master' into unit_tests by Geir Istad · 8 years ago
  96. b6c8434 Merge pull request #253 from pabuhler/cipher-type-cleanup-for-aes by Pascal Bühler · 8 years ago
  97. 483dd54 test/test_srtp.c: Flavour comment and license added by Geir Istad · 8 years ago
  98. fecbc9f test/test_srtp.c: Specify UL for integer constants by Geir Istad · 8 years ago
  99. d61bd71 test/test_srtp.c: Reworded comments slightly. by Geir Istad · 8 years ago
  100. f4b4173 test_srtp.c: Naming for the one and only test by Geir Istad · 8 years ago