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