1. eaa8a9b output counters of rtp_decoder by Pascal Buhler · 5 years ago
  2. 64a3957 Add build instructions to fuzzer README.md by Guido Vranken · 5 years ago
  3. b0f6ff9 Remove LDFLAGS from fuzzer Makefile by Guido Vranken · 5 years ago
  4. 2b270e4 Merge pull request #443 from pabuhler/rtp-decoder-crash by Pascal Bühler · 5 years ago
  5. 304e3cb rtp_decoder avoid crash when no packets found by Pascal Bühler · 5 years ago
  6. 608838f Remove --enable-asan, --enable-ubsan, --enable-code-coverage: compile flags can be inhereted from env by Guido Vranken · 5 years ago
  7. 849ab5e Remove calls to custom allocator by Guido Vranken · 5 years ago
  8. ef704df Merge changes from master by Guido Vranken · 5 years ago
  9. a43393d Merge pull request #440 from pabuhler/rtp-decoder-update by Pascal Bühler · 5 years ago
  10. ec69a72 add -t to usage summary by Pascal Buhler · 5 years ago
  11. defebcd update debug options to use new srtp log api by Pascal Buhler · 5 years ago
  12. bf4b1b9 support AES_CM 192 & 256 with -s by Pascal Buhler · 5 years ago
  13. d62ca25 support -s with AEAD_AES_(128/256)_GCM by Pascal Buhler · 5 years ago
  14. 750a467 support decoding base64 AEAD_AES_GCM key by Pascal Buhler · 5 years ago
  15. 1f91258 Merge pull request #438 from Tarask1n/fix_rtp_decoder_policy_init by Pascal Bühler · 5 years ago
  16. f7c9d7f Use CXXFLAGS by Guido Vranken · 5 years ago
  17. 3ae9f85 libFuzzer.a -> $(LIBFUZZER) by Guido Vranken · 5 years ago
  18. 1cd7152 Makefile: fix clean by Guido Vranken · 5 years ago
  19. 35816c7 Merge branch 'master' into fuzzing by Guido Vranken · 5 years ago
  20. 11c8db8 Update rtp_decoder.c by Taras Gavrylenko · 5 years ago
  21. fdeb5c8 Update rtp_decoder.c by Taras Gavrylenko · 5 years ago
  22. 0d15283 Fix rtp_decoder policy init on Raspbian OS by Taras Gavrylenko · 5 years ago
  23. a7e3b59 Merge pull request #433 from pabuhler/osx-ci-update by Pascal Bühler · 6 years ago
  24. 60be61d add osx openssl build to ci by Pascal Buhler · 6 years ago
  25. ae303c2 use default osx version on ci builds by Pascal Buhler · 6 years ago
  26. c6b431c Merge pull request #428 from pabuhler/ci-nss-valgrind by Pascal Bühler · 6 years ago
  27. 6c02d03 Merge pull request #430 from thisisG/fixup_ascii_art by Pascal Bühler · 6 years ago
  28. 7546e5f crypto/cipher/aes_icm_ossl.c: Fixup ASCII by Geir Istad · 6 years ago
  29. d5f47bb Merge pull request #429 from pabuhler/rand-for-test-only by Pascal Bühler · 6 years ago
  30. 6728933 fix comment by Pascal Bühler · 6 years ago
  31. 805dd82 clean up some old random related things by Pascal Buhler · 6 years ago
  32. 97490ee create single rand func for use in tests by Pascal Buhler · 6 years ago
  33. 2037711 switch NSS_NoDB_Init() to NSS_InitContext() by Pascal Buhler · 6 years ago
  34. 85d6a5d enable valgrind on nss ci builds by Pascal Buhler · 6 years ago
  35. bb0412e Merge pull request #423 from pabuhler/travis-nss-build by Pascal Bühler · 6 years ago
  36. a83736e Add AC_CHECK_* for nss when not using pkg-config by Pascal Buhler · 6 years ago
  37. a946b3f support system NSS packages by Pascal Buhler · 6 years ago
  38. 82be8fc Small changes to FIND_LIBRARIES solution for running tests by Pascal Buhler · 6 years ago
  39. 6f8de0d Merge pull request #425 from nils-ohlmeier/fix_nss_mem_leak by Pascal Bühler · 6 years ago
  40. 6e92ab6 Free already allocated NSS crypto keys when initing by Nils Ohlmeier · 6 years ago
  41. c05e5eb Add nss osx build to travis by Pascal Buhler · 6 years ago
  42. b0e9df8 Add nss linux build to travis by Pascal Buhler · 6 years ago
  43. 4022b20 Merge pull request #421 from nils-ohlmeier/fix_gcm_logging by Pascal Bühler · 6 years ago
  44. 7375b04 Fix GCM IV logging by Nils Ohlmeier · 6 years ago
  45. 79d516c Merge branch 'master' into fuzzing by Guido Vranken · 6 years ago
  46. c111ad2 Merge pull request #413 from bifurcation/nss by Cullen Jennings · 6 years ago
  47. 84f213d clang-format didn't like this blank line by Richard Barnes · 6 years ago
  48. 2da31e4 Yet more clang-format by Richard Barnes · 6 years ago
  49. 5c41ada More clang-format fixes by Richard Barnes · 6 years ago
  50. fc39d32 Improve library finding in rtpw tests by Richard Barnes · 6 years ago
  51. 702670e Enable building on Linux by Richard Barnes · 6 years ago
  52. f48a54a Fix clang-format errors by Richard Barnes · 6 years ago
  53. 9373379 Minor refactors suggested by @martinthomson by Richard Barnes · 6 years ago
  54. 5423cd5 Clean up library-finding logic by Richard Barnes · 6 years ago
  55. 8100247 Enable crypto tests to find their libraries (with a bit of a hack) by Richard Barnes · 6 years ago
  56. 6de462f Fix header guards by Richard Barnes · 6 years ago
  57. 5dfa20b Remove spurious #error by Richard Barnes · 6 years ago
  58. 78edc84 printf cleanup by Richard Barnes · 6 years ago
  59. c679677 All tests pass (with some hacks) by Richard Barnes · 6 years ago
  60. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  61. 27234c5 GCM passes crypto tests by Richard Barnes · 6 years ago
  62. 5935a25 Uniform naming of GCM constructs by Richard Barnes · 6 years ago
  63. 1abf5a2 ICM tests now pass by Richard Barnes · 6 years ago
  64. 47fe22d Get tests to run (not yet pass) by Richard Barnes · 6 years ago
  65. 1d8c6c1 Fix crypto/Makefile.in by Richard Barnes · 6 years ago
  66. 3e5efb0 Further consolidation by Richard Barnes · 6 years ago
  67. f92a10b Initial ICM implementation by Richard Barnes · 6 years ago
  68. 0420ef6 Initial GCM implementation by Richard Barnes · 6 years ago
  69. 1287209 Initial build system changes by Richard Barnes · 6 years ago
  70. f6345e4 Merge pull request #416 from pabuhler/coverity-fixes-in-tests by Pascal Bühler · 6 years ago
  71. 3ba3c38 coverity: divide by zero by Pascal Buhler · 6 years ago
  72. a3a27cb coverity: memory overwrite by Pascal Buhler · 6 years ago
  73. 9c28f38 coverity: control flow by Pascal Buhler · 6 years ago
  74. 2906342 coverity: initialize value by Pascal Buhler · 6 years ago
  75. 3354fe8 coverity: free mem on return by Pascal Buhler · 6 years ago
  76. 76f91b6 coverity: unused value by Pascal Buhler · 6 years ago
  77. 0640b55 Merge pull request #415 from itollefsen/unaligned-trailer-access by Pascal Bühler · 6 years ago
  78. b9669a1 srtp.c: Fixes unaligned trailer access by Idar Tollefsen · 6 years ago
  79. 939114e Merge pull request #414 from fancycode/detect-broken-openssl-cleanse by Pascal Bühler · 6 years ago
  80. ec465b8 Detect and handle broken "OPENSSL_cleanse". by Joachim Bauch · 6 years ago
  81. fd5b3b2 Increment version in master to 2.3.0-pre by Pascal Buhler · 6 years ago
  82. 3a5656b Merge pull request #412 from pabuhler/update-changes-2.2 by Pascal Bühler · 6 years ago
  83. 5870a64 reword based on feedback by Pascal Buhler · 6 years ago
  84. b3b680c Update changes preparing for 2.2.0 release by Pascal Bühler · 6 years ago
  85. 5ec1baa Merge pull request #409 from strfry/master by Pascal Bühler · 6 years ago
  86. 1b4e9b2 Compatibilty with LibreSSL by JonathanS · 6 years ago
  87. cb17611 Merge pull request #403 from pabuhler/set-gcm-iv-directly by Pascal Bühler · 6 years ago
  88. 6655fd5 Add corpus by Guido Vranken · 6 years ago
  89. 3d05ffa Merge branch 'master' into fuzzing by Guido Vranken · 6 years ago
  90. 1447dfb Merge pull request #404 from pabuhler/add-extern-to-global-variables by Pascal Bühler · 6 years ago
  91. eb1e940 Merge pull request #405 from pabuhler/prevent-potential-double-free by Pascal Bühler · 6 years ago
  92. ae52e44 Merge pull request #406 from vopatek/fix-unprotect-mki by Pascal Bühler · 6 years ago
  93. ab6cd88 Conform to clang-format in srtp_get_session_keys by Martin Vopatek · 6 years ago
  94. ca8e9a5 Fix unprotect when pktlen < (2*mki_size + tag_len) by Martin Vopatek · 6 years ago
  95. ba2ed79 prevent potential double free by Pascal Buhler · 6 years ago
  96. 454aae6 prefix global debug modules with srtp by Pascal Buhler · 6 years ago
  97. ed8ed22 check for NULL value in debug module by Pascal Buhler · 6 years ago
  98. ac9ebfb add extern to global variables by Pascal Buhler · 6 years ago
  99. 451dcfd Remove --debug mode by Guido Vranken · 6 years ago
  100. 60b59a5 Merge branch 'master' into fuzzing by Guido Vranken · 6 years ago