1. ff1b3c9 Add fuzzer by Guido Vranken · 7 years ago
  2. e4f7f2a Merge pull request #391 from paulej/paulej_calloc_zero by Paul E. Jones · 7 years ago
  3. a6c434d Return NULL when allocating memory of size zero by Paul E. Jones · 7 years ago
  4. 03e237e Merge pull request #390 from pabuhler/coverity-scan-179781 by Pascal Bühler · 7 years ago
  5. b44764b bitvector of length zero is not valid by Pascal Buhler · 7 years ago
  6. 8f38517 Merge pull request #385 from pabuhler/travis-fixes by Pascal Bühler · 7 years ago
  7. b4e7c2e Merge pull request #383 from pabuhler/readme-badges by Pascal Bühler · 7 years ago
  8. be8409d Merge pull request #388 from nils-ohlmeier/move_out_cipher_type_declarations by Pascal Bühler · 7 years ago
  9. 63847f5 added new header to VS project files by Nils Ohlmeier · 7 years ago
  10. 8b9d687 fixed clang format by Nils Ohlmeier · 7 years ago
  11. a120b38 moved srtp_debug_module's to new header as well by Nils Ohlmeier · 7 years ago
  12. 85ca187 removed externs from cipher types header by Nils Ohlmeier · 7 years ago
  13. aa21fce moved externs from crypto_kernel into its own header by Nils Ohlmeier · 7 years ago
  14. 8d8bc3d Merge pull request #379 from nils-ohlmeier/firefox_fix_compiler_warnings by Pascal Bühler · 7 years ago
  15. 2cfbf0d Merge pull request #378 from nils-ohlmeier/firefox_make_readonly_array_const by Pascal Bühler · 7 years ago
  16. 5b5a656 Merge pull request #377 from nils-ohlmeier/firefox_remove_unused_var_init by Pascal Bühler · 7 years ago
  17. 8750d8b Merge pull request #380 from nils-ohlmeier/firefox_added_ifdef_comments by Pascal Bühler · 7 years ago
  18. afd1ee1 Merge pull request #381 from nils-ohlmeier/firefox_add_header_error by Pascal Bühler · 7 years ago
  19. 4bf9e51 allow inedx 0 by Nils Ohlmeier · 7 years ago
  20. ccd0562 adressed pabuhler's review comments by Nils Ohlmeier · 7 years ago
  21. 3522b38 traivs: treat warnings as errors by Pascal Buhler · 7 years ago
  22. 3490295 travis: use gcc version that was installed by the script by Pascal Buhler · 7 years ago
  23. abe5e32 travis: fix mips build to use correct host by Pascal Buhler · 7 years ago
  24. 988ce21 Add travis and coverity badges to README.md by Pascal Buhler · 7 years ago
  25. 76eec5b clang format by Nils Ohlmeier · 7 years ago
  26. 72b5006 clang format by Nils Ohlmeier · 7 years ago
  27. fedb08b clang foramted by Nils Ohlmeier · 7 years ago
  28. 16b75eb added error in case the platform is not detected by Nils Ohlmeier · 7 years ago
  29. 583a206 removed variable init code which never gets used by Nils Ohlmeier · 7 years ago
  30. 6a85b49 make read only arrays const by Nils Ohlmeier · 7 years ago
  31. 47220a0 fixed several compiler warnings from Firefox builds by Nils Ohlmeier · 7 years ago
  32. 702a16a added comments to fidef's for easier understanding by Nils Ohlmeier · 7 years ago
  33. 0741397 Merge pull request #376 from pabuhler/travis-coverity-scan by Pascal Bühler · 7 years ago
  34. a72b50b Update coverity token by Pascal Buhler · 7 years ago
  35. 8951a84 Add coverity scan to tavis builds by Pascal Buhler · 7 years ago
  36. be40465 Merge pull request #374 from pabuhler/travis-big-endian by Pascal Bühler · 7 years ago
  37. 341a180 add a big endian build on travis by Pascal Buhler · 7 years ago
  38. b54e5b8 Merge pull request #372 from MoeRT09/master by Pascal Bühler · 7 years ago
  39. c9f210d apply clang format by Martin Meszaros · 7 years ago
  40. f59ef4a let rtp_decoder compile on MinGW using WinPCAP by Martin Meszaros · 7 years ago
  41. 90f7e1b Merge branch 'master' into master by Martin · 7 years ago
  42. d5b8fbc Merge pull request #373 from paulej/paulej_seg_fault by Pascal Bühler · 7 years ago
  43. 026fa5f Fixed buffer size issue in test/srtp_driver.c by Paul E. Jones · 7 years ago
  44. 96d0b9a only link against lib(w)pcap when needed incorporates #366 and adapts to it by Martin Meszaros · 7 years ago
  45. 274b475 Rename configure.in to configure.ac by Mike Gilbert · 7 years ago
  46. a29c2fe Merge pull request #367 from floppym/configure-master by Pascal Bühler · 7 years ago
  47. 15d782d add timersub macro by Martin Meszaros · 7 years ago
  48. 3edfada let rtp_decoder compile on MinGW using WinPCAP by Martin Meszaros · 7 years ago
  49. 2de85a4 Rename configure.in to configure.ac by Mike Gilbert · 7 years ago
  50. a0af78b Merge pull request #365 from paulej/paulej_free_cleanup by Pascal Bühler · 7 years ago
  51. ad4bb8a Merge pull request #364 from pabuhler/valgrind-travis by Pascal Bühler · 7 years ago
  52. 08d6ff4 Replace calls to free() with srtp_crypto_free() by Paul E. Jones · 7 years ago
  53. b03c4c1 Fix memleak in tests, as reported by valgrind by Pascal Buhler · 7 years ago
  54. f358700 Add a runtest-valgrind target by Pascal Buhler · 7 years ago
  55. eb39cf1 Rewrite .travis.yml to easier support different targets by Pascal Buhler · 7 years ago
  56. d3d91a0 Merge pull request #363 from pabuhler/clear-allocated-memory by Pascal Bühler · 7 years ago
  57. 60a0c44 change srtp_crypto_alloc to initialize memory to zero by Pascal Bühler · 7 years ago
  58. c7ab3fd Merge pull request #362 from pabuhler/travis-clang-format-check by Pascal Bühler · 7 years ago
  59. 709a182 Fix travis build for mac by Pascal Bühler · 7 years ago
  60. 6aef9c0 Add clang-format check in traivs by Pascal Bühler · 7 years ago
  61. a6eda52 Merge pull request #361 from pabuhler/clang-format-12 by Pascal Bühler · 7 years ago
  62. 4e47402 use version independent clang-format by Pascal Bühler · 7 years ago
  63. ed0fdd6 Merge pull request #360 from thisisG/reflow_comment_rtp_decoder_c by Geir Istad · 7 years ago
  64. f1efbf5 clang-format remaining files by Pascal Bühler · 7 years ago
  65. 11fdc67 Add simple script to format all source code by Pascal Bühler · 7 years ago
  66. ed0396c Merge pull request #356 from thisisG/format_include_getopt_s_h by Pascal Bühler · 7 years ago
  67. 9822c44 Merge pull request #355 from thisisG/format_include_ekt_h by Pascal Bühler · 7 years ago
  68. 90cd161 Merge pull request #357 from thisisG/format_include_srtp_h by Pascal Bühler · 7 years ago
  69. d4b2ecf Merge pull request #358 from thisisG/format_include_srtp_priv_h by Pascal Bühler · 7 years ago
  70. 7ab2333 Merge pull request #359 from thisisG/format_include_ut_sim_h by Pascal Bühler · 7 years ago
  71. 8f35843 Merge pull request #353 from pabuhler/clang-format-11 by Pascal Bühler · 7 years ago
  72. ed31c27 Merge pull request #352 from pabuhler/clang-format-10 by Pascal Bühler · 7 years ago
  73. e88bcd0 test/rtp_decoder.c: Reflow bash example by Geir Istad · 7 years ago
  74. 33cee95 include/ut_sim.h: Apply clang-format by Geir Istad · 7 years ago
  75. 625697f include/srtp_priv.h: Apply clang-format by Geir Istad · 7 years ago
  76. 013228a include/srtp.h: Apply clang-format by Geir Istad · 7 years ago
  77. 481ec0c include/getopt_s.h: Apply clang-format by Geir Istad · 7 years ago
  78. 2549777 include/ekt.h: Apply clang-format by Geir Istad · 7 years ago
  79. fc8a608 Merge pull request #354 from pabuhler/use_stream_free by Pascal Bühler · 7 years ago
  80. ad3814c fix up wrapped comment by Pascal Bühler · 7 years ago
  81. 6854730 Merge pull request #346 from thisisG/format_test_test_srtp_c by Pascal Bühler · 7 years ago
  82. 7eaf9f7 Ensure stream is freed if cloning fails by Pascal Bühler · 7 years ago
  83. f216176 clang-format crypto/math/* by Pascal Bühler · 7 years ago
  84. bb03acb Merge pull request #345 from thisisG/format_test_rtpw_c by Pascal Bühler · 7 years ago
  85. caa9f7a Merge pull request #344 from thisisG/format_test_rtp_decode_c_h by Pascal Bühler · 7 years ago
  86. aab4dc9 Merge pull request #327 from bifurcation/pkgconfig-readme by Pascal Bühler · 7 years ago
  87. 425856a Merge pull request #351 from thisisG/format_crypto_kernel_key_c by Pascal Bühler · 7 years ago
  88. a381625 Merge pull request #350 from thisisG/format_crypto_kernel_err_c by Pascal Bühler · 7 years ago
  89. d526143 Merge pull request #349 from thisisG/crypto_kernel_crypto_kernel_c by Pascal Bühler · 7 years ago
  90. ec08509 Merge pull request #348 from thisisG/crypto_kernel_alloc_c by Pascal Bühler · 7 years ago
  91. f1380df Merge pull request #347 from thisisG/format_test_util_c_h by Pascal Bühler · 7 years ago
  92. b1a2cca Merge pull request #343 from thisisG/format_test_rtp_c by Pascal Bühler · 7 years ago
  93. 24f04a6 Merge pull request #342 from thisisG/format_test_roc_driver_c by Pascal Bühler · 7 years ago
  94. fa71a04 Merge pull request #341 from thisisG/format_test_replay_driver_c by Pascal Bühler · 7 years ago
  95. 042eaa9 clang-format crypto/test/* by Pascal Bühler · 7 years ago
  96. f9c7169 crypto/kernel/key.c: Apply clang-format by Geir Istad · 7 years ago
  97. f83aec4 crypto/kernel/err.c: Apply clang-format by Geir Istad · 7 years ago
  98. 784121a crypto/kernel/crypto_kernel.c: Apply clang-format by Geir Istad · 7 years ago
  99. ddb22af crypto/kernel/alloc.c: Apply clang-format by Geir Istad · 7 years ago
  100. bc18321 test/util.[c|h]: Apply clang-format by Geir Istad · 7 years ago