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