1. 670ed79 support building shared library on windows by Pascal Bühler · 5 years ago
  2. 21c114f Add missing symbols to export into srtp.def by Jakub Adam · 5 years ago
  3. e8629b7 Merge pull request #456 from pabuhler/vc2010-support by Pascal Bühler · 5 years ago
  4. e95cf69 Merge pull request #457 from Sean-Der/master by Pascal Bühler · 5 years ago
  5. b173a64 Fix docs crypto_policy_* -> srtp_crypto_policy_* by Sean DuBois · 5 years ago
  6. adfe809 if inline is not supported check for __inline by Pascal Bühler · 5 years ago
  7. 3e29307 remove support for rand_s in tests by Pascal Bühler · 5 years ago
  8. 4ade1cb compile some tests with vc2010 by Pascal Bühler · 5 years ago
  9. 6dd5f6a Add cmake check for inline by Pascal Bühler · 5 years ago
  10. 9b77ac5 Merge pull request #455 from pabuhler/cmake-support by Pascal Bühler · 5 years ago
  11. ac1d740 When using cmake generate config.h into CMAKE_CURRENT_BINARY_DIR by Pascal Bühler · 5 years ago
  12. 12ab659 add missing check for endianness with CMake by Pascal Buhler · 5 years ago
  13. 3b35432 Update cmake to support most of the options available with configure by Pascal Bühler · 5 years ago
  14. d268abd add windows build to travis using cmake by Pascal Bühler · 5 years ago
  15. bff011b Merge pull request #452 from hbakken/work/reset-cipher-ctx-before-reuse by Pascal Bühler · 5 years ago
  16. 0912953 Use EVP_CIPHER_CTX_cleanup instead by Pascal Bühler · 5 years ago
  17. 5c3c739 Merge pull request #449 from Jopie64/master by Pascal Bühler · 5 years ago
  18. f668f20 Merge pull request #442 from guidovranken/fuzzing by Pascal Bühler · 5 years ago
  19. 20cd0d4 crypto/cipher: Reset the EVP_CIPHER_CTX structure before each test by Henrik Grindal Bakken · 5 years ago
  20. eb27e85 Merge branch 'master' by Pascal Buhler · 5 years ago
  21. 277eaaf Add building of fuzzer to travis by Pascal Bühler · 5 years ago
  22. ac97f3e regenerate configure by Pascal Buhler · 5 years ago
  23. 803fcb2 Format code based on libSRTP code format guide. by Pascal Bühler · 5 years ago
  24. c4bd93d Make compilable in C89 by Johan 't Hart · 5 years ago
  25. 23a3ce1 Add CMake build file by Johan 't Hart · 5 years ago
  26. b0f48a7 Merge pull request #444 from pabuhler/extend-rtp-decoder by Pascal Bühler · 5 years ago
  27. 1090fea Merge pull request #447 from pabuhler/rtp_decoder_check_tag_size by Pascal Bühler · 5 years ago
  28. 4ef280d fix is rtp check by Pascal Bühler · 5 years ago
  29. 4d80578 rtp_decoder fix checking against tag size by Pascal Bühler · 5 years ago
  30. 5a63104 extend rtp_decoder to support rtcp by Pascal Buhler · 5 years ago
  31. 7486bcc change ssrc type of rtp_decoder to ssrc_any_inbound by Pascal Buhler · 5 years ago
  32. eaa8a9b output counters of rtp_decoder by Pascal Buhler · 5 years ago
  33. 64a3957 Add build instructions to fuzzer README.md by Guido Vranken · 5 years ago
  34. b0f6ff9 Remove LDFLAGS from fuzzer Makefile by Guido Vranken · 5 years ago
  35. 2b270e4 Merge pull request #443 from pabuhler/rtp-decoder-crash by Pascal Bühler · 5 years ago
  36. 304e3cb rtp_decoder avoid crash when no packets found by Pascal Bühler · 5 years ago
  37. 608838f Remove --enable-asan, --enable-ubsan, --enable-code-coverage: compile flags can be inhereted from env by Guido Vranken · 5 years ago
  38. 849ab5e Remove calls to custom allocator by Guido Vranken · 5 years ago
  39. ef704df Merge changes from master by Guido Vranken · 5 years ago
  40. a43393d Merge pull request #440 from pabuhler/rtp-decoder-update by Pascal Bühler · 5 years ago
  41. ec69a72 add -t to usage summary by Pascal Buhler · 5 years ago
  42. defebcd update debug options to use new srtp log api by Pascal Buhler · 5 years ago
  43. bf4b1b9 support AES_CM 192 & 256 with -s by Pascal Buhler · 5 years ago
  44. d62ca25 support -s with AEAD_AES_(128/256)_GCM by Pascal Buhler · 5 years ago
  45. 750a467 support decoding base64 AEAD_AES_GCM key by Pascal Buhler · 5 years ago
  46. 1f91258 Merge pull request #438 from Tarask1n/fix_rtp_decoder_policy_init by Pascal Bühler · 5 years ago
  47. f7c9d7f Use CXXFLAGS by Guido Vranken · 5 years ago
  48. 3ae9f85 libFuzzer.a -> $(LIBFUZZER) by Guido Vranken · 5 years ago
  49. 1cd7152 Makefile: fix clean by Guido Vranken · 5 years ago
  50. 35816c7 Merge branch 'master' into fuzzing by Guido Vranken · 5 years ago
  51. 11c8db8 Update rtp_decoder.c by Taras Gavrylenko · 5 years ago
  52. fdeb5c8 Update rtp_decoder.c by Taras Gavrylenko · 5 years ago
  53. 0d15283 Fix rtp_decoder policy init on Raspbian OS by Taras Gavrylenko · 5 years ago
  54. a7e3b59 Merge pull request #433 from pabuhler/osx-ci-update by Pascal Bühler · 6 years ago
  55. 60be61d add osx openssl build to ci by Pascal Buhler · 6 years ago
  56. ae303c2 use default osx version on ci builds by Pascal Buhler · 6 years ago
  57. c6b431c Merge pull request #428 from pabuhler/ci-nss-valgrind by Pascal Bühler · 6 years ago
  58. 6c02d03 Merge pull request #430 from thisisG/fixup_ascii_art by Pascal Bühler · 6 years ago
  59. 7546e5f crypto/cipher/aes_icm_ossl.c: Fixup ASCII by Geir Istad · 6 years ago
  60. d5f47bb Merge pull request #429 from pabuhler/rand-for-test-only by Pascal Bühler · 6 years ago
  61. 6728933 fix comment by Pascal Bühler · 6 years ago
  62. 805dd82 clean up some old random related things by Pascal Buhler · 6 years ago
  63. 97490ee create single rand func for use in tests by Pascal Buhler · 6 years ago
  64. 2037711 switch NSS_NoDB_Init() to NSS_InitContext() by Pascal Buhler · 6 years ago
  65. 85d6a5d enable valgrind on nss ci builds by Pascal Buhler · 6 years ago
  66. bb0412e Merge pull request #423 from pabuhler/travis-nss-build by Pascal Bühler · 6 years ago
  67. a83736e Add AC_CHECK_* for nss when not using pkg-config by Pascal Buhler · 6 years ago
  68. a946b3f support system NSS packages by Pascal Buhler · 6 years ago
  69. 82be8fc Small changes to FIND_LIBRARIES solution for running tests by Pascal Buhler · 6 years ago
  70. 6f8de0d Merge pull request #425 from nils-ohlmeier/fix_nss_mem_leak by Pascal Bühler · 6 years ago
  71. 6e92ab6 Free already allocated NSS crypto keys when initing by Nils Ohlmeier · 6 years ago
  72. c05e5eb Add nss osx build to travis by Pascal Buhler · 6 years ago
  73. b0e9df8 Add nss linux build to travis by Pascal Buhler · 6 years ago
  74. 4022b20 Merge pull request #421 from nils-ohlmeier/fix_gcm_logging by Pascal Bühler · 6 years ago
  75. 7375b04 Fix GCM IV logging by Nils Ohlmeier · 6 years ago
  76. 79d516c Merge branch 'master' into fuzzing by Guido Vranken · 6 years ago
  77. c111ad2 Merge pull request #413 from bifurcation/nss by Cullen Jennings · 6 years ago
  78. 84f213d clang-format didn't like this blank line by Richard Barnes · 6 years ago
  79. 2da31e4 Yet more clang-format by Richard Barnes · 6 years ago
  80. 5c41ada More clang-format fixes by Richard Barnes · 6 years ago
  81. fc39d32 Improve library finding in rtpw tests by Richard Barnes · 6 years ago
  82. 702670e Enable building on Linux by Richard Barnes · 6 years ago
  83. f48a54a Fix clang-format errors by Richard Barnes · 6 years ago
  84. 9373379 Minor refactors suggested by @martinthomson by Richard Barnes · 6 years ago
  85. 5423cd5 Clean up library-finding logic by Richard Barnes · 6 years ago
  86. 8100247 Enable crypto tests to find their libraries (with a bit of a hack) by Richard Barnes · 6 years ago
  87. 6de462f Fix header guards by Richard Barnes · 6 years ago
  88. 5dfa20b Remove spurious #error by Richard Barnes · 6 years ago
  89. 78edc84 printf cleanup by Richard Barnes · 6 years ago
  90. c679677 All tests pass (with some hacks) by Richard Barnes · 6 years ago
  91. 9d0e6f4 Non-shell tests pass by Richard Barnes · 6 years ago
  92. 27234c5 GCM passes crypto tests by Richard Barnes · 6 years ago
  93. 5935a25 Uniform naming of GCM constructs by Richard Barnes · 6 years ago
  94. 1abf5a2 ICM tests now pass by Richard Barnes · 6 years ago
  95. 47fe22d Get tests to run (not yet pass) by Richard Barnes · 6 years ago
  96. 1d8c6c1 Fix crypto/Makefile.in by Richard Barnes · 6 years ago
  97. 3e5efb0 Further consolidation by Richard Barnes · 6 years ago
  98. f92a10b Initial ICM implementation by Richard Barnes · 6 years ago
  99. 0420ef6 Initial GCM implementation by Richard Barnes · 6 years ago
  100. 1287209 Initial build system changes by Richard Barnes · 6 years ago